diff options
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/nb.js | 4 | ||||
-rw-r--r-- | apps/comments/l10n/nb.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/comments/l10n/nb.js b/apps/comments/l10n/nb.js index a2511dc0a86..c43da655029 100644 --- a/apps/comments/l10n/nb.js +++ b/apps/comments/l10n/nb.js @@ -13,11 +13,15 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer", "Edit comment" : "Rediger kommentar", "Delete comment" : "Slett kommentar", + "Cancel edit" : "Avbryt endring", + "Post comment" : "Send kommentar", "No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!", + "No more messages" : "Ingen flere meldinger", "Retry" : "Prøv igjen", "_%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", + "Comment deleted" : "Kommentar slettet", "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}”" }, diff --git a/apps/comments/l10n/nb.json b/apps/comments/l10n/nb.json index e219d860521..cc8a43dfa25 100644 --- a/apps/comments/l10n/nb.json +++ b/apps/comments/l10n/nb.json @@ -11,11 +11,15 @@ "Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer", "Edit comment" : "Rediger kommentar", "Delete comment" : "Slett kommentar", + "Cancel edit" : "Avbryt endring", + "Post comment" : "Send kommentar", "No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!", + "No more messages" : "Ingen flere meldinger", "Retry" : "Prøv igjen", "_%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", + "Comment deleted" : "Kommentar slettet", "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}”" },"pluralForm" :"nplurals=2; plural=(n != 1);" |