diff options
author | Anika Henke <anika@selfthinker.org> | 2015-08-22 12:40:44 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-08-22 12:40:44 +0100 |
commit | af0ff96019b72a11cb2e074df725bdfb766912ee (patch) | |
tree | 803c2ae7b050ecc8f60d62103c07d5092409f09d /lib/plugins | |
parent | c17d5846eee8b55d6ee091674d3c5b9b5ae60d76 (diff) | |
parent | f28fdf54fe5b1a3ba7fb4034266963201853a4f6 (diff) | |
download | rpg-af0ff96019b72a11cb2e074df725bdfb766912ee.tar.gz rpg-af0ff96019b72a11cb2e074df725bdfb766912ee.tar.bz2 |
Merge pull request #1318 from dokuwiki-translate/lang_update_873
Translation update (it)
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/authldap/lang/it/settings.php | 5 | ||||
-rw-r--r-- | lib/plugins/authmysql/lang/it/lang.php | 11 | ||||
-rw-r--r-- | lib/plugins/authmysql/lang/it/settings.php | 2 | ||||
-rw-r--r-- | lib/plugins/authplain/lang/it/lang.php | 5 | ||||
-rw-r--r-- | lib/plugins/config/lang/it/lang.php | 5 |
5 files changed, 24 insertions, 4 deletions
diff --git a/lib/plugins/authldap/lang/it/settings.php b/lib/plugins/authldap/lang/it/settings.php index 858c694b8..2dbcedf26 100644 --- a/lib/plugins/authldap/lang/it/settings.php +++ b/lib/plugins/authldap/lang/it/settings.php @@ -6,6 +6,7 @@ * @author Edmondo Di Tucci <snarchio@gmail.com> * @author Claudio Lanconelli <lancos@libero.it> * @author Francesco <francesco.cavalli@hotmail.com> + * @author Torpedo <dgtorpedo@gmail.com> */ $lang['server'] = 'Il tuo server LDAP. Inserire o l\'hostname (<code>localhost</code>) oppure un URL completo (<code>ldap://server.tld:389</code>)'; $lang['port'] = 'Porta del server LDAP se non è stato fornito un URL completo più sopra.'; @@ -16,6 +17,7 @@ $lang['groupfilter'] = 'Filtro per cercare i gruppi LDAP. Eg. <code>(& $lang['version'] = 'Versione protocollo da usare. Pu<code>3</code>'; $lang['starttls'] = 'Usare la connessione TSL?'; $lang['deref'] = 'Come differenziare un alias?'; +$lang['bindpw'] = 'Password del utente di cui sopra'; $lang['userscope'] = 'Limita il contesto di ricerca per la ricerca degli utenti'; $lang['groupscope'] = 'Limita il contesto di ricerca per la ricerca dei gruppi'; $lang['debug'] = 'In caso di errori mostra ulteriori informazioni di debug'; @@ -23,3 +25,6 @@ $lang['deref_o_0'] = 'LDAP_DEREF_NEVER'; $lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING'; $lang['deref_o_2'] = 'LDAP_DEREF_FINDING'; $lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS'; +$lang['referrals_o_-1'] = 'usa default'; +$lang['referrals_o_0'] = 'non seguire i reindirizzamenti'; +$lang['referrals_o_1'] = 'segui i reindirizzamenti'; diff --git a/lib/plugins/authmysql/lang/it/lang.php b/lib/plugins/authmysql/lang/it/lang.php new file mode 100644 index 000000000..5b1ae0a00 --- /dev/null +++ b/lib/plugins/authmysql/lang/it/lang.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Torpedo <dgtorpedo@gmail.com> + */ +$lang['connectfail'] = 'Connessione fallita al database.'; +$lang['userexists'] = 'Spiacente, esiste già un utente con queste credenziali.'; +$lang['usernotexists'] = 'Spiacente, quell\'utente non esiste.'; +$lang['writefail'] = 'Non è possibile cambiare le informazioni utente. Si prega di informare l\'Amministratore del wiki'; diff --git a/lib/plugins/authmysql/lang/it/settings.php b/lib/plugins/authmysql/lang/it/settings.php index 9dc1a0157..4f05cf655 100644 --- a/lib/plugins/authmysql/lang/it/settings.php +++ b/lib/plugins/authmysql/lang/it/settings.php @@ -7,9 +7,11 @@ * @author Mirko <malisan.mirko@gmail.com> * @author Francesco <francesco.cavalli@hotmail.com> * @author Maurizio <mcannavo@katamail.com> + * @author Torpedo <dgtorpedo@gmail.com> */ $lang['server'] = 'Il tuo server MySQL'; $lang['user'] = 'User name di MySQL'; +$lang['password'] = 'Password per l\'utente di cui sopra'; $lang['database'] = 'Database da usare'; $lang['charset'] = 'Set di caratteri usato nel database'; $lang['debug'] = 'Mostra ulteriori informazioni di debug'; diff --git a/lib/plugins/authplain/lang/it/lang.php b/lib/plugins/authplain/lang/it/lang.php index 716041ffb..610b512a4 100644 --- a/lib/plugins/authplain/lang/it/lang.php +++ b/lib/plugins/authplain/lang/it/lang.php @@ -1,6 +1,7 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * */ -$lang['userexists'] = 'Il nome utente inserito esiste già.'; +$lang['userexists'] = 'Il nome utente inserito esiste già.'; diff --git a/lib/plugins/config/lang/it/lang.php b/lib/plugins/config/lang/it/lang.php index 7a831c8de..e97ddc42c 100644 --- a/lib/plugins/config/lang/it/lang.php +++ b/lib/plugins/config/lang/it/lang.php @@ -1,8 +1,8 @@ <?php + /** - * Italian language file - * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * * @author Christopher Smith <chris@jalakai.co.uk> * @author Silvia Sargentoni <polinnia@tin.it> * @author Pietro Battiston toobaz@email.it @@ -15,6 +15,7 @@ * @author Jacopo Corbetta <jacopo.corbetta@gmail.com> * @author Matteo Pasotti <matteo@xquiet.eu> * @author snarchio@gmail.com + * @author Torpedo <dgtorpedo@gmail.com> */ $lang['menu'] = 'Configurazione Wiki'; $lang['error'] = 'Impostazioni non aggiornate a causa di un valore non corretto, controlla le modifiche apportate e salva di nuovo. |