nb.js 1.9 KB

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentarer",
  5. "You commented" : "Du kommenterte",
  6. "%1$s commented" : "%1$s kommentert",
  7. "{author} commented" : "{author} kommenterte",
  8. "You commented on %1$s" : "Du kommenterte på %1$s",
  9. "You commented on {file}" : "Du kommenterte på {file}",
  10. "%1$s commented on %2$s" : "%1$s kommenterte %2$s",
  11. "{author} commented on {file}" : "{author} kommenterte på {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
  13. "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",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”",
  15. "Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer",
  16. "Edit comment" : "Rediger kommentar",
  17. "Delete comment" : "Slett kommentar",
  18. "New comment …" : "Ny kommentar",
  19. "Post" : "Send",
  20. "Cancel" : "Avbryt",
  21. "[Deleted user]" : "[Slettet bruker]",
  22. "No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!",
  23. "More comments …" : "Flere kommentarer …",
  24. "Save" : "Lagre",
  25. "Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
  26. "Error occurred while retrieving comment with ID {id}" : "En feil oppstod under henting av kommentar med ID {id}",
  27. "Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
  28. "Error occurred while posting comment" : "En feil oppstod under posting av kommentar",
  29. "_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"],
  30. "_1 new comment_::_{unread} new comments_" : ["[uleste] nye kommentarer","{uleste} nye kommentarer"],
  31. "Comment" : "Kommentar"
  32. },
  33. "nplurals=2; plural=(n != 1);");