[6838] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
| 3 | // | photoWidget - a plugin for Piwigo | |
---|
| 4 | // +-----------------------------------------------------------------------+ |
---|
[11006] | 5 | // | Copyright(C) 2010-2011 Nicolas Roudaire http://www.nikrou.net | |
---|
[6838] | 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 | |
---|
[6850] | 18 | // | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | |
---|
| 19 | // | MA 02110-1301 USA. | |
---|
[6838] | 20 | // +-----------------------------------------------------------------------+ |
---|
| 21 | |
---|
[11006] | 22 | // admin |
---|
[6838] | 23 | $lang['All categories'] = 'Tutte le categorie'; |
---|
[11006] | 24 | $lang['Animation background color'] = 'Colore di sfondo dell\'animazione'; |
---|
| 25 | $lang['Animation size'] = 'Dimensioni dell\'animazione'; |
---|
[6838] | 26 | $lang['Applicable categorie(s)'] = 'Categoria(e) applicabile'; |
---|
[11006] | 27 | $lang['Background color of animation has been updated'] = 'Il colore di sfondo dell\'animazione è stato aggiornato'; |
---|
[6838] | 28 | $lang['Color'] = 'Colore'; |
---|
[11006] | 29 | $lang['Height'] = 'Altezza'; |
---|
| 30 | $lang['Height has been updated'] = 'L\'altezza è stata aggiornata'; |
---|
| 31 | $lang['Main configuration'] = 'Configurazione principale'; |
---|
[6838] | 32 | $lang['one category'] = 'una categoria'; |
---|
[11006] | 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'; |
---|
[6843] | 35 | $lang['Width has been updated'] = 'La larghezza è stata aggiornata'; |
---|
[11006] | 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 una, alcune o tutte le categori'; |
---|
| 38 | $lang['severals categories'] = 'Alcune categorie'; |
---|
| 39 | $lang['You must choose at least one category'] = 'Dovete scegliere almeno una categoria'; |
---|
| 40 | |
---|
| 41 | // public |
---|
[6838] | 42 | $lang['This widget requires Flash Player 9 or better'] = 'Questa widget richiede Flash Player 9 o superiore'; |
---|
| 43 | ?> |
---|