2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
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 " ,
" Hostname (optional) " => " Nome host (opzionale) " ,
" Port (optional) " => " Porta (opzionale) " ,
" Region (optional) " => " Regione (opzionale) " ,
" 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 " ,
" Username (required) " => " Nome utente (richiesto) " ,
" Bucket (required) " => " Bucket (richiesto) " ,
" 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-04-30 09:57:53 +04:00
" Timeout of HTTP requests in seconds (optional) " => " Tempo massimo in secondi delle richieste HTTP (opzionale) " ,
" 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 " ,
2012-10-04 04:07:35 +04:00
" Please provide a valid Dropbox app key and secret. " => " Fornisci chiave di applicazione e segreto di Dropbox validi. " ,
2012-10-03 04:05:14 +04:00
" Error configuring Google Drive storage " => " Errore durante la configurazione dell'archivio Google Drive " ,
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. " ,
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 " ,
" External storage " => " Archiviazione esterna " ,
2012-08-15 04:07:20 +04:00
" Configuration " => " Configurazione " ,
" Options " => " Opzioni " ,
2014-04-03 09:56:12 +04:00
" Available for " => " Disponibile per " ,
2013-03-01 03:07:02 +04:00
" Add storage " => " Aggiungi archiviazione " ,
2014-04-03 09:56:12 +04:00
" No user or group " => " Nessun utente o gruppo " ,
2012-08-15 04:07:20 +04:00
" All Users " => " Tutti gli utenti " ,
" Groups " => " Gruppi " ,
" Users " => " Utenti " ,
" Delete " => " Elimina " ,
" Enable User External Storage " => " Abilita la memoria esterna dell'utente " ,
2014-03-12 09:57:17 +04:00
" Allow users to mount the following external storage " => " Consenti agli utenti di montare la seguente memoria esterna " ,
2012-10-03 01:18:26 +04:00
" SSL root certificates " => " Certificati SSL radice " ,
" Import Root Certificate " => " Importa certificato radice "
2012-08-15 04:07:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;