source: extensions/Prune_History/language/it_IT/plugin.lang.php @ 17613

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

[prune_history] Update it_IT, thanks to : Ericnet

  • Property svn:executable set to *
File size: 3.7 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['PH_AutoPrune_false'] = 'Disabilita (default)';
24$lang['PH_AutoPrune_title'] = 'Puliza automatica';
25$lang['PH_AutoPrune_true'] = 'Abilita';
26$lang['PH_AutoRange_title'] = 'Mantieni lo storico fino a:';
27$lang['PH_Bad_version_backup'] = 'Versione del plug-in errata! Il backup che stai tentando di ripristinare è troppo vecchio oppure è stato creato con una versione precedente del plug-in.';
28$lang['PH_Dump_Download'] = 'Per scaricare il file di backup, seleziona questa casella';
29$lang['PH_Dump_NOK'] = 'Il backup è fallito!';
30$lang['PH_Dump_OK'] = 'Il backup è stato concluso con successo!';
31$lang['PH_ManualPrune_title'] = 'Pulitura manuale';
32$lang['PH_No_Backup_File'] = 'Nessun file di backup trovato per il ripristino!';
33$lang['PH_Prune_Done'] = 'Pulizia manuale eseguita!';
34$lang['PH_Prune_Error'] = 'Errore durante la pulizia! Verifica il range di date.';
35$lang['PH_Prune'] = 'Esegui pulizia manuale';
36$lang['PH_Restoration_NOK'] = 'Ripristino fallito!';
37$lang['PH_Restoration_OK'] = 'Ripristino concluso con successo!';
38$lang['PH_Restore_File'] = 'Restore history';
39$lang['PH_Restore'] = 'Per ripristinare un backup della tabella history.<br>Solo i file salvati sul server sono inseriti nell\'account';
40$lang['PH_Save_Title'] = 'Backup di sicurezza';
41$lang['PH_Save'] = 'Backup history';
42$lang['PH_save_config'] = 'Impostazioni salvate!';
43$lang['PH_submit'] = 'Salva impostazioni';
44$lang['Start_Date'] = 'Data di inizio';
45$lang['range']['1'] = 'Giorni';
46$lang['range']['2'] = 'Mesi';
47$lang['range']['3'] = 'Anni';
48$lang['PH_Support'] = 'Il supporto ufficiale su questo plugin è solo in questa discussione del forum Piwigo:<br><a href="http://piwigo.org/forum/viewtopic.php?id=19418" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=19418</a>';
49$lang['PH_AutoPrune_title_d'] = 'Se si attiva eliminazione automatica, verrà attivato automaticamente in base al criterio della conservazione ad ogni login utente alla galleria (compresi amministratore o webmaster).<br><br>
50<b style=&quot;color: red;&quot;>Usare con cautela! Dati eliminati non sono recuperabili in caso di errore</b>';
51?>
Note: See TracBrowser for help on using the repository browser.