[13440] | 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 option'] = 'Opzioni LCAS:'; |
---|
| 24 | $lang['LCAS_Compare_value_h'] = 'Confronto'; |
---|
| 25 | $lang['LCAS_DisableOption'] = 'Disabilita (default)'; |
---|
| 26 | $lang['LCAS_EnableOption'] = 'Abilita'; |
---|
| 27 | $lang['LCAS_Err_Userlist_Empty_New_Username'] = 'Il nome utente non può essere vuoto'; |
---|
| 28 | $lang['LCAS_Err_Userlist_New_Username_Exists'] = 'Il nome utente è già esistente'; |
---|
| 29 | $lang['LCAS_Info_userlist_username_renamed'] = 'Il nome utente è stato aggiornato'; |
---|
| 30 | $lang['LCAS_Mail'] = 'Notifica per email'; |
---|
| 31 | $lang['LCAS_MailText'] = 'Personalizza notifiche per email'; |
---|
| 32 | $lang['LCAS_NewUsername: %s'] = 'Il tuo nuovo nome utente è: %s'; |
---|
| 33 | $lang['LCAS_NewUser_Email: %s'] = 'Collegato all\'indirizzo mail: %s'; |
---|
| 34 | $lang['LCAS_No_User'] = 'Nessun problema trovato per l\'utente corrente'; |
---|
| 35 | $lang['LCAS_Option0'] = 'Nessuna insensibilità (default di Piwigo)'; |
---|
| 36 | $lang['LCAS_Option1'] = 'Insensibile alle maiuscole/minuscole'; |
---|
| 37 | $lang['LCAS_Option2'] = 'Insensibile agli accenti'; |
---|
| 38 | $lang['LCAS_Option3'] = 'Insensibile ad accenti e maiusc/minusc'; |
---|
| 39 | $lang['LCAS_Option4'] = 'Tabella personale dei contenuti'; |
---|
| 40 | $lang['LCAS_PluginSupport'] = 'Supporto ufficiale del plugin'; |
---|
| 41 | $lang['LCAS_save_config'] = 'Impostazioni salvate<br>Controlla gli utenti duplicati nella tabella seguente'; |
---|
| 42 | $lang['LCAS_SubTitle_Global'] = 'Conferma plugin'; |
---|
| 43 | $lang['LCAS_Title_Global'] = 'Imposta la sensibilità'; |
---|
| 44 | $lang['LCAS_Title_Tab'] = 'Login sensibile agli accenti'; |
---|
| 45 | $lang['LCAS_Update_h'] = 'Cambia'; |
---|
| 46 | $lang['LCAS_Update_User'] = 'Aggiorna'; |
---|
| 47 | $lang['LCAS_UserList_Title'] = 'Gli utenti richiedono cambiamenti'; |
---|
| 48 | $lang['Personalized not allowed tooltip'] = 'Non è definito alcun array $conf[\'LCAS_replacement_set\'][0]'; |
---|
| 49 | $lang['submit'] = 'Salva impostazioni'; |
---|
| 50 | $lang['Username_updated_for_%s'] = 'Nome utente aggiornato per %s'; |
---|
| 51 | ?> |
---|