You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

nn_NO.js 942B

123456789101112131415161718192021222324
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentarar",
  5. "You commented" : "Du kommenterte",
  6. "%1$s commented" : "%1$skommenterte",
  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 på %2$s",
  11. "Edit comment" : "Rediger kommentar",
  12. "Delete comment" : "Slett kommentar",
  13. "No comments yet, start the conversation!" : "Ingen kommetarar enno, start samtala!",
  14. "Retry" : "Forsøk att",
  15. "Comment" : "Kommentér",
  16. "New comment …" : "Ny kommentar...",
  17. "Post" : "Publiser",
  18. "Cancel" : "Avbryt",
  19. "[Deleted user]" : "[Sletta brukar]",
  20. "More comments …" : "Fleire kommentarar...",
  21. "Save" : "Lagra",
  22. "Allowed characters {count} of {max}" : "Tillate tegnmengde {count} av {max}"
  23. },
  24. "nplurals=2; plural=(n != 1);");