server/apps/comments/l10n/da.json

13 lines
477 B
JSON
Raw Normal View History

2016-02-17 06:56:11 +00:00
{ "translations": {
2016-03-28 05:55:08 +00:00
"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",
2016-02-17 06:56:11 +00:00
"Cancel" : "Annullér",
"Save" : "Gem",
"Comment" : "Kommentér"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}