oc.js 1.0 KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Escriure un comentari novèl...",
  5. "Delete comment" : "Suprimir lo comentari",
  6. "Post" : "Mandar",
  7. "Cancel" : "Anullar",
  8. "Edit comment" : "Modificar lo comentari",
  9. "[Deleted user]" : "[Utilizaire suprimit]",
  10. "Comments" : "Comentaris",
  11. "No other comments available" : "Pas cap d'autre comentari",
  12. "More comments..." : "Mai de comentaris...",
  13. "Save" : "Enregistrar",
  14. "Allowed characters {count} of {max}" : "{count} sus {max} caractèrs autorizats",
  15. "{count} unread comments" : "{count} comentaris pas legits",
  16. "Comment" : "Comentar",
  17. "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentaris</strong> pels fichièrs <em>(totjorn listats dins lo flux)</em>",
  18. "You commented" : "Avètz comentat",
  19. "%1$s commented" : "%1$s a comentat",
  20. "You commented on %2$s" : "Avètz comentat %2$s",
  21. "%1$s commented on %2$s" : "%1$s a comentat %2$s"
  22. },
  23. "nplurals=2; plural=(n > 1);");