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

da.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9dddbfe2bebd6db3273205ccc27817cdc2285b8a (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
OC.L10N.register(
    "richdocuments",
    {
    "Collabora Online" : "Collabora Online",
    "New Document.odt" : "Nyt dokument.odt",
    "New Spreadsheet.ods" : "Nyt regneark.ods",
    "New Presentation.odp" : "Ny præsentation.odp",
    "New Document.docx" : "Nyt dokument.docx",
    "New Spreadsheet.xlsx" : "Nyt regneark.xlsx",
    "New Presentation.pptx" : "Nyt præsentation.pptx",
    "Saved" : "Gemt",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Gemt med fejl: Collabora Online skal bruge samme protokol som server installationen.",
    "File is too big" : "Filen er for stor",
    "Invalid file provided" : "Der er angivet en ugyldig fil",
    "Empty" : "Tom",
    "Advanced settings" : "Avancerede indstillinger",
    "Restrict usage to specific groups" : "Brugen begrænset til bestemte grupper",
    "Select groups" : "Vælg grupper",
    "Restrict edit to specific groups" : "Redigering begrænset til bestemte grupper",
    "Enable access for external apps" : "Tillad tilgang fra eksterne apps",
    "Failed to save settings" : "Kunne ikke gemme indstillinger",
    "Description" : "Beskrivelse",
    "No results" : "Ingen resultater",
    "Cancel" : "Annuller",
    "Error" : "Fejl",
    "An error occurred" : "Der var en fejl",
    "Nickname" : "Kaldenavn",
    "Save As" : "Gem som",
    "New filename" : "Nyt filnavn",
    "Save" : "Gem",
    "Saving…" : "Gemmer...",
    "Remove from favorites" : "Fjernet fra favoritter",
    "Add to favorites" : "Føj til favoritter",
    "Details" : "Detaljer",
    "Download" : "Download",
    "Guest" : "Gæst",
    "Failed to revert the document to older version" : "Det lykkedes ikke at gendanne dokumentet, til en ældre version",
    "Create a new document" : "Opret nyt dokument",
    "Could not create file" : "Kunne ikke oprette fil",
    "Create" : "Opret",
    "Select template" : "Vælg model"
},
"nplurals=2; plural=(n != 1);");