summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/da.js
blob: a6b7a6f56f3d351f55c427011b75a5bb3a86eacc (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
OC.L10N.register(
    "comments",
    {
    "Comments" : "Kommentarer",
    "Unknown user" : "Ukendt bruger",
    "New comment …" : "Ny kommentar ...",
    "Delete comment" : "Slet kommentar",
    "Post" : "Indlæg",
    "Cancel" : "Annullér",
    "Edit comment" : "Rediger kommentar",
    "[Deleted user]" : "[Deleted user]",
    "No comments yet, start the conversation!" : "Ingen kommentarer endnu, start samtalen!",
    "More comments …" : "Flere kommentarer...",
    "Save" : "Gem",
    "Allowed characters {count} of {max}" : "Tilladte tegn {count} af {max}",
    "Error occurred while retrieving comment with id {id}" : "Der opstod fejl under hentning af kommentar med id {id}",
    "Error occurred while updating comment with id {id}" : "Der opstod fejl under opdatering af kommentar med id {id}",
    "Error occurred while posting comment" : "Der opstod fejl under indsendelse af kommentar",
    "_%n unread comment_::_%n unread comments_" : ["%n ulæst kommentar","%n ulæste kommentarer"],
    "Comment" : "Kommentér",
    "You commented" : "Du kommenterede",
    "%1$s commented" : "%1$s kommenterede",
    "{author} commented" : "{author} kommenterede",
    "You commented on %1$s" : "Du kommenterede %1$s",
    "You commented on {file}" : "Du kommenterede {file}",
    "%1$s commented on %2$s" : "%1$s kommenterede %2$s",
    "{author} commented on {file}" : "{author} kommenterede {file}",
    "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
    "A (now) deleted user mentioned you in a comment on “%s”" : "En (nu) sletter bruger nævnte dig i en kommentarer på “%s”",
    "A (now) deleted user mentioned you in a comment on “{file}”" : "En (nu) sletter bruger nævnte dig i en kommentarer på \"{file}\"",
    "%1$s mentioned you in a comment on “%2$s”" : "%1$s nævnte dig i en kommentarer på “%2$s”",
    "{user} mentioned you in a comment on “{file}”" : "{user} nævnte dig i en kommentarer på \"{file}\"",
    "Type in a new comment..." : "Indtast en ny kommentar...",
    "No other comments available" : "Ingen andre kommentarer tilgængelige",
    "More comments..." : "Flere kommentarer...",
    "{count} unread comments" : "{count} ulæste kommentarer",
    "You commented on %2$s" : "Du kommenterede %2$s"
},
"nplurals=2; plural=(n != 1);");