1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2013 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['fhp_activate_sts_comment'] = 'Attiva HTTP Strict Transport Security (HSTS)<br/>Questa opzione deve essere attivata se possedete un certificato TLS firmato. Non ha alcun effetto se "Force HTTPS" è spento<br/><br/> <i>HST è un meccanismo di sicurezza web per cui il server web dichiara il browser web per interagire con esso solo utilizzando connessioni sicure HTTPS. Quando HSTS è attivo un campo di intestazione "Strict-Transport-Security" viene posizionato nell\'intestazione http e qualsiasi collegamento al sito viene automaticamente sostituito con un link protetto.<br/></i>'; |
---|
24 | $lang['fhp_description'] = 'Questo plugin colma una lacuna di sicurezza in Piwigo. Consente agli amministratori di forzare l\'utilizzo di connessioni protette SSL per la navigazione Piwigo (https quando è disponibile sul server di hosting). <br>E\' altamente consigliabile utilizzare connessioni protette per proteggere l\'invio utente e password.'; |
---|
25 | $lang['fhp_force_https_warning'] = '<b>Attenzione!</b> Prima di attivare la connessione sicura, si prega di verificare che il vostro server supporti https. E\' possibile fare clic sul seguente link per testare (carica questa pagina in modalità https).'; |
---|
26 | $lang['fhp_sts_maxage_comment'] = 'STS max-age in secondi'; |
---|
27 | $lang['fhp_sts_maxage_label'] = 'STS max-age'; |
---|
28 | $lang['fhp_submit'] = 'Invia'; |
---|
29 | $lang['fhp_test_https_link'] = 'Prova questa pagina in https (finestra popup)'; |
---|
30 | $lang['fhp_security_group'] = 'Impostazioni di sicurezza'; |
---|
31 | $lang['fhp_force_https_comment'] = 'Attiva questa opzione per forzare i client di connettersi a Piwigo attraverso una connessione protetta.'; |
---|
32 | $lang['fhp_options_group'] = 'Opzioni'; |
---|
33 | $lang['fhp_force_https_label'] = 'Forza HTTPS'; |
---|
34 | $lang['fhp_activate_sts_label'] = 'Utilizzare STS'; |
---|
35 | $lang['fhp_about'] = 'About'; |
---|
36 | ?> |
---|