diff options
Diffstat (limited to 'wiki/lib/plugins/authad/lang/it/lang.php')
-rw-r--r-- | wiki/lib/plugins/authad/lang/it/lang.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authad/lang/it/lang.php b/wiki/lib/plugins/authad/lang/it/lang.php new file mode 100644 index 0000000..ee97442 --- /dev/null +++ b/wiki/lib/plugins/authad/lang/it/lang.php @@ -0,0 +1,13 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Matteo Pasotti <matteo@xquiet.eu> + * @author Torpedo <dgtorpedo@gmail.com> + */ +$lang['domain'] = 'Dominio di accesso'; +$lang['authpwdexpire'] = 'La tua password scadrĂ in %d giorni, dovresti cambiarla quanto prima.'; +$lang['passchangefail'] = 'Cambio password fallito. Forse non sono state rispettate le regole adottate per le password'; +$lang['userchangefail'] = 'Cambio attributi utente fallito. Forse il tuo account non ha i permessi per eseguire delle modifiche?'; +$lang['connectfail'] = 'Connessione fallita al server Active Directory'; |