nextcloud/apps/files_trashbin/l10n/bg.js

22 lines
1.3 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"files_trashbin",
{
"Deleted files" : "Изтрити файлове",
"Restore" : "Възстановяне",
"Delete" : "Изтрий",
"Delete permanently" : "Изтрий завинаги",
"This operation is forbidden" : "Операцията е забранена",
"This directory is unavailable, please check the logs or contact the administrator" : "Директорията не е налична. Моля проверете журнала или се свържете с администратор",
"restored" : "възстановено",
"No deleted files" : "Няма изтрити файлове",
"You will be able to recover deleted files from here" : "Имате възможност да възстановите изтрити файлове от тук",
"No entries found in this folder" : "Няма намерени записи в тази папка",
"Select all" : "Избери всички",
"Name" : "Име",
"Deleted" : "Изтрито",
"Couldn't delete %s permanently" : "Неуспешно безвъзвратно изтриване на %s.",
"Couldn't restore %s" : "Неуспешно възстановяване на %s",
"Error" : "Грешка"
},
"nplurals=2; plural=(n != 1);");