Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/en_GB.js')
-rw-r--r--apps/files_trashbin/l10n/en_GB.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_trashbin/l10n/en_GB.js b/apps/files_trashbin/l10n/en_GB.js
index 60f4ddc5976..90bee83e11b 100644
--- a/apps/files_trashbin/l10n/en_GB.js
+++ b/apps/files_trashbin/l10n/en_GB.js
@@ -7,11 +7,6 @@ OC.L10N.register(
"This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the rubbish bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilise more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation.",
"Restore" : "Restore",
"Delete permanently" : "Delete permanently",
- "Error while restoring file from trashbin" : "Error while restoring file from rubbish bin",
- "Error while removing file from trashbin" : "Error while removing file from rubbish bin",
- "Error while restoring files from trashbin" : "Error while restoring files from rubbish bin",
- "Error while emptying trashbin" : "Error while emptying rubbish bin",
- "Error while removing files from trashbin" : "Error while removing files from rubbish bin",
"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",
"No deleted files" : "No deleted files",
@@ -21,6 +16,11 @@ OC.L10N.register(
"Name" : "Name",
"Actions" : "Actions",
"Deleted" : "Deleted",
- "Delete" : "Delete"
+ "Delete" : "Delete",
+ "Error while restoring file from trashbin" : "Error while restoring file from rubbish bin",
+ "Error while removing file from trashbin" : "Error while removing file from rubbish bin",
+ "Error while restoring files from trashbin" : "Error while restoring files from rubbish bin",
+ "Error while emptying trashbin" : "Error while emptying rubbish bin",
+ "Error while removing files from trashbin" : "Error while removing files from rubbish bin"
},
"nplurals=2; plural=(n != 1);");