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

bg.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 424cc6da3171951444f52ed2dae5e56ebea450ed (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
26
27
28
29
OC.L10N.register(
    "richdocuments",
    {
    "Saving..." : "Запазване...",
    "Download this revision" : "Изтегли тази ревизия",
    "More versions..." : "Още версии...",
    "Just now" : "Току-що",
    "Save" : "Запазване",
    "Loading documents..." : "Зареждане на документите...",
    "Edit" : "Редакция",
    "Document" : "Документ",
    "Presentation" : "Презентация",
    "Could not create file" : "Несупешно създаване на файла.",
    "New Document.odt" : "Нов Документ.odt",
    "New Document.docx" : "Нов Документ.docx",
    "New Spreadsheet.xlsx" : "Нов Документ.xlsx",
    "New Presentation.pptx" : "Нова Презентация.pptx",
    "Can't create document" : "Неуспешно създаване на документ",
    "Saved" : "Запазване",
    "Collabora Online" : "Collabora Online",
    "Collabora Online server" : "Collabora Online сървър",
    "Apply" : "Приложи",
    "Wrong password. Please retry." : "Грешна парола. Опитай пак.",
    "Password" : "Парола",
    "OK" : "ОК",
    "Guest %s" : "Гост %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Този линк е изтекъл или никога не е съществувал. Моля, свържи се с човекът, който го е споделил с теб."
},
"nplurals=2; plural=(n != 1);");