diff options
Diffstat (limited to 'apps/files_external/l10n/en_GB.js')
-rw-r--r-- | apps/files_external/l10n/en_GB.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_external/l10n/en_GB.js b/apps/files_external/l10n/en_GB.js index 22ae96435f0..a00bba8a579 100644 --- a/apps/files_external/l10n/en_GB.js +++ b/apps/files_external/l10n/en_GB.js @@ -2,8 +2,6 @@ OC.L10N.register( "files_external", { "Grant access" : "Grant access", - "Error configuring OAuth1" : "Error configuring OAuth1", - "Please provide a valid app key and secret." : "Please provide a valid app key and secret.", "Error configuring OAuth2" : "Error configuring OAuth2", "Generate keys" : "Generate keys", "Error generating key pair" : "Error generating key pair", @@ -26,9 +24,6 @@ OC.L10N.register( "Secret key" : "Secret key", "Builtin" : "Builtin", "None" : "None", - "OAuth1" : "OAuth1", - "App key" : "App key", - "App secret" : "App secret", "OAuth2" : "OAuth2", "Client ID" : "Client ID", "Client secret" : "Client secret", @@ -157,6 +152,11 @@ OC.L10N.register( "All people" : "All people", "Advanced settings" : "Advanced settings", "Allow people to mount external storage" : "Allow people to mount external storage", - "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Global credentials can be used to authenticate with multiple external storages that have the same credentials." + "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Global credentials can be used to authenticate with multiple external storages that have the same credentials.", + "Error configuring OAuth1" : "Error configuring OAuth1", + "Please provide a valid app key and secret." : "Please provide a valid app key and secret.", + "OAuth1" : "OAuth1", + "App key" : "App key", + "App secret" : "App secret" }, "nplurals=2; plural=(n != 1);"); |