2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2016-02-25 09:58:06 +03:00
|
|
|
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
|
|
|
|
"%1$s commented" : "%1$s kommentert",
|
|
|
|
"%1$s commented on %2$s" : "%1$s kommenterte %2$s",
|
|
|
|
"Comments" : "Kommentarer",
|
|
|
|
"Type in a new comment..." : "Skriv inn en ny kommentar...",
|
|
|
|
"Delete comment" : "Slett kommentar",
|
|
|
|
"Post" : "Send",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Cancel" : "Avbryt",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Edit comment" : "Rediger kommentar",
|
|
|
|
"[Deleted user]" : "[Slettet bruker]",
|
|
|
|
"No other comments available" : "Ingen andre kommentarer tilgjengelig",
|
|
|
|
"More comments..." : "Flere kommentarer..",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Save" : "Lagre",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
|
|
|
|
"{count} unread comments" : "{count} uleste kommentarer",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Comment" : "Kommentar"
|
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|