diff options
Diffstat (limited to 'apps/files_external/l10n/en_GB.php')
-rw-r--r-- | apps/files_external/l10n/en_GB.php | 4 |
1 files changed, 4 insertions, 0 deletions
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", |