From 94214f97e4a1d5491e048d798c1d5cf63e52fd24 Mon Sep 17 00:00:00 2001
From: Riccardo <riccardofila@gmail.com>
Date: Wed, 27 Jul 2016 12:56:47 +0200
Subject: [PATCH] translation update

---
 inc/lang/it/lang.php                       | 5 +++--
 lib/plugins/acl/lang/it/lang.php           | 2 +-
 lib/plugins/authad/lang/it/lang.php        | 2 +-
 lib/plugins/authad/lang/it/settings.php    | 2 +-
 lib/plugins/authldap/lang/it/lang.php      | 2 +-
 lib/plugins/authldap/lang/it/settings.php  | 2 +-
 lib/plugins/authmysql/lang/it/lang.php     | 2 +-
 lib/plugins/authmysql/lang/it/settings.php | 2 +-
 lib/plugins/authpgsql/lang/it/settings.php | 2 +-
 lib/plugins/authplain/lang/it/lang.php     | 4 +++-
 lib/plugins/config/lang/it/lang.php        | 1 +
 lib/plugins/extension/lang/it/lang.php     | 2 +-
 lib/plugins/popularity/lang/it/lang.php    | 2 +-
 lib/plugins/revert/lang/it/lang.php        | 2 +-
 lib/plugins/styling/lang/it/lang.php       | 2 +-
 lib/plugins/usermanager/lang/it/lang.php   | 2 +-
 lib/tpl/dokuwiki/lang/it/lang.php          | 2 +-
 17 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/inc/lang/it/lang.php b/inc/lang/it/lang.php
index 24e670cf7..75b56974d 100644
--- a/inc/lang/it/lang.php
+++ b/inc/lang/it/lang.php
@@ -22,6 +22,7 @@
  * @author Fabio <fabioslurp@yahoo.it>
  * @author Torpedo <dgtorpedo@gmail.com>
  * @author Maurizio <mcannavo@katamail.com>
+ * @author Riccardo <riccardofila@gmail.com>
  */
 $lang['encoding']              = 'utf-8';
 $lang['direction']             = 'ltr';
@@ -355,6 +356,6 @@ $lang['searchresult']          = 'Risultati della ricerca';
 $lang['plainhtml']             = 'HTML';
 $lang['wikimarkup']            = 'Marcatura wiki';
 $lang['page_nonexist_rev']     = 'Pagina non esistente a %s. E\' stata creata successivamente a <a href="%s">%s</a>.';
-$lang['email_signature_text']       = 'Questa email è stata generata dal DokuWiki all\'indirizzo
-@DOKUWIKIURL@';
 $lang['unable_to_parse_date']  = 'Impossibile eseguire l\'analisi al parametro "%s".';
+$lang['email_signature_text']  = 'Questa email è stata generata dal DokuWiki all\'indirizzo
+@DOKUWIKIURL@';
diff --git a/lib/plugins/acl/lang/it/lang.php b/lib/plugins/acl/lang/it/lang.php
index 82827510f..c44ee8822 100644
--- a/lib/plugins/acl/lang/it/lang.php
+++ b/lib/plugins/acl/lang/it/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Giorgio Vecchiocattivi <giorgio@vecchio.it>
  * @author Roberto Bolli <http://www.rbnet.it/>
  * @author Pietro Battiston toobaz@email.it
diff --git a/lib/plugins/authad/lang/it/lang.php b/lib/plugins/authad/lang/it/lang.php
index a30cd7cea..ee97442f9 100644
--- a/lib/plugins/authad/lang/it/lang.php
+++ b/lib/plugins/authad/lang/it/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Matteo Pasotti <matteo@xquiet.eu>
  * @author Torpedo <dgtorpedo@gmail.com>
  */
diff --git a/lib/plugins/authad/lang/it/settings.php b/lib/plugins/authad/lang/it/settings.php
index 3a92fcb7b..738464a05 100644
--- a/lib/plugins/authad/lang/it/settings.php
+++ b/lib/plugins/authad/lang/it/settings.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Edmondo Di Tucci <snarchio@gmail.com>
  * @author Torpedo <dgtorpedo@gmail.com>
  */
diff --git a/lib/plugins/authldap/lang/it/lang.php b/lib/plugins/authldap/lang/it/lang.php
index 9832e9319..28c4bc873 100644
--- a/lib/plugins/authldap/lang/it/lang.php
+++ b/lib/plugins/authldap/lang/it/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Torpedo <dgtorpedo@gmail.com>
  */
 $lang['connectfail']           = 'LDAP non è in grado di connettere: %s';
diff --git a/lib/plugins/authldap/lang/it/settings.php b/lib/plugins/authldap/lang/it/settings.php
index 58bf497ed..862aa0f72 100644
--- a/lib/plugins/authldap/lang/it/settings.php
+++ b/lib/plugins/authldap/lang/it/settings.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Edmondo Di Tucci <snarchio@gmail.com>
  * @author Claudio Lanconelli <lancos@libero.it>
  * @author Francesco <francesco.cavalli@hotmail.com>
diff --git a/lib/plugins/authmysql/lang/it/lang.php b/lib/plugins/authmysql/lang/it/lang.php
index 5b1ae0a00..6ba3ef836 100644
--- a/lib/plugins/authmysql/lang/it/lang.php
+++ b/lib/plugins/authmysql/lang/it/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Torpedo <dgtorpedo@gmail.com>
  */
 $lang['connectfail']           = 'Connessione fallita al database.';
diff --git a/lib/plugins/authmysql/lang/it/settings.php b/lib/plugins/authmysql/lang/it/settings.php
index 1e9307700..ec2d6703e 100644
--- a/lib/plugins/authmysql/lang/it/settings.php
+++ b/lib/plugins/authmysql/lang/it/settings.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Claudio Lanconelli <lancos@libero.it>
  * @author Mirko <malisan.mirko@gmail.com>
  * @author Francesco <francesco.cavalli@hotmail.com>
diff --git a/lib/plugins/authpgsql/lang/it/settings.php b/lib/plugins/authpgsql/lang/it/settings.php
index e786f2f2d..365fc47e4 100644
--- a/lib/plugins/authpgsql/lang/it/settings.php
+++ b/lib/plugins/authpgsql/lang/it/settings.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Francesco <francesco.cavalli@hotmail.com>
  * @author Torpedo <dgtorpedo@gmail.com>
  * @author Maurizio <mcannavo@katamail.com>
diff --git a/lib/plugins/authplain/lang/it/lang.php b/lib/plugins/authplain/lang/it/lang.php
index 59c8c3076..1627a1564 100644
--- a/lib/plugins/authplain/lang/it/lang.php
+++ b/lib/plugins/authplain/lang/it/lang.php
@@ -2,9 +2,11 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Torpedo <dgtorpedo@gmail.com>
+ * @author Riccardo <riccardofila@gmail.com>
  */
 $lang['userexists']            = 'Il nome utente inserito esiste già.';
 $lang['usernotexists']         = 'Spiacente, quell\'utente non esiste.';
 $lang['writefail']             = 'Impossibile modificare i dati utente. Per favore informa l\'Amministratore del Wiki';
+$lang['protected']             = 'I dati relativi all\'utente %s sono protetti e non possono essere modificati o cancellati.';
diff --git a/lib/plugins/config/lang/it/lang.php b/lib/plugins/config/lang/it/lang.php
index 817355178..492c74f58 100644
--- a/lib/plugins/config/lang/it/lang.php
+++ b/lib/plugins/config/lang/it/lang.php
@@ -16,6 +16,7 @@
  * @author Matteo Pasotti <matteo@xquiet.eu>
  * @author snarchio@gmail.com
  * @author Torpedo <dgtorpedo@gmail.com>
+ * @author Riccardo <riccardofila@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.
diff --git a/lib/plugins/extension/lang/it/lang.php b/lib/plugins/extension/lang/it/lang.php
index d22cb9d52..3d414a48d 100644
--- a/lib/plugins/extension/lang/it/lang.php
+++ b/lib/plugins/extension/lang/it/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Francesco <francesco.cavalli@hotmail.com>
  * @author Fabio <fabioslurp@yahoo.it>
  * @author Torpedo <dgtorpedo@gmail.com>
diff --git a/lib/plugins/popularity/lang/it/lang.php b/lib/plugins/popularity/lang/it/lang.php
index 9edefba84..acd59a6d2 100644
--- a/lib/plugins/popularity/lang/it/lang.php
+++ b/lib/plugins/popularity/lang/it/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Diego Pierotto ita.translations@tiscali.it
  * @author ita.translations@tiscali.it
  * @author Lorenzo Breda <lbreda@gmail.com>
diff --git a/lib/plugins/revert/lang/it/lang.php b/lib/plugins/revert/lang/it/lang.php
index d2f7b6d6a..bb8a47598 100644
--- a/lib/plugins/revert/lang/it/lang.php
+++ b/lib/plugins/revert/lang/it/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Pietro Battiston toobaz@email.it
  * @author Diego Pierotto ita.translations@tiscali.it
  * @author ita.translations@tiscali.it
diff --git a/lib/plugins/styling/lang/it/lang.php b/lib/plugins/styling/lang/it/lang.php
index aea011feb..03b7aa765 100644
--- a/lib/plugins/styling/lang/it/lang.php
+++ b/lib/plugins/styling/lang/it/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Torpedo <dgtorpedo@gmail.com>
  */
 $lang['menu']                  = 'Configurazioni di stile del tema';
diff --git a/lib/plugins/usermanager/lang/it/lang.php b/lib/plugins/usermanager/lang/it/lang.php
index fe52d5e91..a4834f516 100644
--- a/lib/plugins/usermanager/lang/it/lang.php
+++ b/lib/plugins/usermanager/lang/it/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Chris Smith <chris@jalakai.co.uk>
  * @author Silvia Sargentoni <polinnia@tin.it>
  * @author Pietro Battiston toobaz@email.it
diff --git a/lib/tpl/dokuwiki/lang/it/lang.php b/lib/tpl/dokuwiki/lang/it/lang.php
index 954f0f753..cec5ff61c 100644
--- a/lib/tpl/dokuwiki/lang/it/lang.php
+++ b/lib/tpl/dokuwiki/lang/it/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Torpedo <dgtorpedo@gmail.com>
  */
 $lang['__background_site__']   = 'Colore per lo sfondo di livello più basso (dietro il riquadro del contenuto)';
-- 
GitLab