diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 7f9675a7934..d049b506efe 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -125,12 +125,6 @@ OC.L10N.register( "A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>", "Unlimited" : "Unlimited", "Upload (max. %s)" : "Upload (max. %s)", - "File handling" : "File handling", - "Maximum upload size" : "Maximum upload size", - "max. possible: " : "max. possible: ", - "Save" : "Save", - "With PHP-FPM it might take 5 minutes for changes to be applied." : "With PHP-FPM it might take 5 minutes for changes to be applied.", - "Missing permissions to edit from here." : "Missing permissions to edit from here.", "%s of %s used" : "%s of %s used", "%s used" : "%s used", "Settings" : "Settings", @@ -153,6 +147,12 @@ OC.L10N.register( "Text file" : "Text file", "New text file.txt" : "New text file.txt", "Target folder" : "Target folder", + "File handling" : "File handling", + "Maximum upload size" : "Maximum upload size", + "max. possible: " : "max. possible: ", + "Save" : "Save", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "With PHP-FPM it might take 5 minutes for changes to be applied.", + "Missing permissions to edit from here." : "Missing permissions to edit from here.", "Cancel upload" : "Cancel upload" }, "nplurals=2; plural=(n != 1);"); |