server/apps/files_trashbin/l10n/bg_BG.php

16 lines
779 B
PHP
Raw Normal View History

2013-01-31 23:19:28 +00:00
<?php $TRANSLATIONS = array(
2013-02-14 23:06:50 +00:00
"Couldn't delete %s permanently" => "Невъзможно изтриване на %s завинаги",
"Couldn't restore %s" => "Невъзможно възтановяване на %s",
"perform restore operation" => "извършване на действие по възтановяване",
"delete file permanently" => "изтриване на файла завинаги",
2013-02-09 23:10:29 +00:00
"Name" => "Име",
2013-02-14 23:06:50 +00:00
"Deleted" => "Изтрито",
"1 folder" => "1 папка",
"{count} folders" => "{count} папки",
"1 file" => "1 файл",
"{count} files" => "{count} файла",
"Nothing in here. Your trash bin is empty!" => "Няма нищо. Кофата е празна!",
2013-02-21 23:08:47 +00:00
"Restore" => "Възтановяване",
"Delete" => "Изтриване"
2013-01-31 23:19:28 +00:00
);