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: e5fcd3aa1aefd4a0603882cf6d3fef521369cdff (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
43
44
45
46
47
OC.L10N.register(
    "richdocuments",
    {
    "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",
    "Document already exists" : "Документът вече съществува",
    "Saved" : "Запазване",
    "Error when saving" : "Грешка при записването",
    "File is too big" : "Файлът е твърде голям",
    "Invalid file provided" : "Предоставен е невалиден файл",
    "Template not found" : "Шаблонът не е открит",
    "Advanced settings" : "Допълнителни настройки",
    "Select groups" : "Избери Групи",
    "Description" : "Описание",
    "No results" : "Няма резултати",
    "Error" : "Грешка",
    "An error occurred" : "Възникна грешка",
    "Nickname" : "Псевдоним",
    "Cancel" : "Отказ",
    "Save" : "Запазване",
    "Saving…" : "Запазване",
    "Remove from favorites" : "Премахни от любимите",
    "Add to favorites" : "Добави към любимите",
    "Details" : "Подробности",
    "Download" : "Свали",
    "Guest" : "Гост",
    "Current version" : "Текуща версия",
    "Failed to revert the document to older version" : "Неуспешно възстановяване на документа към по-стара версия",
    "Create a new document" : "Нов документ",
    "New Document" : "Нов документ",
    "New Spreadsheet" : "Нова електронна таблица",
    "New Presentation" : "Нова презентация",
    "Could not create file" : "Несупешно създаване на файла.",
    "Create" : "Създай",
    "Select template" : "Избор на шаблон",
    "Add a new template" : "Добавяне на шаблон",
    "No templates defined." : "Няма дефинирани шаблони.",
    "Add a new one?" : "Добавяне на нов шаблон?",
    "Select a template directory" : "Изберете директория за шаблоните"
},
"nplurals=2; plural=(n != 1);");