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

bg_BG.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64a4eb51d215411c718f603fe77da51e9b7b96a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Неуспешно безвъзвратно изтриване на %s.",
"Couldn't restore %s" => "Неуспешно възтановяване на %s.",
"Deleted files" => "Изтрити файлове",
"Restore" => "Възстановяви",
"Error" => "Грешка",
"restored" => "възстановено",
"Nothing in here. Your trash bin is empty!" => "Няма нищо. Кошчето е празно!",
"Name" => "Име",
"Deleted" => "Изтрито",
"Delete" => "Изтрий"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";