/framework/vendor/phpmailer/language/phpmailer.lang-ja.php

http://zoop.googlecode.com/ · PHP · 25 lines · 17 code · 2 blank · 6 comment · 0 complexity · 92a9ba40802fda118db704bcc25b72c1 MD5 · raw file

  1. <?php
  2. /**
  3. * PHPMailer language file.
  4. * Japanese Version
  5. * By Mitsuhiro Yoshida - http://mitstek.com/
  6. * This file is written in EUC-JP.
  7. */
  8. $PHPMAILER_LANG = array();
  9. $PHPMAILER_LANG["provide_address"] = '?????1?????????' .
  10. '????????????';
  11. $PHPMAILER_LANG["mailer_not_supported"] = ' ?????????????????';
  12. $PHPMAILER_LANG["execute"] = '??????????: ';
  13. $PHPMAILER_LANG["instantiate"] = '???????????????????';
  14. $PHPMAILER_LANG["authenticate"] = 'SMTP???: ???????????';
  15. $PHPMAILER_LANG["from_failed"] = '??From?????????????: ';
  16. $PHPMAILER_LANG["recipients_failed"] = 'SMTP???: ?????????? ' .
  17. '????????: ';
  18. $PHPMAILER_LANG["data_not_accepted"] = 'SMTP???: ?????????????????';
  19. $PHPMAILER_LANG["connect_host"] = 'SMTP???: SMTP???????????????';
  20. $PHPMAILER_LANG["file_access"] = '??????????????: ';
  21. $PHPMAILER_LANG["file_open"] = '???????: ??????????: ';
  22. $PHPMAILER_LANG["encoding"] = '???????????: ';
  23. ?>