source: extensions/db_backup/language/it_IT/plugin.lang.php @ 4339

Last change on this file since 4339 was 4339, checked in by riopwg, 14 years ago

Update language IT

File size: 2.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008      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
24
25$lang['db_backup_summary']                      = 'Salvare le tabelle della base dati di Piwigo';
26$lang['db_backup_dump_message']         = 'Salvato sul server';
27$lang['db_backup_file']                         = 'File';
28$lang['db_backup_erase_message']        = 'Cancellato dal server';
29$lang['db_backup_save_to_server']       = 'Archiviato sul server';
30$lang['db_backup_existing_section']     = 'Backups esistenti';
31$lang['db_backup_output_section']       = 'Risultato';
32$lang['db_backup_dump']                         = 'Fare una salvaguardia';
33$lang['db_backup_erase']                        = 'Cancellare';
34$lang['db_backup_download']             = 'Scaricare';
35$lang['db_backup_only_history']         = 'Salvare la cronologia unicamente';
36$lang['db_backup_exclude_history']      = 'Escludere la cronologia';
37$lang['db_backup_whole_db']             = 'Includere le altre tabelle della base dati';
38$lang['db_backup_continue_process'] = 'Proseguire con il backup';
39$lang['db_backup_processing']           = 'Backup in corso ....';
40$lang['db_backup_step_by_step']         = 'Salvaguardare una tabella alla volta';
41$lang['db_backup_compress_backup']      = 'Comprimere (zippare) il file';
42?>
Note: See TracBrowser for help on using the repository browser.