diff options
Diffstat (limited to 'view/it')
-rw-r--r-- | view/it/registrations-top.tpl | 3 | ||||
-rw-r--r-- | view/it/registrations.tpl | 1 | ||||
-rw-r--r-- | view/it/strings.php | 1 |
3 files changed, 5 insertions, 0 deletions
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'; |