source: extensions/instagram2piwigo/language/it_IT/plugin.lang.php @ 19726

Last change on this file since 19726 was 19726, checked in by TranslationTeam, 11 years ago

[instagram2piwigo] Update it_IT, thanks to : Ericnet

File size: 3.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['%d albums'] = '%d albums';
24$lang['%d pictures are not displayed because already existing in the database.'] = '%d foto non sono visualizzate perché già presenti nella galleria';
25$lang['%d pictures imported'] = '%d immagini importate';
26$lang['(%d photos)'] = '(%d foto)';
27$lang['API not authenticated'] = 'API non autenticate';
28$lang['Begin transfer'] = 'Iniziare il trasferimento';
29$lang['Fill these fields from Instagram datas'] = 'Compila questi campi da Instagram dati';
30$lang['Instagram logins'] = 'Instagram logins';
31$lang['How do I get my Instagram Client ID?'] = 'Come posso ottenere le mie Instagram Client ID?';
32$lang['Import options'] = 'Opzioni di importazione';
33$lang['Import'] = 'Importa';
34$lang['List pictures of this album'] = 'Elenco immagini di questo album';
35$lang['Logged in as'] = 'Iscritto come';
36$lang['No download method available'] = 'Nessun metodo di download disponibile';
37$lang['One picture is not displayed because already existing in the database.'] = 'Una immagine non viene visualizzata perché già esistente nel database.';
38$lang['Open Instagram page in a new tab'] = 'Aprire la pagina Instagram in una nuova scheda';
39$lang['Please fill your API keys on the configuration tab'] = 'Si prega di compilare le chiavi API nella scheda di configurazione';
40$lang['Processing...'] = 'Elaborazione...';
41$lang['Successfully logged in to you Instagram account'] = 'Accesso al tuo account Instagram riuscito';
42$lang['%d elements ready for importation'] = '%d elementi sono pronti per essere importati';
43$lang['Photo "%s" imported'] = 'La foto "%s" è stata importata';
44$lang['Logged out'] = 'Disconnesso';
45$lang['List my pictures'] = 'Elenca le mie immagini';
46?>
Note: See TracBrowser for help on using the repository browser.