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

da.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2488e82d8f0825837e4aca5bf04c63e04cb0c32f (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
OC.L10N.register(
    "mail",
    {
    "Mail" : "Mail",
    "Error while loading the accounts." : "Fejl under indlæsning af konti.",
    "you" : "dig",
    "Error while loading the selected account." : "Der opstod en fejl under læsningen af den valgte konto.",
    "Error while loading messages." : "Fejl under indlæsning af beskeder.",
    "Choose a folder to store the attachment in" : "Vælg den mappe, hvor vedhæftningen skal gemmes i",
    "Attachments saved to Files." : "Vedhæftning blev gemt i Filer.",
    "Attachment saved to Files." : "Vedhæftning blev gemt i Filer.",
    "Error while saving attachments to Files." : "Fejl under lagring af vedhæftninger i Filer.",
    "Error while saving attachment to Files." : "Fejl under lagring af vedhæftninger i Filer.",
    "Error while loading the selected message." : "Fejl under indlæsning af den valgte besked.",
    "Connecting …" : "Tilslutter ...",
    "Unknown error" : "Ukendt fejl",
    "Error while creating an account: " : "Fejl under oprettelse af kontoen:",
    "Connect" : "Tilslut",
    "Sending …" : "Sender ...",
    "Reply" : "Besvar",
    "Message sent!" : "Beskeden blev sendt!",
    "Error sending the reply." : "Fejl ved afsendelse af svaret.",
    "Error while deleting account." : "Fejl under sletning af kontoen.",
    "Choose a file to add as attachment" : "Vælg en fil, der skal tilføjes som vedhæftning",
    "Message could not be starred. Please try again." : "Beskeden kunne ikke sternemarkeres. Forsøg venligst igen.",
    "Error while deleting message." : "Fejl under sletning af besked.",
    "Checking mail …" : "Tjekker post ...",
    "Loading …" : "Indlæser...",
    "Load more …" : "Indlæs flere ...",
    "Check mail" : "Tjek post",
    "Send" : "Send",
    "Inbox" : "Indbakke",
    "Sent" : "Sent",
    "Drafts" : "Udkast",
    "Archive" : "Arkiv",
    "Trash" : "Papirkurv",
    "Junk" : "Junk",
    "All" : "Alle",
    "Starred" : "Stjernemarkéret",
    "Creating account failed: " : "Oprettelse af konto mislykkedes:",
    "Auto detect failed. Please use manual mode." : "Fejl ved autodetektion. Anvend venligst manuel opsætning",
    "from" : "fra",
    "+ cc/bcc" : "+ cc/bcc",
    "to" : "til",
    "cc" : "cc",
    "bcc" : "bcc",
    "Subject" : "Emne",
    "Message …" : "Besked ...",
    "Add attachment from Files" : "Tilføj vedhæftning fra Filer",
    "Open Mail App" : "Åbn mail-app",
    "Back to website" : "Tilbage til websted",
    "Error loading message" : "Fejl under indlæsning af besked",
    "Download attachment" : "Hent vedhæftning",
    "Save to Files" : "Gem til Filer",
    "Save all to Files" : "Gem alle til Filer",
    "+ cc" : "+ cc",
    "Reply …" : "Besvar ...",
    "Forward" : "Videresend",
    "Add mail account" : "Tilføj postkonto",
    "Check messages …" : "Tjek efter beskeder...",
    "No messages in this folder!" : "Ingen beskeder i denne mappe!",
    "New message" : "Ny besked",
    "Connect your mail account" : "Forbind din mail-konto",
    "Name" : "Navn",
    "Mail Address" : "Mail Adresse",
    "IMAP Password" : "IMAP kodeord",
    "Manual configuration" : "Manuel konfiguration",
    "IMAP Host" : "IMAP vært",
    "IMAP security" : "IMAP-sikkerhed",
    "none" : "ingen",
    "ssl" : "ssl",
    "tls" : "tls",
    "IMAP Port" : "IMAP port",
    "IMAP User" : "IMAP bruger",
    "SMTP Host" : "SMTP vært",
    "SMTP security" : "SMTP-sikkerhed",
    "SMTP Port" : "SMTP port",
    "SMTP Port (default 25, ssl 465)" : "SMTP-port (som standard 25, ssl 465)",
    "SMTP User" : "SMTP bruger",
    "SMTP Password" : "SMTP kodeord",
    "Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." : "Viderestiller dig til %s - klik her hvis du ikke bliver viderestillet automatisk inden for få sekunder.",
    "Redirect Warning" : "Advarsel om viderestilling",
    "The previous page is sending you to %s." : "Den foregående side sender dig til %s.",
    "If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." : "Hvis du ikke ønsker at besøge denne side, så kan du gå tilbage til <a href=\"%s\">postprogrammet</a>.",
    "Click here to visit the website." : "Klik her for at besøge webstedet."
},
"nplurals=2; plural=(n != 1);");