51 lines
2.8 KiB
PHP
51 lines
2.8 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Local" => "Locale",
|
|
"Location" => "Posizione",
|
|
"Key" => "Chiave",
|
|
"Secret" => "Segreto",
|
|
"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",
|
|
"URL" => "URL",
|
|
"Username" => "Nome utente",
|
|
"Password" => "Password",
|
|
"Root" => "Root",
|
|
"Username (required)" => "Nome utente (obbligatorio)",
|
|
"Timeout of HTTP requests in seconds (optional)" => "Tempo massimo in secondi delle richieste HTTP (opzionale)",
|
|
"Share" => "Condividi",
|
|
"Access granted" => "Accesso consentito",
|
|
"Error configuring Dropbox storage" => "Errore durante la configurazione dell'archivio Dropbox",
|
|
"Grant access" => "Concedi l'accesso",
|
|
"Please provide a valid Dropbox app key and secret." => "Fornisci chiave di applicazione e segreto di Dropbox validi.",
|
|
"Error configuring Google Drive storage" => "Errore durante la configurazione dell'archivio Google Drive",
|
|
"Saved" => "Salvato",
|
|
"<b>Note:</b> " => "<b>Nota:</b>",
|
|
" and " => "e",
|
|
"<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.",
|
|
"External Storage" => "Archiviazione esterna",
|
|
"Folder name" => "Nome della cartella",
|
|
"External storage" => "Archiviazione esterna",
|
|
"Configuration" => "Configurazione",
|
|
"Options" => "Opzioni",
|
|
"Available for" => "Disponibile per",
|
|
"Add storage" => "Aggiungi archiviazione",
|
|
"No user or group" => "Nessun utente o gruppo",
|
|
"All Users" => "Tutti gli utenti",
|
|
"Groups" => "Gruppi",
|
|
"Users" => "Utenti",
|
|
"Delete" => "Elimina",
|
|
"Enable User External Storage" => "Abilita la memoria esterna dell'utente",
|
|
"Allow users to mount the following external storage" => "Consenti agli utenti di montare la seguente memoria esterna",
|
|
"SSL root certificates" => "Certificati SSL radice",
|
|
"Import Root Certificate" => "Importa certificato radice"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|