diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-08-05 00:12:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-08-05 00:12:29 +0000 |
commit | a625a4d70489138af67c0059b76ad2b66f682afc (patch) | |
tree | 3d7c8042866f3b5356bc7ad7a3aa89ffd6c19217 /apps/files_external | |
parent | 752ee28b1b19227800d8cad70229bd9934d62077 (diff) | |
download | nextcloud-server-a625a4d70489138af67c0059b76ad2b66f682afc.tar.gz nextcloud-server-a625a4d70489138af67c0059b76ad2b66f682afc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/l10n/it.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/it.json | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/nl.js | 3 | ||||
-rw-r--r-- | apps/files_external/l10n/nl.json | 3 |
4 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_external/l10n/it.js b/apps/files_external/l10n/it.js index 8a49bd43704..4682323ca8e 100644 --- a/apps/files_external/l10n/it.js +++ b/apps/files_external/l10n/it.js @@ -118,6 +118,7 @@ OC.L10N.register( "Never" : "Mai", "Once every direct access" : "Una volta per ogni accesso diretto", "Read only" : "Sola lettura", + "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Archiviazione esterna ti consente di montare servizi di archiviazione esterna e dispositivi come dispositivi di archiviazione secondari di Nextcloud. Puoi anche permettere agli utenti di montare i propri servizi di archiviazione esterna.", "Folder name" : "Nome della cartella", "External storage" : "Archiviazione esterna", "Authentication" : "Autenticazione", @@ -127,6 +128,7 @@ OC.L10N.register( "Add storage" : "Aggiungi archiviazione", "Advanced settings" : "Impostazioni avanzate", "Allow users to mount external storage" : "Consenti agli utenti di montare archiviazioni esterne", + "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Le credenziali globali possono essere utilizzate anche per l'autenticazione con più archiviazioni esterne che hanno le stesse credenziali.", "Fetching request tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.", "Fetching access tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.", "Step 1 failed. Exception: %s" : "Fase 1 non riuscita. Eccezione: %s", diff --git a/apps/files_external/l10n/it.json b/apps/files_external/l10n/it.json index 145ebf46d37..0742d62110d 100644 --- a/apps/files_external/l10n/it.json +++ b/apps/files_external/l10n/it.json @@ -116,6 +116,7 @@ "Never" : "Mai", "Once every direct access" : "Una volta per ogni accesso diretto", "Read only" : "Sola lettura", + "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Archiviazione esterna ti consente di montare servizi di archiviazione esterna e dispositivi come dispositivi di archiviazione secondari di Nextcloud. Puoi anche permettere agli utenti di montare i propri servizi di archiviazione esterna.", "Folder name" : "Nome della cartella", "External storage" : "Archiviazione esterna", "Authentication" : "Autenticazione", @@ -125,6 +126,7 @@ "Add storage" : "Aggiungi archiviazione", "Advanced settings" : "Impostazioni avanzate", "Allow users to mount external storage" : "Consenti agli utenti di montare archiviazioni esterne", + "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Le credenziali globali possono essere utilizzate anche per l'autenticazione con più archiviazioni esterne che hanno le stesse credenziali.", "Fetching request tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.", "Fetching access tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.", "Step 1 failed. Exception: %s" : "Fase 1 non riuscita. Eccezione: %s", diff --git a/apps/files_external/l10n/nl.js b/apps/files_external/l10n/nl.js index b442d1a26fa..519c3f8f2f1 100644 --- a/apps/files_external/l10n/nl.js +++ b/apps/files_external/l10n/nl.js @@ -70,6 +70,9 @@ OC.L10N.register( "User entered, store in database" : "Gebruiker opgegeven, opslaan in de database", "RSA public key" : "RSA publieke sleutel", "Public key" : "Publieke sleutel", + "RSA private key" : "RSA privésleutel", + "Private key" : "Privésleutel", + "Kerberos ticket" : "Kerberos ticket", "Amazon S3" : "Amazon S3", "Bucket" : "Bucket", "Hostname" : "Hostnaam", diff --git a/apps/files_external/l10n/nl.json b/apps/files_external/l10n/nl.json index df54fe88422..9cf532f08e7 100644 --- a/apps/files_external/l10n/nl.json +++ b/apps/files_external/l10n/nl.json @@ -68,6 +68,9 @@ "User entered, store in database" : "Gebruiker opgegeven, opslaan in de database", "RSA public key" : "RSA publieke sleutel", "Public key" : "Publieke sleutel", + "RSA private key" : "RSA privésleutel", + "Private key" : "Privésleutel", + "Kerberos ticket" : "Kerberos ticket", "Amazon S3" : "Amazon S3", "Bucket" : "Bucket", "Hostname" : "Hostnaam", |