server/apps/files_trashbin/l10n/bg_BG.php

18 lines
871 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",
2013-03-03 23:07:35 +00:00
"perform restore operation" => "извършване на действие по възстановяване",
2013-04-09 00:14:02 +00:00
"Error" => "Грешка",
2013-02-14 23:06:50 +00:00
"delete file permanently" => "изтриване на файла завинаги",
2013-03-03 23:07:35 +00:00
"Delete 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
);