You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bg_BG.php 583B

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