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.js 1.1KB

12345678910111213141516171819
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "Изтрити файлове",
  5. "restored" : "възстановено",
  6. "Restore" : "Възстановяне",
  7. "Delete permanently" : "Изтрий завинаги",
  8. "This operation is forbidden" : "Операцията е забранена",
  9. "This directory is unavailable, please check the logs or contact the administrator" : "Директорията не е налична. Моля проверете журнала или се свържете с администратор",
  10. "No deleted files" : "Няма изтрити файлове",
  11. "You will be able to recover deleted files from here" : "От тук можете да възстановите изтрити файлове",
  12. "No entries found in this folder" : "Няма намерени записи в тази папка",
  13. "Select all" : "Избери всички",
  14. "Name" : "Име",
  15. "Actions" : "Действия",
  16. "Deleted" : "Изтрито",
  17. "Delete" : "Изтрий"
  18. },
  19. "nplurals=2; plural=(n != 1);");