diff options
Diffstat (limited to 'apps/comments/l10n/nb_NO.js')
-rw-r--r-- | apps/comments/l10n/nb_NO.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/nb_NO.js b/apps/comments/l10n/nb_NO.js index 95cf1ce94d3..51538a8d079 100644 --- a/apps/comments/l10n/nb_NO.js +++ b/apps/comments/l10n/nb_NO.js @@ -15,7 +15,6 @@ OC.L10N.register( "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", - "{count} unread comments" : "{count} uleste kommentarer", "Comment" : "Kommentar", "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer", "You commented" : "Du kommenterte", @@ -24,6 +23,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s kommenterte %2$s", "Type in a new comment..." : "Skriv inn en ny kommentar...", "No other comments available" : "Ingen andre kommentarer tilgjengelig", - "More comments..." : "Flere kommentarer.." + "More comments..." : "Flere kommentarer..", + "{count} unread comments" : "{count} uleste kommentarer" }, "nplurals=2; plural=(n != 1);"); |