diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index eac75c1036c..e02c2c9e540 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -1,9 +1,6 @@ OC.L10N.register( "files", { - "Storage is temporarily not available" : "Storage is temporarily not available", - "Storage invalid" : "Storage invalid", - "Unknown error" : "Unknown error", "File could not be found" : "File could not be found", "Move or copy" : "Move or copy", "Download" : "Download", @@ -53,6 +50,7 @@ OC.L10N.register( "Unable to determine date" : "Unable to determine date", "This operation is forbidden" : "This operation is forbidden", "This directory is unavailable, please check the logs or contact the administrator" : "This directory is unavailable, please check the logs or contact the administrator", + "Storage is temporarily not available" : "Storage is temporarily not available", "Could not move \"{file}\", target exists" : "Could not move \"{file}\", target exists", "Could not move \"{file}\"" : "Could not move \"{file}\"", "copy" : "copy", @@ -178,6 +176,7 @@ OC.L10N.register( "Transfer" : "Transfer", "Transfer {path} to {userid}" : "Transfer {path} to {userid}", "Invalid path selected" : "Invalid path selected", + "Unknown error" : "Unknown error", "Ownership transfer request sent" : "Ownership transfer request sent", "Cannot transfer ownership of a file or folder you do not own" : "Cannot transfer ownership of a file or folder you do not own", "Open the files app settings" : "Open the files app settings", @@ -225,6 +224,7 @@ OC.L10N.register( "Pending shares" : "Pending shares", "Text file" : "Text file", "New text file.txt" : "New text file.txt", + "Storage invalid" : "Storage invalid", "Select" : "Select", "You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here", "New" : "New", |