2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2016-10-18 03:06:51 +03:00
|
|
|
"Comments" : "Kommentarer",
|
2016-11-02 04:07:09 +03:00
|
|
|
"Unknown user" : "Ukjent bruker",
|
2016-09-21 03:09:40 +03:00
|
|
|
"New comment …" : "Ny kommentar",
|
2016-02-25 09:58:06 +03:00
|
|
|
"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]",
|
2016-09-21 03:09:40 +03:00
|
|
|
"No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!",
|
|
|
|
"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}",
|
2016-09-21 03:09:40 +03:00
|
|
|
"Error occurred while retrieving comment with id {id}" : "En feil oppstod under henting av kommentar med id {id}",
|
|
|
|
"Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
|
|
|
|
"Error occurred while posting comment" : "En feil oppstod under posting av kommentar",
|
2016-09-30 03:08:13 +03:00
|
|
|
"_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"],
|
2016-05-10 10:30:51 +03:00
|
|
|
"Comment" : "Kommentar",
|
2016-09-21 03:09:40 +03:00
|
|
|
"You commented" : "Du kommenterte",
|
2016-05-10 10:30:51 +03:00
|
|
|
"%1$s commented" : "%1$s kommentert",
|
2017-01-03 04:07:46 +03:00
|
|
|
"{author} commented" : "{author} kommenterte",
|
|
|
|
"You commented on %1$s" : "Du kommenterte på %1$s",
|
|
|
|
"You commented on {file}" : "Du kommenterte på {file}",
|
2016-09-21 03:09:40 +03:00
|
|
|
"%1$s commented on %2$s" : "%1$s kommenterte %2$s",
|
2017-01-03 04:07:46 +03:00
|
|
|
"{author} commented on {file}" : "{author} kommenterte på {file}",
|
2016-11-26 04:06:57 +03:00
|
|
|
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
|
2017-01-26 04:07:15 +03:00
|
|
|
"A (now) deleted user mentioned you in a comment on “%s”" : "En (now) slettet bruker nevnte deg i en kommentar til “%s”",
|
|
|
|
"A (now) deleted user mentioned you in a comment on “{file}”" : "A (now) slettet bruker nevnte deg i en kommentar til “{file}”",
|
2017-01-03 04:07:46 +03:00
|
|
|
"%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”",
|
|
|
|
"{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”",
|
2016-09-21 03:09:40 +03:00
|
|
|
"Type in a new comment..." : "Skriv inn en ny kommentar...",
|
|
|
|
"No other comments available" : "Ingen andre kommentarer tilgjengelig",
|
2016-09-29 03:07:08 +03:00
|
|
|
"More comments..." : "Flere kommentarer..",
|
2016-11-26 04:06:57 +03:00
|
|
|
"{count} unread comments" : "{count} uleste kommentarer",
|
|
|
|
"You commented on %2$s" : "Du kommenterte til %2$s"
|
2016-02-17 09:56:11 +03:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|