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: e7fbd0254c748fc591a0dc25d80c0705d7400708 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
OC.L10N.register(
    "richdocuments",
    {
    "Saving…" : "Запазване",
    "All" : "Всички",
    "Error" : "Грешка",
    "An error occurred" : "Възникна грешка",
    "Current version" : "Текуща версия",
    "Cancel" : "Отказ",
    "Save" : "Запазване",
    "Create a new document" : "Нов документ",
    "New Document" : "Нов документ",
    "New Spreadsheet" : "Нова електронна таблица",
    "New Presentation" : "Нова презентация",
    "Could not create file" : "Несупешно създаване на файла.",
    "Create" : "Създай",
    "Select template" : "Избор на шаблон",
    "Collabora Online" : "Collabora Online",
    "Can't create document" : "Неуспешно създаване на документ",
    "New Document.odt" : "Нов Документ.odt",
    "New Spreadsheet.ods" : "Нова Електронна таблица.ods",
    "New Presentation.odp" : "Нова презентация.odp",
    "New Document.docx" : "Нов Документ.docx",
    "New Spreadsheet.xlsx" : "Нов Документ.xlsx",
    "New Presentation.pptx" : "Нова Презентация.pptx",
    "Saved" : "Запазване",
    "Error when saving" : "Грешка при записването",
    "File is too big" : "Файлът е твърде голям",
    "Template not found" : "Шаблонът не е открит",
    "Apply" : "Приложи",
    "Advanced Settings" : "Допълнителни настройки",
    "Add a new template" : "Добавяне на шаблон",
    "No templates defined." : "Няма дефинирани шаблони.",
    "Add a new one?" : "Добавяне на нов шаблон?",
    "Select a template directory" : "Изберете директория за шаблоните",
    "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);");