en.php 329 B

123456789101112
  1. <?php
  2. $english = array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'elgg-crypt:enterkey' => "Enter Key and Message to encrypt then copy 'Crypted Text' and paste it to use.",
  7. 'elgg-crypt:encrypt' => "Encrypt Text",
  8. 'elgg-crypt:decrypt' => "Decrypt Message (required encryption key)",
  9. );
  10. add_translation("en",$english);
  11. ?>