You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

da.js 1.2KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Delete comment" : "Slet kommentar",
  5. "Post" : "Indlæg",
  6. "Cancel" : "Annullér",
  7. "Edit comment" : "Rediger kommentar",
  8. "[Deleted user]" : "[Deleted user]",
  9. "Comments" : "Kommentarer",
  10. "Save" : "Gem",
  11. "Allowed characters {count} of {max}" : "Tilladte tegn {count} af {max}",
  12. "Error occurred while retrieving comment with id {id}" : "Der opstod fejl under hentning af kommentar med id {id}",
  13. "Error occurred while updating comment with id {id}" : "Der opstod fejl under opdatering af kommentar med id {id}",
  14. "Error occurred while posting comment" : "Der opstod fejl under indsendelse af kommentar",
  15. "Comment" : "Kommentér",
  16. "You commented" : "Du kommenterede",
  17. "%1$s commented" : "%1$s kommenterede",
  18. "You commented on %2$s" : "Du kommenterede %2$s",
  19. "%1$s commented on %2$s" : "%1$s kommenterede %2$s",
  20. "Type in a new comment..." : "Indtast en ny kommentar...",
  21. "No other comments available" : "Ingen andre kommentarer tilgængelige",
  22. "More comments..." : "Flere kommentarer...",
  23. "{count} unread comments" : "{count} ulæste kommentarer"
  24. },
  25. "nplurals=2; plural=(n != 1);");