nextcloud/apps/files_trashbin/l10n/en_GB.php

15 lines
461 B
PHP
Raw Normal View History

2013-09-18 19:50:02 +04:00
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Couldn't delete %s permanently",
"Couldn't restore %s" => "Couldn't restore %s",
"Error" => "Error",
"restored" => "restored",
"Nothing in here. Your trash bin is empty!" => "Nothing in here. Your recycle bin is empty!",
2013-10-11 06:30:58 +04:00
"Name" => "Name",
2013-09-18 19:50:02 +04:00
"Restore" => "Restore",
2013-10-11 06:30:58 +04:00
"Deleted" => "Deleted",
2013-09-18 19:50:02 +04:00
"Delete" => "Delete",
"Deleted Files" => "Deleted Files"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";