source: extensions/lmt/language/it_IT/plugin.lang.php @ 17783

Last change on this file since 17783 was 17783, checked in by TranslationTeam, 12 years ago

[lmt] Update it_IT, thanks to : virgigiole

  • Property svn:executable set to *
File size: 4.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['lmt_icon_text'] = 'Testo';
24$lang['lmt_image'] = 'Immagine';
25$lang['lmt_lbl_under-by-nc-nd'] = 'Pubblicato su licenza';
26$lang['lmt_lbl_under-by-nc-sa'] = 'Pubblicato su licenza';
27$lang['lmt_lbl_under-by-nd'] = 'Pubblicato su licenza';
28$lang['lmt_lbl_under-by-sa'] = 'Pubblicato su licenza';
29$lang['lmt_lbl_under-cc0'] = 'Pubblicato su licenza';
30$lang['lmt_lbl_under-cleft'] = 'Pubblicato su licenza';
31$lang['lmt_licence'] = 'Licenza';
32$lang['lmt_lst_apply_filter'] = 'Fitro';
33$lang['lmt_lst_nb_photos'] = 'foto';
34$lang['lmt_manageaut'] = 'Gestisci autori';
35$lang['lmt_modify'] = 'Modifica';
36$lang['lmt_name'] = 'Nome';
37$lang['lmt_nav_first'] = 'Primo';
38$lang['lmt_nav_last'] = 'Ultimo';
39$lang['lmt_nav_next'] = 'Prossimo';
40$lang['lmt_nav_prev'] = 'Precedente';
41$lang['lmt_ok'] = 'Ok';
42$lang['lmt_redirect_urls'] = 'Reindirizzamenti URL';
43$lang['lmt_save_config'] = 'Configurazione salvata';
44$lang['lmt_search'] = 'Ricerca';
45$lang['lmt_select_all'] = 'Tutti';
46$lang['lmt_select_invert'] = 'Inverti';
47$lang['lmt_select_none'] = 'Nessuno';
48$lang['lmt_six_licences'] = 'Le 6 licenze';
49$lang['lmt_yesno_n'] = 'No';
50$lang['lmt_yesno_y'] = 'Si';
51$lang['lmt_cfg_list_maxheight'] = 'Massima altezza degli elenchi';
52$lang['lmt_cfg_warning_link'] = 'Permetti redirect';
53$lang['lmt_cc-all'] = 'Tutte le licenze';
54$lang['lmt_cc_url'] = 'http://creativecommons.org/international/';
55$lang['lmt_cfg_licence_activated'] = 'Attiva la gestione licenze';
56$lang['lmt_cfg_licence_logo'] = 'Tipo di logo visualizzato';
57$lang['lmt_author_title'] = 'Elenco autori';
58$lang['lmt_cannot_add_author'] = 'Non è stato possibile aggiungere l\'autore';
59$lang['lmt_cannot_delete_author'] = 'Non è stato possibile eliminare l\'autore';
60$lang['lmt_cannot_modify_author'] = 'Non è stato possibile modificare l\'autore';
61$lang['lmt_category'] = 'Categoria';
62$lang['lmt_author_txt1'] = 'Testo 1';
63$lang['lmt_author_txt2'] = 'Testo 2';
64$lang['lmt_authoradd_title'] = 'Aggiungi autore';
65$lang['lmt_authormodify_title'] = 'Modifica autore';
66$lang['lmt_cancel'] = 'Elimina';
67$lang['To install this plugin, you need to install Grum Plugin Classes %s before'] = 'Per installare questo plugin, devi prima aver installato Grum Plugin Classes %s';
68$lang['example'] = 'Mostra campione';
69$lang['lmt_action'] = 'Azioni';
70$lang['lmt_add'] = 'Aggiungi';
71$lang['lmt_add_author'] = 'Aggiungi autore';
72$lang['lmt_apply'] = 'Applica';
73$lang['lmt_author'] = 'Autore';
74$lang['lmt_author_added'] = 'L\'autore è stato aggiunto';
75$lang['lmt_author_deleted'] = 'L\'autore è stato cancellato';
76$lang['lmt_author_modified'] = 'L\'autore è stato modificato';
77$lang['lmt_author_one_image_updated'] = 'E\' stata aggiornata una foto legata a questo autore';
78?>
Note: See TracBrowser for help on using the repository browser.