source: extensions/LCAS/trunk/language/it_IT/help.lang.php @ 13440

Last change on this file since 13440 was 13440, checked in by TranslationTeam, 12 years ago

[LCAS] Update it_IT, thanks to : Gdvpixel

  • Property svn:executable set to *
File size: 3.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['LCAS_caseSensitiveTitle'] = 'Opzioni';
24$lang['LCAS_caseSensitiveTitle_d'] = 'Queste opzioni permettono agli utenti di essere identificati ignorando le maiuscole/minuscole dei loro nomi utente, oppure rigurado gli accenti, oppure riguardo a entrambi.<br>
25<b style=&quot;color: red;&quot;>Nota: La password rimane sensibile a tutti i caratteri!</b><br>
26Béatrice sarà felice!<br>';
27$lang['LCAS_Email_Customization'] = 'Personalizza notifiche mail';
28$lang['LCAS_Email_Customization_d'] = 'Puoi personalizzare il testo inviato con la notifica. Usa il tag [lang] per il supporto multilingua se il plugin Extended Description è attivo';
29$lang['LCAS_MailTitle'] = 'Notifica mail';
30$lang['LCAS_MailTitle_d'] = 'Scegli se una notifca mail deve essere automaticamente inviata agli utenti cui è sono stati cambiati i dati di login per adeguarsi alle nuove regole di sensibilità';
31$lang['LCAS_sensitiveTitle'] = 'Sensibilità alle registrazioni e alla connessione';
32$lang['LCAS_sensitiveTitle_d'] = 'Piwigo può essere insensibile alle maiuscole/minuscole ma non gestire la sensibilità agli accenti. LCAS permette di gestire al meglio l\'insensibilità alla registrazione e all\'identificazione dei nuovi utenti. Sono disponibili le seguenti opzioni:<br><br>
33-Nome utente sensibile alle maiuscole/minuscole oppure no<br>
34-Nome utente sensibile agli accenti oppure no<br>
35-Personalizzare il testo delle email di notifica<br>';
36$lang['LCAS_userlistTitle'] = 'Verifica utente';
37$lang['LCAS_userlistTitle_d'] = 'Questa pagina mostra gli utenti che verranno modificati per attivare questa opzione.<br><br>
38Se per esempio esistono già due utenti <em>Test</em> and <em>test</em> e viene selezionata la voce insensibile a maiuscole/minuscole, loro non si possono più collegare correttamente.<br>
39Devi cambiare uno dei due nomi utente e, in opzione, avvertirli utilizzando il link per inviare una mail.';
40?>
Note: See TracBrowser for help on using the repository browser.