blob: 62057538ce4312b451a23dd45e79fd4472fcaa81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Невъзможно перманентното изтриване на %s",
"Couldn't restore %s" => "Невъзможно възтановяване на %s",
"Restore" => "Възтановяване",
"Error" => "Грешка",
"Nothing in here. Your trash bin is empty!" => "Няма нищо. Кофата е празна!",
"Name" => "Име",
"Deleted" => "Изтрито",
"Delete" => "Изтриване"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|