source: extensions/akBookStyle/trunk/language/it_IT/plugin.lang.php @ 6852

Last change on this file since 6852 was 6852, checked in by nikrou, 14 years ago

Updated german, thanks to duke
Updated spanish, thanks to jpr928
Remove configuration when plugin is uninstalled.
Add indexes in languages directories.
Update Free Software Foundation address

  • Property svn:eol-style set to LF
File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | akBookStyle  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2010 Nicolas Roudaire        http://www.nikrou.net  |
6// | Copyright(C) 2009      vdigital                                       |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
20// | MA 02110-1301 USA                                                     |
21// +-----------------------------------------------------------------------+
22
23$lang['That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.'] = "Questo plugin permette di gestire una presentazione alternativa della vostra galleria con le miniature sulla stessa pagina di una foto media.";
24$lang['Main configuration'] = "Configurazione generale";
25$lang['Number of thumbnails per page'] = "Numero di miniature per pagina";
26$lang['Thumbnails per page has been updated'] = "Il numero di miniature per pagina è stato aggiornato.";
27$lang['Number of column'] = "Numero di colonne";
28$lang['Thumbnail size has been updated'] = "Le dimenzioni delle miniature sono state aggiornate";
29$lang['Thumbnail size'] = "Dimenzioni delle miniature";
30$lang['click'] = "clic";
31$lang['mouseover'] = "sorvolo";
32$lang['Event to show medium picture.'] = "Eventi che attivano la visualizzazione di un'immagine.";
33$lang['Event to show medium picture has been updated.'] = "Il modo di visualizzazione dell'immagine è stata modificata.";
34$lang['Thumbnails location'] = "Posizione delle miniature";
35$lang['Thumbnails location has been changed'] = "Posizione delle miniature modificate.";
36$lang['Top'] = "sopra";
37$lang['Left'] = "a sinistra";
38$lang['Bottom'] = "sotto";
39$lang['Right'] = "a destra";
40$lang['or number of lines for Top/Bottom'] = "o numero di righe se sopra o sotto";
41?>
Note: See TracBrowser for help on using the repository browser.