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

is.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77c42d626b88ecae3d74f2141e47d58ea30ddf8e (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
OC.L10N.register(
    "richdocuments",
    {
    "Saving…" : "Er að vista ...",
    "All" : "Allt",
    "Download this revision" : "Sækja þessa útgáfu",
    "Restore this revision" : "Endurheimta þessa útgáfu",
    "Save As" : "Vista sem",
    "New filename" : "Nýtt skráarheiti",
    "Loading documents…" : "Hleð inn skjölum...",
    "Edit" : "Breyta",
    "New Document" : "Nýtt skjal",
    "New Spreadsheet" : "Nýtt töflureiknisskjal",
    "New Presentation" : "Ný skyggnukynning",
    "Could not create file" : "Gat ekki búið til skrá",
    "New Document.odt" : "Nýtt textaskjal.odt",
    "New Spreadsheet.ods" : "Nýr töflureiknir.ods",
    "New Presentation.odp" : "Ný kynning.odp",
    "New Document.docx" : "Nýtt textaskjal.docx",
    "New Spreadsheet.xlsx" : "Nýr töflureiknir.xlsx",
    "New Presentation.pptx" : "Ný kynning.pptx",
    "Can't create document" : "Get ekki búið til skjal",
    "Saved" : "Vistað",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Vistað með villu: Collabora Online ætti að nota sama samskiptamáta og uppsetning þjónsins.",
    "Collabora Online" : "Collabora Online",
    "Collabora Online server" : "Collabora Online þjónn",
    "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL-slóð (og gátt) Collabora Online þjónsins sem gefur út breytingaeigindi sem WOPI-biðlari.",
    "Apply" : "Virkja",
    "Restrict usage to specific groups" : "Takmarka notkun við tiltekna hópa",
    "Restrict edit to specific groups" : "Takmarka breytingar við tiltekna hópa",
    "Use OOXML by default for new files" : "Nota OOXML sjálfgefið fyrir nýjar skrár",
    "Enable access for external apps" : "Virkja fyrir utanaðkomandi forrit",
    "Save" : "Vista",
    "Add" : "Bæta við",
    "Wrong password. Please retry." : "Rangt lykilorð. Reyndu aftur.",
    "Password" : "Lykilorð",
    "OK" : "Í lagi",
    "Guest %s" : "Gestanotandi %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Tengillinn er útrunninn eða var aldrei til. Hafðu samband við þann sem deildi honum með þer til að fá nánari upplýsingar."
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");