diff options
Diffstat (limited to 'apps/comments/l10n/nb_NO.js')
-rw-r--r-- | apps/comments/l10n/nb_NO.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/comments/l10n/nb_NO.js b/apps/comments/l10n/nb_NO.js index 38c6aa348c4..4373152003f 100644 --- a/apps/comments/l10n/nb_NO.js +++ b/apps/comments/l10n/nb_NO.js @@ -18,15 +18,15 @@ OC.L10N.register( "Error occurred while posting comment" : "En feil oppstod under posting av kommentar", "_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"], "Comment" : "Kommentar", - "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer", "You commented" : "Du kommenterte", "%1$s commented" : "%1$s kommentert", - "You commented on %2$s" : "Du kommenterte til %2$s", "%1$s commented on %2$s" : "%1$s kommenterte %2$s", + "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer", "%s mentioned you in a comment on \"%s\"." : "%s nevnte deg i en kommentar på \"%s\".", "Type in a new comment..." : "Skriv inn en ny kommentar...", "No other comments available" : "Ingen andre kommentarer tilgjengelig", "More comments..." : "Flere kommentarer..", - "{count} unread comments" : "{count} uleste kommentarer" + "{count} unread comments" : "{count} uleste kommentarer", + "You commented on %2$s" : "Du kommenterte til %2$s" }, "nplurals=2; plural=(n != 1);"); |