Changeset 29577
- Timestamp:
- Sep 17, 2014, 12:34:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/oAuth/language/it_IT/help.lang.php
r28960 r29577 22 22 // +-----------------------------------------------------------------------+ 23 23 <em>%s</em>'; 24 $lang['Once you have registered, copy and past the created application credentials into this setup page'] = 'Una volta registrato, copiare e incollare le credenziali delleapplicazioni create in questa pagina di configurazione';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 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 dell\'applicazione e la descrizione';27 $lang['No registration required'] = ' Nessuna registrazionerichiesta';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 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 d inserisci il contatto email';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 URI </b> per<em>%s</em>';31 $lang['Go to <b>API Parameters</b> and set <em>%s</em> for <b>Redirect URL</b>'] = 'Vai a <b>parametri API</b> e imposta <em>%s</em> per <b>URL Redirect</b>';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 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 <b>Sito web</b> e imposta l\'<b>URL del sito</b> per<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> Status & Review</b> e impostaapp pubblica cliccando sul grande pulsante in alto a destra';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 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, clica su <b>Vedi dettagli dell\'applicazione</b>'; 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 TracChangeset
for help on using the changeset viewer.