2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2014-07-01 09:54:43 +04:00
" Fetching request tokens failed. Verify that your Dropbox app key and secret are correct. " => " Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione Dropbox siano corretti. " ,
" Fetching access tokens failed. Verify that your Dropbox app key and secret are correct. " => " Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione Dropbox siano corretti. " ,
2014-06-29 09:56:00 +04:00
" Please provide a valid Dropbox app key and secret. " => " Fornisci chiave di applicazione e segreto di Dropbox validi. " ,
2014-06-30 09:54:47 +04:00
" Step 1 failed. Exception: %s " => " Fase 1 non riuscita. Eccezione: %s " ,
" Step 2 failed. Exception: %s " => " Fase 2 non riuscita. Eccezione: %s " ,
2014-06-07 09:56:13 +04:00
" External storage " => " Archiviazione esterna " ,
2014-04-30 09:57:53 +04:00
" Local " => " Locale " ,
" Location " => " Posizione " ,
2014-05-02 09:55:53 +04:00
" Amazon S3 " => " Amazon S3 " ,
2014-04-30 09:57:53 +04:00
" Key " => " Chiave " ,
" Secret " => " Segreto " ,
2014-05-02 09:55:53 +04:00
" Bucket " => " Bucket " ,
" Amazon S3 and compliant " => " Amazon S3 e conformi " ,
2014-04-30 09:57:53 +04:00
" Access Key " => " Chiave di accesso " ,
" Secret Key " => " Chiave segreta " ,
2014-09-01 09:59:19 +04:00
" Hostname " => " Nome host " ,
" Port " => " Porta " ,
" Region " => " Regione " ,
2014-04-30 09:57:53 +04:00
" Enable SSL " => " Abilita SSL " ,
" Enable Path Style " => " Abilita stile percorsi " ,
" App key " => " Chiave applicazione " ,
" App secret " => " Segreto applicazione " ,
2014-05-17 09:57:38 +04:00
" Host " => " Host " ,
2014-04-30 09:57:53 +04:00
" Username " => " Nome utente " ,
" Password " => " Password " ,
2014-05-02 09:55:53 +04:00
" Root " => " Radice " ,
" Secure ftps:// " => " Sicuro ftps:// " ,
" Client ID " => " ID client " ,
" Client secret " => " Segreto del client " ,
" OpenStack Object Storage " => " OpenStack Object Storage " ,
" Region (optional for OpenStack Object Storage) " => " Regione (facoltativa per OpenStack Object Storage) " ,
" API Key (required for Rackspace Cloud Files) " => " Chiave API (richiesta per Rackspace Cloud Files) " ,
" Tenantname (required for OpenStack Object Storage) " => " Nome tenant (richiesto per OpenStack Object Storage) " ,
" Password (required for OpenStack Object Storage) " => " Password (richiesta per OpenStack Object Storage) " ,
" Service Name (required for OpenStack Object Storage) " => " Nome servizio (richiesta per OpenStack Object Storage) " ,
" URL of identity endpoint (required for OpenStack Object Storage) " => " URL del servizio di identità (richiesto per OpenStack Object Storage) " ,
2014-09-01 09:59:19 +04:00
" Timeout of HTTP requests in seconds " => " Tempo massimo in secondi delle richieste HTTP " ,
2014-04-30 09:57:53 +04:00
" Share " => " Condividi " ,
2014-05-02 09:55:53 +04:00
" SMB / CIFS using OC login " => " SMB / CIFS utilizzando le credenziali di OC " ,
" Username as share " => " Nome utente come condivisione " ,
2014-05-16 09:55:55 +04:00
" URL " => " URL " ,
2014-05-02 09:55:53 +04:00
" Secure https:// " => " Sicuro https:// " ,
" Remote subfolder " => " Sottocartella remota " ,
2012-10-03 04:05:14 +04:00
" Access granted " => " Accesso consentito " ,
" Error configuring Dropbox storage " => " Errore durante la configurazione dell'archivio Dropbox " ,
" Grant access " => " Concedi l'accesso " ,
" Error configuring Google Drive storage " => " Errore durante la configurazione dell'archivio Google Drive " ,
2014-06-08 09:56:13 +04:00
" Personal " => " Personale " ,
" System " => " Sistema " ,
2014-08-30 09:57:04 +04:00
" All users. Type to select user or group. " => " Tutti gli utenti. Digita per selezionare utente o gruppo. " ,
" (group) " => " (gruppo) " ,
2014-03-12 09:57:17 +04:00
" Saved " => " Salvato " ,
2014-04-10 09:55:39 +04:00
" <b>Note:</b> " => " <b>Nota:</b> " ,
" and " => " e " ,
2014-04-11 09:55:15 +04:00
" <b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it. " => " <b>Nota:</b> il supporto a cURL di PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo. " ,
" <b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it. " => " <b>Nota:</b> il supporto a FTP in PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo. " ,
" <b>Note:</b> \" %s \" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it. " => " <b>Nota:</b> \" %s \" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo. " ,
2014-06-08 09:56:13 +04:00
" You don't have any external storages " => " Non è disponibile alcuna archiviazione esterna " ,
" Name " => " Nome " ,
" Storage type " => " Tipo di archiviazione " ,
" Scope " => " Ambito " ,
2012-08-15 04:07:20 +04:00
" External Storage " => " Archiviazione esterna " ,
2013-03-01 03:07:02 +04:00
" Folder name " => " Nome della cartella " ,
2012-08-15 04:07:20 +04:00
" Configuration " => " Configurazione " ,
2014-04-03 09:56:12 +04:00
" Available for " => " Disponibile per " ,
2013-03-01 03:07:02 +04:00
" Add storage " => " Aggiungi archiviazione " ,
2012-08-15 04:07:20 +04:00
" Delete " => " Elimina " ,
" Enable User External Storage " => " Abilita la memoria esterna dell'utente " ,
2014-09-01 09:59:19 +04:00
" Allow users to mount the following external storage " => " Consenti agli utenti di montare la seguente memoria esterna "
2012-08-15 04:07:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;