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

en_GB.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be9d8b9f520dca6890f1bcf6f4d2cb94282e8113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Couldn't delete %s permanently",
"Couldn't restore %s" => "Couldn't restore %s",
"perform restore operation" => "perform restore operation",
"Error" => "Error",
"delete file permanently" => "delete file permanently",
"Delete permanently" => "Delete permanently",
"Name" => "Name",
"Deleted" => "Deleted",
"_%n folder_::_%n folders_" => array("%n folder","%n folders"),
"_%n file_::_%n files_" => array("%n file","%n files"),
"restored" => "restored",
"Nothing in here. Your trash bin is empty!" => "Nothing in here. Your recycle bin is empty!",
"Restore" => "Restore",
"Delete" => "Delete",
"Deleted Files" => "Deleted Files"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";