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

da.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9bcbed4e087492042d2cafc6f476fd312f6c5dd9 (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
OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Indtast en ny kommentar...",
    "Delete comment" : "Slet kommentar",
    "Post" : "Indlæg",
    "Cancel" : "Annullér",
    "Edit comment" : "Rediger kommentar",
    "[Deleted user]" : "[Deleted user]",
    "Comments" : "Kommentarer",
    "No other comments available" : "Ingen andre kommentarer tilgængelige",
    "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",
    "{count} unread comments" : "{count} ulæste kommentarer",
    "Comment" : "Kommentér",
    "You commented" : "Du kommenterede",
    "%1$s commented" : "%1$s kommenterede",
    "You commented on %2$s" : "Du kommenterede %2$s",
    "%1$s commented on %2$s" : "%1$s kommenterede %2$s"
},
"nplurals=2; plural=(n != 1);");