source: extensions/see_photos_by_user/language/it_IT/plugin.lang.php

Last change on this file was 30581, checked in by TranslationTeam, 9 years ago

[see_photos_by_user] Update it_IT, thanks to Ericnet

  • Property svn:executable set to *
File size: 3.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['users by reverse alphabetical order'] = 'utenti per ordine alfabetico inverso';
24$lang['users in alphabetical order'] = 'utenti in ordine alfabetico';
25$lang['Users order'] = 'ordine utenti';
26$lang['select user'] = 'seleziona utente';
27$lang['submit'] = 'invia';
28$lang['select other user'] = 'scegli altro utente';
29$lang['by decreasing number of photos'] = 'per numero decrescente di foto';
30$lang['by increasing number of photos'] = 'per numero crescente di foto';
31$lang['Minimal number photos for show users is incorrect !'] = 'Numero minimo foto per mostra agli utenti non è corretto!';
32$lang['See photos by user'] = 'Vedi foto per utente';
33$lang['Minimal number photos for show users'] = 'Numero minimo foto da mostrare agli utenti';
34$lang['Maximal number users is incorrect !'] = 'Numero massimo utenti non corretto!';
35$lang['Maximal number users'] = 'Numero massimo utenti';
36$lang['select users box'] = 'Seleziona box utenti';
37$lang['link Specials menu'] = 'Link menu Speciale';
38$lang['bloc menu users'] = 'Blocco menu utenti';
39$lang['Photos by user'] = 'Foto per utente';
40$lang['vertical ring'] = 'ring verticale';
41$lang['vertical cylinder'] = 'cilindro verticale';
42$lang['users cloud'] = 'utenti cloud';
43$lang['sphere'] = 'sfera';
44$lang['horizontal ring'] = 'ring orizzontale';
45$lang['horizontal cylinder'] = 'cilindro orizzontale';
46$lang['cumulus users cloud'] = 'utenti ospitati su cloud';
47$lang['You must use colorpicker'] = 'Devi utilizzare il colorpicker';
48$lang['Show menu'] = 'Mostra menu';
49$lang['Show home page users'] = 'Mostra home page utente';
50$lang['Choose a presentation'] = 'Scegli una presentazione';
51$lang['Choose a color'] = 'Scegli un colore';
Note: See TracBrowser for help on using the repository browser.