summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdmondo Di Tucci <snarchio@alice.it>2009-04-07 20:09:39 +0200
committerEdmondo Di Tucci <snarchio@alice.it>2009-04-07 20:09:39 +0200
commit9a3c1058421f91d3d298c4b11d0e5ed65fe4d537 (patch)
tree98a7bc582a0446b98dea36f23009c511a183b19c
parent643bdba839aa0ddab8ce0db4801336fa55c6bd0e (diff)
downloadrpg-9a3c1058421f91d3d298c4b11d0e5ed65fe4d537.tar.gz
rpg-9a3c1058421f91d3d298c4b11d0e5ed65fe4d537.tar.bz2
Italian language update
Ignore-this: 410c9c795f3406f1628e7a00b8a2e1d8 darcs-hash:20090407180939-9f7b7-30f0e1ddadd315c0a67a10c0e8533cebdf4f23ef.gz
-rw-r--r--inc/lang/it/lang.php1
-rw-r--r--lib/plugins/acl/lang/it/lang.php1
-rw-r--r--lib/plugins/config/lang/it/lang.php4
-rw-r--r--lib/plugins/plugin/lang/it/lang.php1
-rw-r--r--lib/plugins/popularity/lang/it/lang.php1
-rw-r--r--lib/plugins/revert/lang/it/lang.php1
-rw-r--r--lib/plugins/usermanager/lang/it/lang.php1
7 files changed, 10 insertions, 0 deletions
diff --git a/inc/lang/it/lang.php b/inc/lang/it/lang.php
index baf3b69f4..d18536a70 100644
--- a/inc/lang/it/lang.php
+++ b/inc/lang/it/lang.php
@@ -10,6 +10,7 @@
* @author Diego Pierotto ita.translations@tiscali.it
* @author ita.translations@tiscali.it
* @author Lorenzo Breda <lbreda@gmail.com>
+ * @author snarchio@alice.it
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
diff --git a/lib/plugins/acl/lang/it/lang.php b/lib/plugins/acl/lang/it/lang.php
index 1a38d9be3..f8b421005 100644
--- a/lib/plugins/acl/lang/it/lang.php
+++ b/lib/plugins/acl/lang/it/lang.php
@@ -9,6 +9,7 @@
* @author Diego Pierotto ita.translations@tiscali.it
* @author ita.translations@tiscali.it
* @author Lorenzo Breda <lbreda@gmail.com>
+ * @author snarchio@alice.it
*/
$lang['admin_acl'] = 'Gestione Lista Controllo Accessi (ACL)';
$lang['acl_group'] = 'Gruppo';
diff --git a/lib/plugins/config/lang/it/lang.php b/lib/plugins/config/lang/it/lang.php
index 9f46916f0..12bd24e54 100644
--- a/lib/plugins/config/lang/it/lang.php
+++ b/lib/plugins/config/lang/it/lang.php
@@ -9,6 +9,7 @@
* @author Diego Pierotto ita.translations@tiscali.it
* @author ita.translations@tiscali.it
* @author Lorenzo Breda <lbreda@gmail.com>
+ * @author snarchio@alice.it
*/
$lang['menu'] = 'Configurazione Wiki';
$lang['error'] = 'Impostazioni non aggiornate a causa di un valore non corretto, controlla le modifiche apportate e salva di nuovo.
@@ -17,6 +18,9 @@ $lang['updated'] = 'Aggiornamento impostazioni riuscito.';
$lang['nochoice'] = '(nessun\'altra scelta disponibile)';
$lang['locked'] = 'Il file di configurazione non può essere aggiornato, se questo non è intenzionale, <br />
assicurati che il nome e i permessi del file contenente la configurazione locale siano corretti.';
+$lang['danger'] = 'Attenzione: Cambiare questa opzione può rendere inaccessibile la tua wiki e il menu di configurazione.';
+$lang['warning'] = 'Avviso: Cambiare questa opzione può causare comportamenti indesiderati.';
+$lang['security'] = 'Avviso di sicurezza: Cambiare questa opzione può esporre a rischi di sicurezza.';
$lang['_configuration_manager'] = 'Configurazione Wiki';
$lang['_header_dokuwiki'] = 'Impostazioni DokuWiki';
$lang['_header_plugin'] = 'Impostazioni Plugin';
diff --git a/lib/plugins/plugin/lang/it/lang.php b/lib/plugins/plugin/lang/it/lang.php
index b397464d2..a6c538986 100644
--- a/lib/plugins/plugin/lang/it/lang.php
+++ b/lib/plugins/plugin/lang/it/lang.php
@@ -9,6 +9,7 @@
* @author Diego Pierotto ita.translations@tiscali.it
* @author ita.translations@tiscali.it
* @author Lorenzo Breda <lbreda@gmail.com>
+ * @author snarchio@alice.it
*/
$lang['menu'] = 'Gestione Plugin';
$lang['download'] = 'Scarica e installa un nuovo plugin';
diff --git a/lib/plugins/popularity/lang/it/lang.php b/lib/plugins/popularity/lang/it/lang.php
index 41511f678..a29e14964 100644
--- a/lib/plugins/popularity/lang/it/lang.php
+++ b/lib/plugins/popularity/lang/it/lang.php
@@ -5,6 +5,7 @@
* @author Diego Pierotto ita.translations@tiscali.it
* @author ita.translations@tiscali.it
* @author Lorenzo Breda <lbreda@gmail.com>
+ * @author snarchio@alice.it
*/
$lang['name'] = 'Raccolta dati sul wiki (può impiegare del tempo per caricarsi)';
$lang['submit'] = 'Invia dati';
diff --git a/lib/plugins/revert/lang/it/lang.php b/lib/plugins/revert/lang/it/lang.php
index c794394c2..7ce6850d0 100644
--- a/lib/plugins/revert/lang/it/lang.php
+++ b/lib/plugins/revert/lang/it/lang.php
@@ -6,6 +6,7 @@
* @author Diego Pierotto ita.translations@tiscali.it
* @author ita.translations@tiscali.it
* @author Lorenzo Breda <lbreda@gmail.com>
+ * @author snarchio@alice.it
*/
$lang['menu'] = 'Gestore di ripristini';
$lang['filter'] = 'Cerca pagine con spam';
diff --git a/lib/plugins/usermanager/lang/it/lang.php b/lib/plugins/usermanager/lang/it/lang.php
index 992c73fa3..c6ac8f75f 100644
--- a/lib/plugins/usermanager/lang/it/lang.php
+++ b/lib/plugins/usermanager/lang/it/lang.php
@@ -8,6 +8,7 @@
* @author Diego Pierotto ita.translations@tiscali.it
* @author ita.translations@tiscali.it
* @author Lorenzo Breda <lbreda@gmail.com>
+ * @author snarchio@alice.it
*/
$lang['menu'] = 'Gestione Utenti';
$lang['noauth'] = '(autenticazione non disponibile)';