nextcloud/apps/files_trashbin/l10n/bg_BG.php

17 lines
844 B
PHP
Raw Normal View History

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