diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-03-31 19:39:31 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-03-31 19:39:31 +0200 |
commit | c52ffa6fda8ebf01b1050118330f815d521c1abd (patch) | |
tree | 81e59e2e48e261ebf0afd7a168a458b45f168796 /lib/plugins/usermanager | |
parent | 25d9aa935195ffab4f4baf5f81184d3698177a20 (diff) | |
download | rpg-c52ffa6fda8ebf01b1050118330f815d521c1abd.tar.gz rpg-c52ffa6fda8ebf01b1050118330f815d521c1abd.tar.bz2 |
Italian language update
darcs-hash:20080331173931-7ad00-1cfe2d8bf45a4a2c8f5ac71b01436bf3a425f985.gz
Diffstat (limited to 'lib/plugins/usermanager')
-rw-r--r-- | lib/plugins/usermanager/lang/it/lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/usermanager/lang/it/lang.php b/lib/plugins/usermanager/lang/it/lang.php index a1b677e26..849c38dea 100644 --- a/lib/plugins/usermanager/lang/it/lang.php +++ b/lib/plugins/usermanager/lang/it/lang.php @@ -5,6 +5,7 @@ * @author Chris Smith <chris@jalakai.co.uk> * @author Silvia Sargentoni <polinnia@tin.it> * @author Pietro Battiston toobaz@email.it + * @author Diego Pierotto ita.translations@tiscali.it */ $lang['menu'] = 'Gestione Utenti'; $lang['noauth'] = '(autenticazione non disponibile)'; @@ -33,7 +34,7 @@ $lang['delete_ok'] = '%d utenti cancellati'; $lang['delete_fail'] = 'Cancellazione %d fallita.'; $lang['update_ok'] = 'Aggiornamento utente riuscito'; $lang['update_fail'] = 'Aggiornamento utente fallito'; -$lang['update_exists'] = 'Modifica nome utente fallita, il nome utente specificato (%s) esiste già (qualunque altra modifica sarà applicata).'; +$lang['update_exists'] = 'Modifica nome utente fallita, il nome utente specificato (%s) esiste già (qualunque altra modifica sarà applicata).'; $lang['start'] = 'primo'; $lang['prev'] = 'precedente'; $lang['next'] = 'successivo'; |