nb_NO.js 2.3 KB

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