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

sl.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fdaef0f1add710c3f6bc55e32562df08f7a480b3 (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..." : "Poteka shranjevanje ...",
    "Download this revision" : "Prejmi predelavo",
    "Restore this revision" : "Obnovi predelavo",
    "Latest revision" : "Najnovejša predelava",
    "More versions..." : "Več različic ...",
    "Just now" : "Ravnokar",
    "Failed to revert the document to older version" : "Povrnitev dokumenta na starejšo različico je spodletela.",
    "Save" : "Shrani",
    "Loading documents..." : "Nalaganje dokumentov ...",
    "Edit" : "Uredi",
    "Document" : "Dokument",
    "Spreadsheet" : "Preglednica",
    "Presentation" : "Predstavitev",
    "Could not create file" : "Ni mogoče ustvariti datoteke",
    "New Document.odt" : "nov_dokument.odt",
    "New Spreadsheet.ods" : "nova_preglednica.ods",
    "New Presentation.odp" : "nova_predstavitev.odp",
    "New Document.docx" : "nov_dokument.docx",
    "New Spreadsheet.xlsx" : "nova_preglednica.xlsx",
    "New Presentation.pptx" : "nova_predstavitev.pptx",
    "Can't create document" : "Dokumenta ni mogoče ustvariti",
    "Saved" : "Shranjeno",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Shranjeno z napako: strežnik Collabora mora uporabljati enak protokol kot nameščeni strežnik.",
    "Collabora Online" : "Collabora Online",
    "Collabora Online server" : "Strežnik Collabora Online",
    "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Naslov URL (in vrata) strežnika Collabora Online, ki omogoča dostop do urejevalnih funkcij kot odjemalec WOPI.",
    "Apply" : "Uveljavi",
    "Use OOXML by default for new files" : "Privzeto uporabi OOXML za nove datoteke",
    "Wrong password. Please retry." : "Napačno geslo. Poskusite znova.",
    "Password" : "Geslo",
    "OK" : "V redu",
    "Guest %s" : "Gost %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Povezava je pretekla ali pa ni nikoli obstajala. Za več podrobnosti stopite v stik z osebo, ki naj bi vam jo poslala."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");