aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/en_GB.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/en_GB.js')
-rw-r--r--apps/files_trashbin/l10n/en_GB.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/en_GB.js b/apps/files_trashbin/l10n/en_GB.js
index 8423124ee77..96445a78940 100644
--- a/apps/files_trashbin/l10n/en_GB.js
+++ b/apps/files_trashbin/l10n/en_GB.js
@@ -1,13 +1,10 @@
OC.L10N.register(
"files_trashbin",
{
- "Couldn't delete %s permanently" : "Couldn't delete %s permanently",
- "Couldn't restore %s" : "Couldn't restore %s",
"Deleted files" : "Deleted files",
"Restore" : "Restore",
"Delete" : "Delete",
"Delete permanently" : "Delete permanently",
- "Error" : "Error",
"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",
"restored" : "restored",
@@ -16,6 +13,9 @@ OC.L10N.register(
"No entries found in this folder" : "No entries found in this folder",
"Select all" : "Select all",
"Name" : "Name",
- "Deleted" : "Deleted"
+ "Deleted" : "Deleted",
+ "Couldn't delete %s permanently" : "Couldn't delete %s permanently",
+ "Couldn't restore %s" : "Couldn't restore %s",
+ "Error" : "Error"
},
"nplurals=2; plural=(n != 1);");