source: extensions/Panoramas/language/it_IT/plugin.lang.php @ 22645

Last change on this file since 22645 was 22645, checked in by TranslationTeam, 11 years ago

[panoramas] Update it_IT, thanks to : actinidia

  • Property svn:executable set to *
File size: 4.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['authors of'] = 'autori di';
24$lang['Auto'] = 'Automatico';
25$lang['Automatic start'] = 'Avvio automatico';
26$lang['Control display'] = 'Display controlli';
27$lang['Left'] = 'Sinistra';
28$lang['Maximal Viewport width is out of range (Correct range: Minimal/+).'] = 'La larghezza massima è fuori dimensione (Correggi il range: Minimo/+)';
29$lang['Minimal Viewport width is out of range (Correct range: 320/+).'] = 'La larghezza minima è fuori dimensione (Correggi il range: 320/+)';
30$lang['Mode 180 (Alternative left-right restart)'] = 'Modo 180° (Riavvio alternato sinistra-destra)';
31$lang['Mode 360'] = 'Modo 360°';
32$lang['Off'] = 'Off';
33$lang['On'] = 'On';
34$lang['Panoramas configuration'] = 'Configurazione Panoramas';
35$lang['Permanent'] = 'Permanente';
36$lang['Picture name substring could not be empty.'] = 'Il sottotitolo non può essere vuoto';
37$lang['Picture name substring to display in Mode 180 [ != previous substring ]'] = 'Sottotitolo da mostrare nel modo 180° (diverso dal sottotitolo precedente)';
38$lang['Picture name substring to display in Mode 360'] = 'Sottotitolo da mostrare nel modo 360°';
39$lang['Picture name substrings must be different.'] = 'Il sottotitolo deve essere diverso';
40$lang['Relative speed factor is out of range (Correct range: 10-90).'] = 'Il fattore di velocità relativa è fuori dall\'intervallo';
41$lang['Relative speed factor [10-90]'] = 'Fattore di velocità relativa [10-90]';
42$lang['Remove substring from picture title'] = 'Rimuovi sottotitolo dal titolo dell\'immagine';
43$lang['Right'] = 'Destra';
44$lang['Rotation direction'] = 'Direzione rotazione';
45$lang['Special thanks to:'] = 'Ringraziamenti speciali a:';
46$lang['Start position ratio is out of range (Correct range: 0-99).'] = 'Il rapporto della posizione iniziale è fuori intervallo (Intervallo corretto: 0-99)';
47$lang['Start position [% between 0-99]'] = 'Posizione iniziale [% tra 0-99]';
48$lang['You are not authorized to change this configuration (Webmaster only).'] = 'Non sei autorizzato a cambiare questa configurazione (Solo Webmaster)';
49$lang['Your configuration is NOT saved due to above reasons.'] = 'La tua configurazione non è stata salvata per le ragioni sopra';
50$lang['Your configuration is saved.'] = 'La configurazione è stata salvata';
51$lang['Viewport maximal width [pixels >= minimal width]'] = 'Larghezza massima viewport [pixel >= larghezza minima]';
52$lang['Viewport minimal width [pixels > 320]'] = 'Larghezza minima viewport [pixel > 320]';
53$lang['Viewport width ratio is out of range (Correct range: 50-100).'] = 'La larghezza di viewport è fuori intervallo (Range corretto: 50-100)';
54$lang['Viewport width [% between 50-100]'] = 'Larghezza viewport [% tra 50 e 100]';
55$lang['Footer display'] = 'Visualizza piè di pagina';
56$lang['Footer Control Color'] = 'Controllo del colore piè di pagina';
57$lang['Footer Color'] = 'Colore di sfondo piè di pagina';
58$lang['Caption Color'] = 'Colore testo descrizione';
59$lang['Border width'] = 'Bordo dimensioni panoramica [0-10]';
60$lang['Border color'] = 'Colore del bordo panoramica';
61$lang['Border Width ratio is out of range (Correct range: 0-10).'] = 'Dimensione del bordo panoramica è fuori campo (range corretto: 0-10).';
62?>
Note: See TracBrowser for help on using the repository browser.