diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-01-04 14:46:08 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-01-04 14:46:08 +0100 |
commit | 0df91fd9a2a78d12378fcb7d9f7cba33f33e845e (patch) | |
tree | ce6cd41ef4317d2d12773051530e1abc43154cae /view/it/strings.php | |
parent | 2bf99df385a54c3a8a449b9eda1d2a9877465dd1 (diff) | |
download | volse-hubzilla-0df91fd9a2a78d12378fcb7d9f7cba33f33e845e.tar.gz volse-hubzilla-0df91fd9a2a78d12378fcb7d9f7cba33f33e845e.tar.bz2 volse-hubzilla-0df91fd9a2a78d12378fcb7d9f7cba33f33e845e.zip |
Manage user registrations in REGISTER_APPROVE mode.
Diffstat (limited to 'view/it/strings.php')
-rw-r--r-- | view/it/strings.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |