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

sr.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3bb02b91e6b4ef2dc79ea80359681fe6b146bc8a (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
OC.L10N.register(
    "richdocuments",
    {
    "Saving…" : "Снимам…",
    "All" : "Све",
    "Download this revision" : "Скини ову ревизију",
    "Restore this revision" : "Поврати ову ревизију",
    "Latest revision" : "Последња ревизија",
    "More versions…" : "Још верзија…",
    "Just now" : "Управо сад",
    "Failed to revert the document to older version" : "Грешка у враћању документа на старију верзију",
    "Please enter the filename to store the document as." : "Унесите име фајла како желите да документ буде сачуван.",
    "Save As" : "Сачувај као",
    "New filename" : "Ново име фајла",
    "Loading documents…" : "Учитавање докумената…",
    "Edit" : "Уреди",
    "New Document" : "Нови документ",
    "New Spreadsheet" : "Нова табела",
    "New Presentation" : "Нова презентација",
    "Could not create file" : "Не могу да креирам фајл",
    "New Document.odt" : "New Document.odt",
    "New Spreadsheet.ods" : "New Spreadsheet.ods",
    "New Presentation.odp" : "New Presentation.odp",
    "New Document.docx" : "New Document.docx",
    "New Spreadsheet.xlsx" : "New Spreadsheet.xlsx",
    "New Presentation.pptx" : "New Presentation.pptx",
    "Can't create document" : "Не могу да направим документ",
    "Saved" : "Сачувано",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Сачувану уз грешку: Collabora Online би требало да користи исти протокол као и серверска инсталација.",
    "Collabora Online" : "Collabora Online",
    "Collabora Online server" : "Collabora Online сервер",
    "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Адреса (и порт) Collabora Online сервера који омогућава функционалност измене као WOPI клијент.",
    "Apply" : "Примени",
    "Restrict usage to specific groups" : "Ограничи коришћење на одређене групе",
    "Restrict edit to specific groups" : "Ограничи могућност мењања на одређене групе",
    "Use OOXML by default for new files" : "Користи OOXML као подразумевани за нове фајлове",
    "Enable access for external apps" : "Дозволи приступ за спољне апликације",
    "Save" : "Сачувај",
    "Add" : "Додај",
    "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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");