diff options
Diffstat (limited to 'apps/files_external/l10n/en_GB.json')
-rw-r--r-- | apps/files_external/l10n/en_GB.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_external/l10n/en_GB.json b/apps/files_external/l10n/en_GB.json index 7029c597ecd..0536a3f61e0 100644 --- a/apps/files_external/l10n/en_GB.json +++ b/apps/files_external/l10n/en_GB.json @@ -35,7 +35,6 @@ "Credentials saved" : "Credentials saved", "Credentials saving failed" : "Credentials saving failed", "Credentials required" : "Credentials required", - "Storage with id \"%i\" not found" : "Storage with id \"%i\" not found", "Invalid backend or authentication mechanism class" : "Invalid backend or authentication mechanism class", "Invalid mount point" : "Invalid mount point", "Objectstore forbidden" : "Objectstore forbidden", @@ -46,7 +45,6 @@ "Unsatisfied authentication mechanism parameters" : "Unsatisfied authentication mechanism parameters", "Insufficient data: %s" : "Insufficient data: %s", "%s" : "%s", - "Storage with id \"%i\" is not user editable" : "Storage with id \"%i\" is not user editable", "Access key" : "Access key", "Secret key" : "Secret key", "Builtin" : "Builtin", @@ -116,6 +114,8 @@ "Advanced settings" : "Advanced settings", "Delete" : "Delete", "Allow users to mount external storage" : "Allow users to mount external storage", - "Allow users to mount the following external storage" : "Allow users to mount the following external storage" + "Allow users to mount the following external storage" : "Allow users to mount the following external storage", + "Storage with id \"%i\" not found" : "Storage with id \"%i\" not found", + "Storage with id \"%i\" is not user editable" : "Storage with id \"%i\" is not user editable" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |