diff options
Diffstat (limited to 'apps/comments/l10n/nb.js')
-rw-r--r-- | apps/comments/l10n/nb.js | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/apps/comments/l10n/nb.js b/apps/comments/l10n/nb.js index a2511dc0a86..dcc1127639a 100644 --- a/apps/comments/l10n/nb.js +++ b/apps/comments/l10n/nb.js @@ -3,22 +3,34 @@ OC.L10N.register( { "Comments" : "Kommentarer", "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", + "Files" : "Filer", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Du ble nevnt på \"{file}\", i en kommentar av en konto som siden har blitt slettet", + "{user} mentioned you in a comment on \"{file}\"" : "{user} nevnte deg i en kommentar til \"{file}\"", "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", + "New comment" : "Ny kommentar", + "Write a comment …" : "Skriv en kommentar...", + "Post comment" : "Send kommentar", + "@ for mentions, : for emoji, / for smart picker" : "@ for nevner, : for emoji, / for smartvelger", + "Could not reload comments" : "Kunne ikke laste inn kommentarene på nytt", + "Failed to mark comments as read" : "Markering av kommentarer som lest feilet", + "Unable to load the comments list" : "Kan ikke laste inn kommentarlisten", "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"], + "_1 new comment_::_{unread} new comments_" : ["[uleste] nye kommentarer","{unread} 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}”" + "An error occurred while trying to edit the comment" : "Det oppsto en feil under forsøk på å redigere kommentaren", + "Comment deleted" : "Kommentar slettet", + "An error occurred while trying to delete the comment" : "Det oppsto en feil under forsøk på å slette kommentaren", + "An error occurred while trying to create the comment" : "Det oppsto en feil under forsøket på å opprette kommentaren" }, "nplurals=2; plural=(n != 1);"); |