bg_BG.php 844 B

1234567891011121314151617
  1. <?php $TRANSLATIONS = array(
  2. "Couldn't delete %s permanently" => "Невъзможно изтриване на %s завинаги",
  3. "Couldn't restore %s" => "Невъзможно възтановяване на %s",
  4. "perform restore operation" => "извършване на действие по възстановяване",
  5. "delete file permanently" => "изтриване на файла завинаги",
  6. "Delete permanently" => "Изтриване завинаги",
  7. "Name" => "Име",
  8. "Deleted" => "Изтрито",
  9. "1 folder" => "1 папка",
  10. "{count} folders" => "{count} папки",
  11. "1 file" => "1 файл",
  12. "{count} files" => "{count} файла",
  13. "Nothing in here. Your trash bin is empty!" => "Няма нищо. Кофата е празна!",
  14. "Restore" => "Възтановяване",
  15. "Delete" => "Изтриване"
  16. );