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: 196a298a61a44e04e4f80c99e26a8840c2931537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "comments",
    {
    "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",
    "Comments" : "Kommentarer",
    "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]",
    "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}",
    "{count} unread comments" : "{count} ulæste kommentarer",
    "Comment" : "Kommentér"
},
"nplurals=2; plural=(n != 1);");