phpmailer.lang-se.php
上传用户:stephen_wu
上传日期:2008-07-05
资源大小:1757k
文件大小:1k
源码类别:

网络

开发平台:

Unix_Linux

  1. <?php
  2. /**
  3.  * PHPMailer language file.  
  4.  * Swedish Version
  5.  * Author: Johan Linn閞 <johan@linner.biz>
  6.  */
  7. $PHPMAILER_LANG = array();
  8. $PHPMAILER_LANG["provide_address"] = 'Du m錽te ange minst en ' .
  9.                                      'mottagares e-postadress.';
  10. $PHPMAILER_LANG["mailer_not_supported"] = ' mailer st鰀s inte.';
  11. $PHPMAILER_LANG["execute"] = 'Kunde inte k鰎a: ';
  12. $PHPMAILER_LANG["instantiate"] = 'Kunde inte initiera e-postfunktion.';
  13. $PHPMAILER_LANG["authenticate"] = 'SMTP fel: Kunde inte autentisera.';
  14. $PHPMAILER_LANG["from_failed"] = 'F鰈jande avs鋘daradress 鋜 felaktig: ';
  15. $PHPMAILER_LANG["recipients_failed"] = 'SMTP fel: F鰈jande ' .
  16.                                        'mottagare 鋜 felaktig: ';
  17. $PHPMAILER_LANG["data_not_accepted"] = 'SMTP fel: Data accepterades inte.';
  18. $PHPMAILER_LANG["connect_host"] = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
  19. $PHPMAILER_LANG["file_access"] = 'Ingen 錿komst till fil: ';
  20. $PHPMAILER_LANG["file_open"] = 'Fil fel: Kunde inte 鰌pna fil: ';
  21. $PHPMAILER_LANG["encoding"] = 'Ok鋘t encode-format: ';
  22. ?>