2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2019-02-27 04:12:05 +03:00
|
|
|
"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",
|
2018-04-12 03:19:20 +03:00
|
|
|
"Edit comment" : "Rediger kommentar",
|
2018-02-13 13:48:27 +03:00
|
|
|
"Delete comment" : "Slett kommentar",
|
2020-10-21 05:18:44 +03:00
|
|
|
"No comments yet, start the conversation!" : "Ingen kommetarar enno, start samtala!",
|
|
|
|
"Retry" : "Forsøk att",
|
|
|
|
"Comment" : "Kommentér",
|
2018-04-12 03:19:20 +03:00
|
|
|
"New comment …" : "Ny kommentar...",
|
2018-02-13 13:48:27 +03:00
|
|
|
"Post" : "Publiser",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Cancel" : "Avbryt",
|
2019-12-22 05:28:34 +03:00
|
|
|
"[Deleted user]" : "[Sletta brukar]",
|
2018-02-13 13:48:27 +03:00
|
|
|
"More comments …" : "Fleire kommentarar...",
|
|
|
|
"Save" : "Lagra",
|
2020-10-21 05:18:44 +03:00
|
|
|
"Allowed characters {count} of {max}" : "Tillate tegnmengde {count} av {max}"
|
2016-02-17 09:56:11 +03:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|