nextcloud/apps/files_trashbin/l10n/en_GB.js

19 lines
808 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
"Deleted files" : "Deleted files",
2019-02-14 04:12:26 +03:00
"restored" : "restored",
"Restore" : "Restore",
2014-12-10 09:55:34 +03:00
"Delete permanently" : "Delete permanently",
2016-02-25 09:58:06 +03:00
"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",
2014-12-20 09:56:24 +03:00
"No deleted files" : "No deleted files",
"You will be able to recover deleted files from here" : "You will be able to recover deleted files from here",
2015-01-08 09:56:00 +03:00
"No entries found in this folder" : "No entries found in this folder",
2014-12-20 09:56:24 +03:00
"Select all" : "Select all",
"Name" : "Name",
2018-09-29 03:12:16 +03:00
"Deleted" : "Deleted",
2019-09-17 15:33:26 +03:00
"Delete" : "Delete"
},
"nplurals=2; plural=(n != 1);");