parent
5fc924f6c9
commit
aecec74a04
@ -1,25 +1,39 @@ |
||||
OC.L10N.register( |
||||
"comments", |
||||
{ |
||||
"Comments" : "Kommentarer", |
||||
"Unknown user" : "Ukendt bruger", |
||||
"New comment …" : "Ny kommentar ...", |
||||
"Delete comment" : "Slet kommentar", |
||||
"Post" : "Indlæg", |
||||
"Cancel" : "Annullér", |
||||
"Edit comment" : "Rediger kommentar", |
||||
"[Deleted user]" : "[Deleted user]", |
||||
"Comments" : "Kommentarer", |
||||
"No comments yet, start the conversation!" : "Ingen kommentarer endnu, start samtalen!", |
||||
"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", |
||||
"_%n unread comment_::_%n unread comments_" : ["%n ulæst kommentar","%n 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", |
||||
"{author} commented" : "{author} kommenterede", |
||||
"You commented on %1$s" : "Du kommenterede %1$s", |
||||
"You commented on {file}" : "Du kommenterede {file}", |
||||
"%1$s commented on %2$s" : "%1$s kommenterede %2$s", |
||||
"{author} commented on {file}" : "{author} kommenterede {file}", |
||||
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer", |
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "En (nu) sletter bruger nævnte dig i en kommentarer på “%s”", |
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "En (nu) sletter bruger nævnte dig i en kommentarer på \"{file}\"", |
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s nævnte dig i en kommentarer på “%2$s”", |
||||
"{user} mentioned you in a comment on “{file}”" : "{user} nævnte dig i en kommentarer på \"{file}\"", |
||||
"Type in a new comment..." : "Indtast en ny kommentar...", |
||||
"No other comments available" : "Ingen andre kommentarer tilgængelige", |
||||
"More comments..." : "Flere kommentarer...", |
||||
"{count} unread comments" : "{count} ulæste kommentarer" |
||||
"{count} unread comments" : "{count} ulæste kommentarer", |
||||
"You commented on %2$s" : "Du kommenterede %2$s" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
|
||||
@ -1,23 +1,37 @@ |
||||
{ "translations": { |
||||
"Comments" : "Kommentarer", |
||||
"Unknown user" : "Ukendt bruger", |
||||
"New comment …" : "Ny kommentar ...", |
||||
"Delete comment" : "Slet kommentar", |
||||
"Post" : "Indlæg", |
||||
"Cancel" : "Annullér", |
||||
"Edit comment" : "Rediger kommentar", |
||||
"[Deleted user]" : "[Deleted user]", |
||||
"Comments" : "Kommentarer", |
||||
"No comments yet, start the conversation!" : "Ingen kommentarer endnu, start samtalen!", |
||||
"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", |
||||
"_%n unread comment_::_%n unread comments_" : ["%n ulæst kommentar","%n 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", |
||||
"{author} commented" : "{author} kommenterede", |
||||
"You commented on %1$s" : "Du kommenterede %1$s", |
||||
"You commented on {file}" : "Du kommenterede {file}", |
||||
"%1$s commented on %2$s" : "%1$s kommenterede %2$s", |
||||
"{author} commented on {file}" : "{author} kommenterede {file}", |
||||
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer", |
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "En (nu) sletter bruger nævnte dig i en kommentarer på “%s”", |
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "En (nu) sletter bruger nævnte dig i en kommentarer på \"{file}\"", |
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s nævnte dig i en kommentarer på “%2$s”", |
||||
"{user} mentioned you in a comment on “{file}”" : "{user} nævnte dig i en kommentarer på \"{file}\"", |
||||
"Type in a new comment..." : "Indtast en ny kommentar...", |
||||
"No other comments available" : "Ingen andre kommentarer tilgængelige", |
||||
"More comments..." : "Flere kommentarer...", |
||||
"{count} unread comments" : "{count} ulæste kommentarer" |
||||
"{count} unread comments" : "{count} ulæste kommentarer", |
||||
"You commented on %2$s" : "Du kommenterede %2$s" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
||||
Loading…
Reference in new issue