aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/l10n/ca.php4
-rw-r--r--apps/files_external/l10n/en_GB.php4
-rw-r--r--apps/files_external/l10n/gl.php4
-rw-r--r--apps/files_external/l10n/it.php2
-rw-r--r--apps/files_external/l10n/ja.php4
5 files changed, 18 insertions, 0 deletions
diff --git a/apps/files_external/l10n/ca.php b/apps/files_external/l10n/ca.php
index fae5ee3571d..eae9b2b2a51 100644
--- a/apps/files_external/l10n/ca.php
+++ b/apps/files_external/l10n/ca.php
@@ -1,6 +1,10 @@
<?php
$TRANSLATIONS = array(
+"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.",
+"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Ha fallat en obtenir els testimonis de la petició. Verifiqueu que la clau i la contrasenya de l'aplicació Dropbox són correctes.",
"Please provide a valid Dropbox app key and secret." => "Proporcioneu una clau d'aplicació i secret vàlids per a Dropbox",
+"Step 1 failed. Exception: %s" => "El pas 1 ha fallat. Excepció: %s",
+"Step 2 failed. Exception: %s" => "El pas 2 ha fallat. Excepció: %s",
"External storage" => "Emmagatzemament extern",
"Local" => "Local",
"Location" => "Ubicació",
diff --git a/apps/files_external/l10n/en_GB.php b/apps/files_external/l10n/en_GB.php
index 596dc4d4a15..e133fddf9f5 100644
--- a/apps/files_external/l10n/en_GB.php
+++ b/apps/files_external/l10n/en_GB.php
@@ -1,6 +1,10 @@
<?php
$TRANSLATIONS = array(
+"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct.",
+"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct.",
"Please provide a valid Dropbox app key and secret." => "Please provide a valid Dropbox app key and secret.",
+"Step 1 failed. Exception: %s" => "Step 1 failed. Exception: %s",
+"Step 2 failed. Exception: %s" => "Step 2 failed. Exception: %s",
"External storage" => "External storage",
"Local" => "Local",
"Location" => "Location",
diff --git a/apps/files_external/l10n/gl.php b/apps/files_external/l10n/gl.php
index 0f912dec171..6b0dfa396a5 100644
--- a/apps/files_external/l10n/gl.php
+++ b/apps/files_external/l10n/gl.php
@@ -1,6 +1,10 @@
<?php
$TRANSLATIONS = array(
+"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Fallou a obtención de marcas de petición. Comprobe que a chave e o código secreto do seu aplicativo Dropbox son correctas.",
+"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Fallou a obtención de marcas de acceso. Comprobe que a chave e o código secreto do seu aplicativo Dropbox son correctas.",
"Please provide a valid Dropbox app key and secret." => "Forneza unha chave correcta e segreda do Dropbox.",
+"Step 1 failed. Exception: %s" => "Fallou o paso 1. Excepción: %s",
+"Step 2 failed. Exception: %s" => "Fallou o paso 2. Excepción: %s",
"External storage" => "Almacenamento externo",
"Local" => "Local",
"Location" => "Localización",
diff --git a/apps/files_external/l10n/it.php b/apps/files_external/l10n/it.php
index 7a3b8ff3bcd..41d650b337a 100644
--- a/apps/files_external/l10n/it.php
+++ b/apps/files_external/l10n/it.php
@@ -1,5 +1,7 @@
<?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",
diff --git a/apps/files_external/l10n/ja.php b/apps/files_external/l10n/ja.php
index af66a429c45..ead1af5ff17 100644
--- a/apps/files_external/l10n/ja.php
+++ b/apps/files_external/l10n/ja.php
@@ -1,6 +1,10 @@
<?php
$TRANSLATIONS = array(
+"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "リクエストトークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいかどうかを確認して下さい。",
+"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "アクセストークンの取得に失敗しました。Dropboxアプリのキーとパスワードが正しいかどうかを確認して下さい。",
"Please provide a valid Dropbox app key and secret." => "有効なDropboxアプリのキーとパスワードを入力してください。",
+"Step 1 failed. Exception: %s" => "ステップ 1 の実行に失敗しました。例外: %s",
+"Step 2 failed. Exception: %s" => "ステップ 2 の実行に失敗しました。例外: %s",
"External storage" => "外部ストレージ",
"Local" => "ローカル",
"Location" => "位置",