24 lines
913 B
JavaScript
24 lines
913 B
JavaScript
OC.L10N.register(
|
|
"comments",
|
|
{
|
|
"Comments" : "Kommentarar",
|
|
"You commented" : "Du kommenterte",
|
|
"%1$s commented" : "%1$skommenterte",
|
|
"{author} commented" : "{author} kommenterte",
|
|
"You commented on %1$s" : "Du kommenterte på %1$s",
|
|
"You commented on {file}" : "Du kommenterte på {file}",
|
|
"%1$s commented on %2$s" : "%1$s kommenterte på %2$s",
|
|
"Edit comment" : "Rediger kommentar",
|
|
"Delete comment" : "Slett kommentar",
|
|
"New comment …" : "Ny kommentar...",
|
|
"Post" : "Publiser",
|
|
"Cancel" : "Avbryt",
|
|
"[Deleted user]" : "[Sletta brukar]",
|
|
"No comments yet, start the conversation!" : "Ingen kommetarar enno, start samtala!",
|
|
"More comments …" : "Fleire kommentarar...",
|
|
"Save" : "Lagra",
|
|
"Allowed characters {count} of {max}" : "Tillate tegnmengde {count} av {max}",
|
|
"Comment" : "Kommentér"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|