diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/nb_NO.js | 6 | ||||
-rw-r--r-- | apps/comments/l10n/nb_NO.json | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/comments/l10n/nb_NO.js b/apps/comments/l10n/nb_NO.js index 40c0c3663ad..a73cdd768f4 100644 --- a/apps/comments/l10n/nb_NO.js +++ b/apps/comments/l10n/nb_NO.js @@ -20,8 +20,14 @@ OC.L10N.register( "Comment" : "Kommentar", "You commented" : "Du kommenterte", "%1$s commented" : "%1$s kommentert", + "{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 %2$s", + "{author} commented on {file}" : "{author} kommenterte på {file}", "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer", + "%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}”", "Type in a new comment..." : "Skriv inn en ny kommentar...", "No other comments available" : "Ingen andre kommentarer tilgjengelig", "More comments..." : "Flere kommentarer..", diff --git a/apps/comments/l10n/nb_NO.json b/apps/comments/l10n/nb_NO.json index 00db3510fee..84f83315f25 100644 --- a/apps/comments/l10n/nb_NO.json +++ b/apps/comments/l10n/nb_NO.json @@ -18,8 +18,14 @@ "Comment" : "Kommentar", "You commented" : "Du kommenterte", "%1$s commented" : "%1$s kommentert", + "{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 %2$s", + "{author} commented on {file}" : "{author} kommenterte på {file}", "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer", + "%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}”", "Type in a new comment..." : "Skriv inn en ny kommentar...", "No other comments available" : "Ingen andre kommentarer tilgjengelig", "More comments..." : "Flere kommentarer..", |