aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/en/registrations-top.tpl3
-rw-r--r--view/en/registrations.tpl1
-rw-r--r--view/it/registrations-top.tpl3
-rw-r--r--view/it/registrations.tpl1
-rw-r--r--view/it/strings.php1
5 files changed, 9 insertions, 0 deletions
diff --git a/view/en/registrations-top.tpl b/view/en/registrations-top.tpl
new file mode 100644
index 000000000..d8faf3439
--- /dev/null
+++ b/view/en/registrations-top.tpl
@@ -0,0 +1,3 @@
+<h1>User registrations waiting for confirm</h1>
+
+
diff --git a/view/en/registrations.tpl b/view/en/registrations.tpl
new file mode 100644
index 000000000..c8646043e
--- /dev/null
+++ b/view/en/registrations.tpl
@@ -0,0 +1 @@
+<li>$fullname ($email) : <a href="$approvelink">Approve</a> - <a href="$denylink">Deny</a></li>
diff --git a/view/it/registrations-top.tpl b/view/it/registrations-top.tpl
new file mode 100644
index 000000000..8134aa210
--- /dev/null
+++ b/view/it/registrations-top.tpl
@@ -0,0 +1,3 @@
+<h1>Registrazioni in attesa di conferma</h1>
+
+
diff --git a/view/it/registrations.tpl b/view/it/registrations.tpl
new file mode 100644
index 000000000..698c766f7
--- /dev/null
+++ b/view/it/registrations.tpl
@@ -0,0 +1 @@
+<li>$fullname ($email) : <a href="$approvelink">Approva</a> - <a href="$denylink">Rifiuta</a></li>
diff --git a/view/it/strings.php b/view/it/strings.php
index 0e6def3df..b18904eac 100644
--- a/view/it/strings.php
+++ b/view/it/strings.php
@@ -244,6 +244,7 @@ $a->strings['Friend/Connect Request'] = 'Richiesta Amicizia/Connessione';
$a->strings['New Follower'] = 'Nuovo Seguace';
$a->strings['Approve'] = 'Approva';
$a->strings['No notifications.'] = 'Nessuna notifica.';
+$a->strings['No registrations.'] = 'Nessuna registrazione.';
$a->strings['Login failed.'] = 'Accesso fallito.';
$a->strings["Welcome back "] = "Bentornato ";
$a->strings['Photo Albums'] = 'Album Foto';