owncloud/core

View on GitHub
apps/files_trashbin/l10n/bg_BG.js

Summary

Maintainability
A
3 hrs
Test Coverage
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Неуспешно е изтриването на %s за постоянно",
    "Couldn't restore %s" : "Неуспешно възтановяване на %s",
    "Deleted files" : "Изтрити файлове",
    "Restore" : "Възстановяване",
    "Delete" : "Изтриване",
    "Delete permanently" : "Изтриване за постоянно",
    "Error" : "Грешка",
    "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" : "Изтрито"
},
"nplurals=2; plural=(n != 1);");