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: ac44e9f6275a759b173a07de56d68fbc25facbde (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
OC.L10N.register(
    "richdocuments",
    {
    "Collabora Online" : "Collabora Online",
    "Can't create document" : "Kan ikke oprette dokument",
    "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.",
    "Saving…" : "Gemmer...",
    "All" : "Alle",
    "Save As" : "Gem som",
    "New filename" : "Nyt filnavn",
    "Cancel" : "Annuller",
    "Save" : "Gem",
    "Create a new document" : "Opret nyt dokument",
    "New Document" : "Nyt Dokument",
    "New Spreadsheet" : "Nyt Regneark",
    "New Presentation" : "Ny Præsentation",
    "Could not create file" : "Kunne ikke oprette fil",
    "Create" : "Opret",
    "Apply" : "Anvend",
    "Restrict usage to specific groups" : "Brugen begrænset til bestemte grupper",
    "Restrict edit to specific groups" : "Redigering begrænset til bestemte grupper",
    "Enable access for external apps" : "Tillad tilgang fra eksterne apps",
    "Add" : "Tilføj",
    "Wrong password. Please retry." : "Forkert kodeord. Prøv igen.",
    "Password" : "Kodeord",
    "OK" : "OK",
    "Guest %s" : "Gæst %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Dette link er uløbet eller har aldrig eksisteret. Kontakt venligst personen der delte linket for yderligere detaljer. "
},
"nplurals=2; plural=(n != 1);");