source: extensions/photoWidget/language/it_IT/plugin.lang.php @ 11359

Last change on this file since 11359 was 11359, checked in by riopwg, 13 years ago

Update language IT

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-2011 Nicolas Roudaire        http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA.                                                    |
20// +-----------------------------------------------------------------------+
21
22// admin
23$lang['All categories'] = 'Tutti gli album';
24$lang['Animation background color'] = 'Colore di sfondo dell\'animazione';
25$lang['Animation size'] = 'Dimensioni dell\'animazione';
26$lang['Applicable categorie(s)'] = 'Album applicabile';
27$lang['Background color of animation has been updated'] = 'Il colore di sfondo dell\'animazione è stato aggiornato';
28$lang['Color'] = 'Colore';
29$lang['Height'] = 'Altezza';
30$lang['Height has been updated'] = 'L\'altezza è stata aggiornata';
31$lang['Main configuration'] = 'Configurazione principale';
32$lang['one category'] = 'un\'album';
33$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'Questo plugin permette di aggiungere un\'accattivante animazione 3D per le tue foto';
34$lang['Width'] = 'Larghezza';
35$lang['Width has been updated'] = 'La larghezza è stata aggiornata';
36$lang['You choose that mode for'] = 'Puoi scegliere questo modello per';
37$lang['You can choose that mode for displaying one, severals or all categories'] = 'È possibile di scegliere la modalità di visualizzazione su uno, alcuni o tutti gli album';
38$lang['severals categories'] = 'Alcuni album';
39$lang['You must choose at least one category'] = 'Dovete scegliere almeno un\'album';
40
41// public
42$lang['This widget requires Flash Player 9 or better'] = 'Questo widget richiede Flash Player 9 o superiore';
43?>
Note: See TracBrowser for help on using the repository browser.