summaryrefslogtreecommitdiff
path: root/inc/lang/it
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-02-20 18:33:02 +0000
committerAnika Henke <anika@selfthinker.org>2011-02-20 18:33:02 +0000
commitbf413a4e50ea09a0345533c5fb1d07e963bd6368 (patch)
tree7d656536e9a2b100c607dc33a35fa4d6336199de /inc/lang/it
parentb22b675ae4f8161cdffa97f24fa49e711ef7157d (diff)
downloadrpg-bf413a4e50ea09a0345533c5fb1d07e963bd6368.tar.gz
rpg-bf413a4e50ea09a0345533c5fb1d07e963bd6368.tar.bz2
added 'register' and 'resendpwd' to action links and buttons
Attention: $lang['register'] has been renamed to $lang['btn_register'], anyone using that in any plugin or template should adjust it.
Diffstat (limited to 'inc/lang/it')
-rw-r--r--inc/lang/it/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/it/lang.php b/inc/lang/it/lang.php
index 419b7053b..99c09c710 100644
--- a/inc/lang/it/lang.php
+++ b/inc/lang/it/lang.php
@@ -55,6 +55,7 @@ $lang['btn_draft'] = 'Modifica bozza';
$lang['btn_recover'] = 'Ripristina bozza';
$lang['btn_draftdel'] = 'Elimina bozza';
$lang['btn_revert'] = 'Ripristina';
+$lang['btn_register'] = 'Registrazione';
$lang['loggedinas'] = 'Collegato come';
$lang['user'] = 'Nome utente';
$lang['pass'] = 'Password';
@@ -64,7 +65,6 @@ $lang['passchk'] = 'Ripeti password';
$lang['remember'] = 'Memorizza nome utente e password';
$lang['fullname'] = 'Nome completo';
$lang['email'] = 'Email';
-$lang['register'] = 'Registrazione';
$lang['profile'] = 'Profilo utente';
$lang['badlogin'] = 'Il nome utente o la password non sono validi.';
$lang['minoredit'] = 'Modifiche minori';