source: extensions/Tags2File/language/it_IT/plugin.lang.php @ 4704

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

language IT for Tags2File

File size: 3.1 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$lang['plugin_doc']             = 'Esporta le proprietà e i tags delle immagini dalla base dati verso un file batch. Questo file inserisce i tags nelle immagini usando i campi IPTC.';
25$lang['plugin_doc2']            = 'Due tools possono essere usati per il tagging, exiftool o exiv2. Il primo è più adatto e sopporta meglio l\'UTF-8. Invece il secondo è più rapido. Un file batch per ogni tools sarà attivato e generato. La directory del tools è opzionale e "automatico" se la variabile PATH è vuota';
26$lang['plugin_doc3']            = 'La directory di destinazione deve essere valida per la generazione degli scripts. È consigliato di cominciare dal modo test, con un file immagine copiata nella directory di destinazione, e per la quale l\'img_ID della dase dati è conoscuta (eseguire le dovute verifiche guardando la tabella image con per esempio phpmyadmin)';
27$lang['use_exiftool']           = 'Exiftool?';
28$lang['use_exiv2']              = 'Exiv2?';
29$lang['toolpath']               = 'Directory del eseguibile :';
30$lang['exportmetadata_dir']     = 'Directory di destinazione dello script';
31$lang['use_utf8']               = 'Coding UTF-8 (exiftool unicamente)? No=ANSI/Latin-1';
32$lang['multi_lang_desc']        = 'Come considerare il champo descrzione?';
33$lang['multi_lang_desc_all']    = 'Viene considerato il champo completo';
34$lang['whole']                  = 'Il champo completo';
35$lang['current']                = 'La parte tra i tags lang per la lingua attuale';
36$lang['nb_file_to_tag']         = 'Numero di file immagini che possono essere taggati';
37$lang['test_mode']              = 'Modo test';
38$lang['test_img_id_lbl']        = 'Considerare solo l\'img_id seguente';
39?>
Note: See TracBrowser for help on using the repository browser.