diff options
Diffstat (limited to 'apps/comments/l10n/nb.js')
-rw-r--r-- | apps/comments/l10n/nb.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/nb.js b/apps/comments/l10n/nb.js index af9eb52de16..e548dd027b9 100644 --- a/apps/comments/l10n/nb.js +++ b/apps/comments/l10n/nb.js @@ -10,8 +10,6 @@ OC.L10N.register( "%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", - "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"{file}\", i en kommentar av en bruker som siden har blitt slettet", - "{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”", "Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer", "Edit comment" : "Rediger kommentar", "Delete comment" : "Slett kommentar", @@ -20,6 +18,8 @@ OC.L10N.register( "_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"], "_1 new comment_::_{unread} new comments_" : ["[uleste] nye kommentarer","{uleste} nye kommentarer"], "Comment" : "Kommentar", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"{file}\", i en kommentar av en bruker som siden har blitt slettet", + "{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”", "New comment …" : "Ny kommentar", "Post" : "Send", "Cancel" : "Avbryt", |