source: extensions/oAuth/language/it_IT/plugin.lang.php @ 26632

Last change on this file since 26632 was 26632, checked in by TranslationTeam, 10 years ago

[oauth] Update it_IT, thanks to : Ericnet

  • Property svn:executable set to *
File size: 4.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['Contacting <b>%s</b>. Please wait.'] = 'Sto contattando <b>%s</b>. Un attimo prego.';
24$lang['Profile URL'] = 'URL del profilo';
25$lang['%s: invalid keys'] = '%s: indice invalido';
26$lang['Authentication canceled'] = 'Autenticazione cancellata';
27$lang['Disabled'] = 'Disabilitato';
28$lang['Enabled'] = 'Abilitato';
29$lang['Error...'] = 'Errore...';
30$lang['Your registration is almost done, please complete the registration form.'] = 'La tua registrazione è quasi finita, si prega di compilare il modulo di registrazione.';
31$lang['You registered with a %s account, please sign in with the same account.'] = 'Sei registrato con un account %s, si prega di accedere con lo stesso account.';
32$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Gli utenti non sono autorizzati a registrarsi nella tua galleria. Social Connect non funzionerà correttamente.';
33$lang['Sorry, new registrations are blocked on this gallery.'] = 'Spiacenti, le nuove registrazioni sono bloccate in questa galleria.';
34$lang['Providers'] = 'Providers';
35$lang['Sign in with %s'] = 'Accedi a %s';
36$lang['Please enter your OpenID URL'] = 'Inserisci il tuo indirizzo URL OpenID';
37$lang['Please enter your username'] = 'Inserisci il tuo nome utente';
38$lang['Display sign in buttons in the menubar'] = 'Visualizza i pulsanti di accesso nel menu';
39$lang['Display sign in buttons on the register page'] = 'Visualizza i pulsanti di accesso sulla pagina di registrazione';
40$lang['Or sign in with'] = 'O accedi con il';
41$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: è necessario configurare le credenziali';
42$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP estensione Curl è necessaria';
43$lang['Logged with'] = 'Registrato con';
44$lang['Loading...'] = 'Caricamento...';
45$lang['Icon size on the identification page'] = 'Dimensioni delle icone nella pagina di identificazione';
46$lang['Icon size in the menubar'] = 'Dimensione delle icone nella barra dei menu';
47$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Si è verificato un errore, si prega di contattare il proprietario della galleria. <i>Codice errore : %s</i>';
48$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Conseti agli utenti di unire account esistente con la nuova <i>Social Connect</i>';
49$lang['Associate with an existing account'] = 'Associa con un account esistente';
50$lang['Please enter your user ID'] = 'Prego inserisci il tuo ID utente';
51$lang['Cancel'] = 'Cancella';
52?>
Note: See TracBrowser for help on using the repository browser.