source: extensions/UserCollections/language/it_IT/plugin.lang.php @ 26058

Last change on this file since 26058 was 26058, checked in by mistic100, 10 years ago

typo in language string

  • Property svn:executable set to *
File size: 5.6 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['%d more...'] = '%d di più...';
24$lang['Add to collection'] = 'Aggiungi ad una raccolta';
25$lang['Clear'] = 'Cancella';
26$lang['Collection name:'] = 'Nome della collezione:';
27$lang['Collection'] = 'Collezione';
28$lang['Collections'] = 'Collezioni';
29$lang['Create a new collection'] = 'Creare una nuova collezione';
30$lang['Invalid collection'] = 'Collezione non valida';
31$lang['Please give a name'] = 'Si prega di dare un nome';
32$lang['Remove from collection'] = 'Eliminare dalla collezione';
33$lang['Save'] = 'Salva';
34$lang['This collection is empty'] = 'Questa collezione è vuota';
35$lang['You have %d collection'] = 'Avete %d collezione';
36$lang['You have %d collections'] = 'Avete %d collezioni';
37$lang['You have no collection'] = 'Non avete nessuna collezione';
38$lang['by %s'] = 'da %s';
39$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Ciao <b>%s</b>, %s ti ha inviato una raccolta di foto da <a href="%s">%s</ a>';
40$lang['Your e-mail'] = 'La tua e-mail';
41$lang['Your name'] = 'Il tuo nome';
42$lang['Send this collection by mail'] = 'Invia questa collezione alla mia mail';
43$lang['Recipient name'] = 'Nome destinatario';
44$lang['Recipient e-mail'] = 'Destinatario e-mail';
45$lang['Preview'] = 'Anteprima';
46$lang['Please enter your name'] = 'Inserisci il tuo nome';
47$lang['Please enter your e-mail'] = 'Inserisci il tuo indirizzo e-mail';
48$lang['Please enter the recipient name'] = 'Si prega di inserire il nome del destinatario';
49$lang['Please enter the recipient e-mail'] = 'Si prega di inserire l\'indirizzo e-mail';
50$lang['Number of images'] = 'Numero delle immagini';
51$lang['Message (optional)'] = 'Messaggio (opzionale)';
52$lang['Inactive'] = 'Inattivo';
53$lang['Error while sending e-mail'] = 'Errore durante l\'invio della e-mail';
54$lang['Fields'] = 'Campi';
55$lang['Export image list'] = 'Esporta elenco immagini';
56$lang['Edit this collection'] = 'Modifica questa raccolta';
57$lang['E-mail sent successfully'] = 'E-mail inviata con successo';
58$lang['Download CSV file'] = 'Scarica file CSV';
59$lang['Delete this collection'] = 'Elimina questa collezione';
60$lang['Date added to collection, new &rarr; old'] = 'Data di aggiunta alla collezione, nuova &rarr; vecchia';
61$lang['Date added to collection, old &rarr; new'] = 'Data di aggiunta alla collezione, vecchia &rarr; nuova';
62$lang['Click here to view the complete collection'] = 'Clicca qui per vedere la collezione completa';
63$lang['Clear this collection'] = 'Cancella questa collezione';
64$lang['Allow users to set their collections as public'] = 'Consentire agli utenti di impostare le loro collezioni come pubbliche';
65$lang['A photo collection by %s'] = 'Una galleria fotografica by %s';
66$lang['Allow users to send their public collections by mail'] = 'Consentire agli utenti di inviare le loro collezioni pubbliche per email';
67$lang['Active'] = 'Attiva';
68$lang['(remove)'] = '(rimuovi)';
69$lang['Name, A &rarr; Z'] = 'Nome, A &rarr; Z';
70$lang['Name, Z &rarr; A'] = 'Nome, Z &rarr; A';
71$lang['Photos number, high &rarr; low'] = 'Numero di foto, maggiore &rarr; minore';
72$lang['Photos number, low &rarr; high'] = 'Numero di foto, minore &rarr; maggiore';
73$lang['Share this collection'] = 'Condividi questa collezione';
74$lang['Share key'] = 'Chiave di condivisione';
75$lang['The key must be at least 8 characters long'] = 'La chiave deve essere lunga almeno 8 caratteri';
76$lang['This key is already used'] = 'Questa chiave è già stata utilizzata';
77$lang['This link expired'] = 'Questo link è scaduto';
78$lang['Share deleted'] = 'Condivisione cancellata';
79$lang['Share'] = 'Condividi';
80$lang['Restricted access'] = 'Accesso limitato';
81$lang['New share added: <a href="%s">%s</a>'] = 'Nuove condivisioni aggiunte: <a href="%s">%s</a>';
82$lang['Expiration date'] = 'Data di scadenza';
83$lang['Collection not found'] = 'Collezione non trovata';
84$lang['jump to photo'] = 'Vai alla foto';
85$lang['Name'] = 'Nome';
86$lang['Send'] = 'Invia';
87$lang['Hello %s, %s sent you a photos collection from "%s"'] = 'Ciao %s, %s ti ha inviato una raccolta di foto da "%s"';
88$lang['Description'] = 'Descrizione';
89$lang['Cancel'] = 'Annulla';
90$lang['Add'] = 'Aggiungi';
91?>
Note: See TracBrowser for help on using the repository browser.