nextcloud/apps/files_trashbin/l10n/en_GB.js

22 lines
955 B
JavaScript

OC.L10N.register(
"files_trashbin",
{
"Deleted files" : "Deleted files",
"Restore" : "Restore",
"Delete" : "Delete",
"Delete permanently" : "Delete permanently",
"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",
"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",
"No entries found in this folder" : "No entries found in this folder",
"Select all" : "Select all",
"Name" : "Name",
"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);");