nb.js 1.3 KB

1234567891011121314151617181920212223242526
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentarer",
  5. "You commented" : "Du kommenterte",
  6. "{author} commented" : "{author} kommenterte",
  7. "You commented on %1$s" : "Du kommenterte på %1$s",
  8. "You commented on {file}" : "Du kommenterte på {file}",
  9. "%1$s commented on %2$s" : "%1$s kommenterte %2$s",
  10. "{author} commented on {file}" : "{author} kommenterte på {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
  12. "Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer",
  13. "Edit comment" : "Rediger kommentar",
  14. "Delete comment" : "Slett kommentar",
  15. "Cancel edit" : "Avbryt endring",
  16. "Post comment" : "Send kommentar",
  17. "No comments yet, start the conversation!" : "Ingen kommentarer enda, start diskusjonen!",
  18. "No more messages" : "Ingen flere meldinger",
  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. "Comment deleted" : "Kommentar slettet",
  24. "%1$s commented" : "%1$s kommentert"
  25. },
  26. "nplurals=2; plural=(n != 1);");