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

bg.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 742bea215697eb7084e04a2046da57faaf9fd593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OC.L10N.register(
    "polls",
    {
    "Deleted" : "Изтрито",
    "Group" : "Група",
    "Comments" : "Коментари",
    "No comments yet. Be the first." : "Все още няма коментари.",
    "Cancel" : "Отказ",
    "Apply" : "Приложи",
    "Title" : "Име",
    "Owner" : "Създател",
    "Created" : "Създаден",
    "never" : "никога",
    "Share with" : "Сподели с",
    "Details" : "Подробности",
    "Configuration" : "Настройки",
    "Shares" : "Споделени",
    "Saving" : "Запазване",
    "Saved" : "Запазено",
    "Description" : "Описание",
    "Expiration date" : "Валидност",
    "Unknown user" : "Непознат потребител",
    "Public access" : "Публичен достъп"
},
"nplurals=2; plural=(n != 1);");