nextcloud/apps/comments/l10n/da.js

26 lines
1.2 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-03-28 08:55:08 +03:00
"Delete comment" : "Slet kommentar",
2016-03-29 08:55:16 +03:00
"Post" : "Indlæg",
2016-02-17 09:56:11 +03:00
"Cancel" : "Annullér",
2016-03-29 08:55:16 +03:00
"Edit comment" : "Rediger kommentar",
"[Deleted user]" : "[Deleted user]",
2016-05-10 10:30:51 +03:00
"Comments" : "Kommentarer",
2016-02-17 09:56:11 +03:00
"Save" : "Gem",
2016-03-29 08:55:16 +03:00
"Allowed characters {count} of {max}" : "Tilladte tegn {count} af {max}",
2016-07-06 16:28:06 +03:00
"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",
2016-05-10 10:30:51 +03:00
"Comment" : "Kommentér",
"You commented" : "Du kommenterede",
"%1$s commented" : "%1$s kommenterede",
"You commented on %2$s" : "Du kommenterede %2$s",
2016-09-01 03:09:24 +03:00
"%1$s commented on %2$s" : "%1$s kommenterede %2$s",
"Type in a new comment..." : "Indtast en ny kommentar...",
"No other comments available" : "Ingen andre kommentarer tilgængelige",
2016-09-29 03:07:08 +03:00
"More comments..." : "Flere kommentarer...",
"{count} unread comments" : "{count} ulæste kommentarer"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");