source: extensions/ColorStat/language/it_IT/plugin.lang.php @ 17782

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

[colorstat] Update it_IT, thanks to : virgigiole

  • Property svn:executable set to *
File size: 3.3 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['cstat_NumOfPixels_help'] = 'Indica il numero di pixel per i quali è stato determinato colore. <br>La percentuale è relativa al numero di pixel analizzati e rappresenta la \'superficie\' impegnata sul set di immagini.';
24$lang['cstat_NumOfImages_help'] = 'Indica il numero di immagini in cui il colore è presente.<br>La percentuale è relativa al numero di immagini analizzate.';
25$lang['cstat_Pct'] = '%';
26$lang['Grum Plugin Classes is not installed'] = 'Il plugin <b>Grum Plugin Classes</ b> non è installato';
27$lang['cstat_NumOfImages'] = 'Numero delle immagini';
28$lang['cstat_NumOfPixels'] = 'Numero dei pixels';
29$lang['cstat_add_colors'] = 'Aggiungere una selezione di colori';
30$lang['cstat_ok'] = 'OK';
31$lang['cstat_quality_high'] = 'Alto';
32$lang['cstat_quality_highest'] = 'Molto alto';
33$lang['cstat_quality_level'] = 'Qualità';
34$lang['cstat_quality_low'] = 'Basso';
35$lang['cstat_quality_lowest'] = 'Molto basso';
36$lang['cstat_quality_normal'] = 'Normale';
37$lang['cstat_quality_of_analyze'] = 'Analisi della qualità';
38$lang['cstat_save_config'] = 'Configurazione salvata';
39$lang['cstat_search'] = 'Cerca';
40$lang['cstat_search_by_color'] = 'Cerca per colore';
41$lang['cstat_stat'] = 'Statistiche';
42$lang['cstat_warning_on_analyze_0'] = 'Attenzione!';
43$lang['cstat_analyze'] = 'Analizza';
44$lang['cstat_analyze_in_progress'] = 'Analisi in corso...';
45$lang['cstat_analyze_is_finished'] = 'Analisi completata';
46$lang['cstat_apply'] = 'Applica';
47$lang['cstat_choose_colors'] = 'Pannello colori';
48$lang['cstat_choosen_colors'] = 'Colori selezionati';
49$lang['cstat_color'] = 'Colore';
50$lang['cstat_color_size'] = 'Dimensioni';
51$lang['cstat_colors'] = 'Colori';
52$lang['cstat_config'] = 'Configurazione';
53?>
Note: See TracBrowser for help on using the repository browser.