en.php 275 B

1234567891011121314151617181920
  1. <?php
  2. $english = array(
  3. 'generic_comment:email:body' => "New comment on item \"%s\" from %s. It reads:
  4. %s
  5. To reply or view the original item, click here:
  6. %s
  7. To view %s's profile, click here:
  8. %s
  9. You cannot reply to this email.",
  10. );
  11. add_translation("en", $english);