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: b2715dfceb77bac74e27b5d71a965e207c920447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Couldn't delete %s permanently",
"Couldn't restore %s" => "Couldn't restore %s",
"Deleted files" => "Deleted files",
"Restore" => "Restore",
"Error" => "Error",
"restored" => "restored",
"Nothing in here. Your trash bin is empty!" => "Nothing in here. Your recycle bin is empty!",
"Name" => "Name",
"Deleted" => "Deleted",
"Delete" => "Delete"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";