nextcloud/apps/files_trashbin/l10n/en_GB.php

15 lines
461 B
PHP

<?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!",
"Name" => "Name",
"Restore" => "Restore",
"Deleted" => "Deleted",
"Delete" => "Delete",
"Deleted Files" => "Deleted Files"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";