Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/l10n/it.php')
-rw-r--r--apps/files_external/l10n/it.php73
1 files changed, 0 insertions, 73 deletions
diff --git a/apps/files_external/l10n/it.php b/apps/files_external/l10n/it.php
deleted file mode 100644
index 5170def1f86..00000000000
--- a/apps/files_external/l10n/it.php
+++ /dev/null
@@ -1,73 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"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.",
-"Please provide a valid Dropbox app key and secret." => "Fornisci chiave di applicazione e segreto di Dropbox validi.",
-"Step 1 failed. Exception: %s" => "Fase 1 non riuscita. Eccezione: %s",
-"Step 2 failed. Exception: %s" => "Fase 2 non riuscita. Eccezione: %s",
-"External storage" => "Archiviazione esterna",
-"Local" => "Locale",
-"Location" => "Posizione",
-"Amazon S3" => "Amazon S3",
-"Key" => "Chiave",
-"Secret" => "Segreto",
-"Bucket" => "Bucket",
-"Amazon S3 and compliant" => "Amazon S3 e conformi",
-"Access Key" => "Chiave di accesso",
-"Secret Key" => "Chiave segreta",
-"Hostname" => "Nome host",
-"Port" => "Porta",
-"Region" => "Regione",
-"Enable SSL" => "Abilita SSL",
-"Enable Path Style" => "Abilita stile percorsi",
-"App key" => "Chiave applicazione",
-"App secret" => "Segreto applicazione",
-"Host" => "Host",
-"Username" => "Nome utente",
-"Password" => "Password",
-"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)",
-"Timeout of HTTP requests in seconds" => "Tempo massimo in secondi delle richieste HTTP",
-"Share" => "Condividi",
-"SMB / CIFS using OC login" => "SMB / CIFS utilizzando le credenziali di OC",
-"Username as share" => "Nome utente come condivisione",
-"URL" => "URL",
-"Secure https://" => "Sicuro https://",
-"Remote subfolder" => "Sottocartella remota",
-"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",
-"Personal" => "Personale",
-"System" => "Sistema",
-"All users. Type to select user or group." => "Tutti gli utenti. Digita per selezionare utente o gruppo.",
-"(group)" => "(gruppo)",
-"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.",
-"You don't have any external storages" => "Non è disponibile alcuna archiviazione esterna",
-"Name" => "Nome",
-"Storage type" => "Tipo di archiviazione",
-"Scope" => "Ambito",
-"External Storage" => "Archiviazione esterna",
-"Folder name" => "Nome della cartella",
-"Configuration" => "Configurazione",
-"Available for" => "Disponibile per",
-"Add storage" => "Aggiungi archiviazione",
-"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"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";