phpmailer.lang-se.php
上传用户:stephen_wu
上传日期:2008-07-05
资源大小:1757k
文件大小:1k
- <?php
- /**
- * PHPMailer language file.
- * Swedish Version
- * Author: Johan Linn閞 <johan@linner.biz>
- */
- $PHPMAILER_LANG = array();
- $PHPMAILER_LANG["provide_address"] = 'Du m錽te ange minst en ' .
- 'mottagares e-postadress.';
- $PHPMAILER_LANG["mailer_not_supported"] = ' mailer st鰀s inte.';
- $PHPMAILER_LANG["execute"] = 'Kunde inte k鰎a: ';
- $PHPMAILER_LANG["instantiate"] = 'Kunde inte initiera e-postfunktion.';
- $PHPMAILER_LANG["authenticate"] = 'SMTP fel: Kunde inte autentisera.';
- $PHPMAILER_LANG["from_failed"] = 'F鰈jande avs鋘daradress 鋜 felaktig: ';
- $PHPMAILER_LANG["recipients_failed"] = 'SMTP fel: F鰈jande ' .
- 'mottagare 鋜 felaktig: ';
- $PHPMAILER_LANG["data_not_accepted"] = 'SMTP fel: Data accepterades inte.';
- $PHPMAILER_LANG["connect_host"] = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
- $PHPMAILER_LANG["file_access"] = 'Ingen 錿komst till fil: ';
- $PHPMAILER_LANG["file_open"] = 'Fil fel: Kunde inte 鰌pna fil: ';
- $PHPMAILER_LANG["encoding"] = 'Ok鋘t encode-format: ';
- ?>