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

Last change on this file since 6843 was 6843, checked in by ddtddt, 14 years ago

[extension] photoWidget, Add IT Description thanks to sergix

  • 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 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$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 visualizza e ruota le immagini  in 3D usando un filmato flash. Funziona come le abituali categorie ma in modo sorprendente e accattivante.';
23$lang['You can choose that mode for displaying one, severals or all categories'] = 'È possibile di scegliere la modalità di visualizzazione su una, alcune o tutte le categori';
24$lang['Main configuration'] = 'Configurazione principale';
25$lang['All categories'] = 'Tutte le categorie';
26$lang['Applicable categorie(s)'] = 'Categoria(e) applicabile';
27$lang['Animation size'] = 'Dimensioni dell\'animazione';
28$lang['Animation background color'] = 'Colore di sfondo dell\'animazione';
29$lang['Color'] = 'Colore';
30$lang['You choose that mode for'] = 'Puoi scegliere questo modello per';
31$lang['one category'] = 'una categoria';
32$lang['all categories'] = 'tutte le categorie';
33$lang['severals categories'] = 'qualche categoria';
34$lang['Width has been updated'] = 'La larghezza è stata aggiornata';
35$lang['Height has been updated'] = 'L\'altezza è stata aggiornata';
36$lang['Background color of animation has been updated'] = 'Il colore di sfondo dell\'animazione è stato aggiornato';
37$lang['This widget requires Flash Player 9 or better'] = 'Questa widget richiede Flash Player 9 o superiore';
38
39?>
Note: See TracBrowser for help on using the repository browser.