source: extensions/oAuth/language/it_IT/help.lang.php @ 29577

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

[oauth] Update it_IT, thanks to : Ericnet

  • Property svn:executable set to *
File size: 4.4 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<em>%s</em>';
24$lang['Once you have registered, copy and past the created application credentials into this setup page'] = 'Una volta che ti sei registrato, copia e incolla le credenziali di applicazioni create in questa pagina di configurazione';
25$lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Vai a <a href="%s" target="_blank">%s</a> e crea una nuova applicazione';
26$lang['Fill out any required fields such as the application name and description'] = 'Compila tutti i campi obbligatori, quali il nome e la descrizione dell\'applicazione';
27$lang['No registration required'] = 'Registrazione non richiesta';
28$lang['Based on OpenID'] = 'Basato su OpenID';
29$lang['Go to <b>Settings -> Basic</b> and fill the contact email'] = 'Vai a <b>Impostazioni -> Base</b> e inserisci l\'email di contatto';
30$lang['Go to <b>Settings -> Advanced</b> and set <b>Valid OAuth redirect URIs</b> to <em>%s</em>'] = 'Vai a <b>Impostazioni -> Avanzate</b> e imposta <b>Valido OAuth redirect URIs</b> a <em>%s</em>';
31$lang['Go to <b>API Parameters</b> and set <em>%s</em> for <b>Redirect URL</b>'] = 'Vai <b>Parameteri delle API</b> e imposta <em>%s</em> per <b>Redirect URL</b>';
32$lang['Enter <em>%1s</em> for <b>%2s</b>'] = 'Inserisci <em>%1s</em> per <b>%2s</b>';
33$lang['Click on <b>Add Platform</b>, choose <b>Website</b> and set the <b>Site URL</b> to <em>%s</em>'] = 'Clicca su <b>Aggiungi piattaforma</b>, scegli il <b>sito Web</b> e imposta l\'<b>URL del sito</b> su <em>%s</em>';
34$lang['Go to <b>Status & Review</b> and set the app public by clicking the big button on top-right'] = 'Vai a <b>Recensione & Stato</b> e imposta l\'app pubblica cliccando sul grande pulsante in alto a destra';
35$lang['Once the process is finished, click on the newly created project'] = 'Una volta che il processo è terminato, clicca sul progetto appena creato';
36$lang['Once the application is created, click <b>See application details</b>'] = 'Una volta creata l\'applicazione, clicca su <b>Vedi dettagli applicazione</b>';
37$lang['Select these APIs: <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'] = 'Seleziona queste API: <b>Contatti</b> come <oem>Read</em> e <b>Social Directory</b> come <em>Read Public</em>';
38$lang['Set <b>%1s</b> to <em>%2s</em>'] = 'Imposta <b>%1s</b> a <em>%2s</em>';
39$lang['Put your website domain in the <b>%1s</b> field. It must match with the current hostname: <em>%2s</em>'] = 'Inserisci il dominio del sito Web nel campo <b>%1s</b>. Deve corrispondere con il nome host corrente: <em>%2s</em>';
40$lang['On the <b>APIS & AUTH -> Credentials</b> tab, and click <b>Create new client ID</b>'] = 'Sulla scheda <b>AUTH & API-> credenziali</b> e clicca su <b>Crea nuovo client ID</b>';
41$lang['Go to the <b>Settings</b> tab after creating the app'] = 'Vai alla scheda <b>Impostazioni</b> dopo aver creato l\'app';
Note: See TracBrowser for help on using the repository browser.