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

sk.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 394a6d01fb8a506f091938b0c3f5bffec375d795 (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
OC.L10N.register(
    "richdocuments",
    {
    "Saving…" : "Ukladanie...",
    "All" : "Všetko",
    "Nickname" : "Prezývka",
    "Save As" : "Uložiť ako",
    "New filename" : "Nový názov súboru",
    "Cancel" : "Zrušiť",
    "Save" : "Uložiť",
    "Loading documents…" : "Načítavanie dokumentov...",
    "New Document" : "Nový dokument",
    "New Spreadsheet" : "Nový tabuľka",
    "New Presentation" : "Nová prezentácia",
    "Could not create file" : "Nemožno vytvoriť súbor",
    "Collabora Online" : "Collabora Online",
    "Can't create document" : "Nedá sa vytvoriť dokument",
    "New Document.odt" : "Nový dokument.odt",
    "New Spreadsheet.ods" : "Nová tabuľka.ods",
    "New Presentation.odp" : "Nová prezentácia.odp",
    "New Document.docx" : "Nový dokument.docx",
    "New Spreadsheet.xlsx" : "Nová tabuľka.xlsx",
    "New Presentation.pptx" : "Nová prezentácia.pptx",
    "Document already exists" : "Dokument už existuje",
    "Saved" : "Uložené",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Uložené s chybou: Collabora Online by mala používať rovnaký protokol ako nainštalovaný server.",
    "Apply" : "Aplikovať",
    "Restrict usage to specific groups" : "Obmedziť používanie pre konkrétne skupiny",
    "Restrict edit to specific groups" : "Obmedziť úpravy pre konkrétne skupiny",
    "Enable access for external apps" : "Povoliť prístup externým aplikáciám",
    "Add" : "Pridať",
    "Wrong password. Please retry." : "Chybné heslo. Skúste to znovu.",
    "Password" : "Heslo",
    "OK" : "OK",
    "Guest %s" : "Hosť %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Tento odkaz vyexpiroval, alebo neexistuje. Pre podrobnosti kontaktujte osobu, ktorá ho s vami sprístupňovala."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");