nb.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  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. "No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!",
  19. "Retry" : "Prøv igjen",
  20. "_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"],
  21. "_1 new comment_::_{unread} new comments_" : ["[uleste] nye kommentarer","{uleste} nye kommentarer"],
  22. "Comment" : "Kommentar",
  23. "New comment …" : "Ny kommentar",
  24. "Post" : "Send",
  25. "Cancel" : "Avbryt",
  26. "[Deleted user]" : "[Slettet bruker]",
  27. "More comments …" : "Flere kommentarer …",
  28. "Save" : "Lagre",
  29. "Allowed characters {count} of {max}" : "Antall tegn tillatt {count} av {max}",
  30. "Error occurred while retrieving comment with ID {id}" : "En feil oppstod under henting av kommentar med ID {id}",
  31. "Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
  32. "Error occurred while posting comment" : "En feil oppstod under posting av kommentar"
  33. },
  34. "nplurals=2; plural=(n != 1);");