Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bg_BG.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9db73c98a6db54492f4376e0b542271d15cb4014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Неуспешно безвъзвратно изтриване на %s.",
    "Couldn't restore %s" : "Неуспешно възтановяване на %s.",
    "Deleted files" : "Изтрити файлове",
    "Restore" : "Възстановяви",
    "Delete permanently" : "Изтрий завинаги",
    "Error" : "Грешка",
    "restored" : "възстановено",
    "No deleted files" : "Няма изтрити файлове",
    "You will be able to recover deleted files from here" : "Имате възможност да възстановите изтрити файлове от тук",
    "No entries found in this folder" : "Няма намерени записи в тази папка",
    "Select all" : "Избери всички",
    "Name" : "Име",
    "Deleted" : "Изтрито",
    "Delete" : "Изтрий"
},
"nplurals=2; plural=(n != 1);");