Project

General

Profile

« Previous | Next » 

Revision 1539

Added by Dietmar almost 13 years ago

update phpmailer to version 5.1

View differences:

branches/2.8.x/CHANGELOG
11 11
! = Update/Change
12 12

  
13 13
=========================== add small Features 2.8.2 ==========================
14
10 Dez-2011 Build 1539 Dietmar Woellbrink (Luisehahne)
15
! update phpmailer to version 5.1
14 16
10 Dez-2011 Build 1538 Dietmar Woellbrink (Luisehahne)
15 17
! add table db engine in module install scripts
16 18
! some small updates in modules
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-ja.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.  
4
 * Japanese Version
5
 * By Mitsuhiro Yoshida - http://mitstek.com/
6
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Japanese Version
5
* By Mitsuhiro Yoshida - http://mitstek.com/
6
*/
7 7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG['provide_address'] = '少なくとも1つメールアドレスを 指定する必要があります。';
11
$PHPMAILER_LANG['mailer_not_supported'] = ' メーラーがサポートされていません。';
12
$PHPMAILER_LANG['execute'] = '実行できませんでした: ';
13
$PHPMAILER_LANG['instantiate'] = 'メール関数が正常に動作しませんでした。';
14 8
$PHPMAILER_LANG['authenticate'] = 'SMTPエラー: 認証できませんでした。';
15
$PHPMAILER_LANG['from_failed'] = '次のFromアドレスに間違いがあります: ';
16
$PHPMAILER_LANG['recipients_failed'] = 'SMTPエラー: 次の受信者アドレスに 間違いがあります: ';
9
$PHPMAILER_LANG['connect_host'] = 'SMTPエラー: SMTPホストに接続できませんでした。';
17 10
$PHPMAILER_LANG['data_not_accepted'] = 'SMTPエラー: データが受け付けられませんでした。';
18
$PHPMAILER_LANG['connect_host'] = 'SMTPエラー: SMTPホストに接続できませんでした。';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding'] = '不明なエンコーディング: ';
13
$PHPMAILER_LANG['execute'] = '実行できませんでした: ';
19 14
$PHPMAILER_LANG['file_access'] = 'ファイルにアクセスできません: ';
20 15
$PHPMAILER_LANG['file_open'] = 'ファイルエラー: ファイルを開けません: ';
21
$PHPMAILER_LANG['encoding'] = '不明なエンコーディング: ';
22
$PHPMAILER_LANG['signing'] = 'Signing Error: ';
23
$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
16
$PHPMAILER_LANG['from_failed'] = '次のFromアドレスに間違いがあります: ';
17
$PHPMAILER_LANG['instantiate'] = 'メール関数が正常に動作しませんでした。';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19
$PHPMAILER_LANG['provide_address'] = '少なくとも1つメールアドレスを 指定する必要があります。';
20
$PHPMAILER_LANG['mailer_not_supported'] = ' メーラーがサポートされていません。';
21
$PHPMAILER_LANG['recipients_failed'] = 'SMTPエラー: 次の受信者アドレスに 間違いがあります: ';
22
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
24
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
24 26
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-ch.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.  
4
 * Chinese Version
5
 * By LiuXin: www.80x86.cn/blog/
6
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Chinese Version
5
* By LiuXin: www.80x86.cn/blog/
6
*/
7 7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG['provide_address'] = '您必须提供至少一个 收信人的email地址。';
11
$PHPMAILER_LANG['mailer_not_supported'] = ' 您所选择的发送邮件的方法并不支持。';
12
$PHPMAILER_LANG['execute'] = '不能执行: ';
13
$PHPMAILER_LANG['instantiate'] = '不能实现mail方法。';
14 8
$PHPMAILER_LANG['authenticate'] = 'SMTP 错误:身份验证失败。';
15
$PHPMAILER_LANG['from_failed'] = '下面的发送地址邮件发送失败了: ';
16
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误: 下面的 收件人失败了: ';
9
$PHPMAILER_LANG['connect_host'] = 'SMTP 错误: 不能连接SMTP主机。';
17 10
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误: 数据不可接受。';
18
$PHPMAILER_LANG['connect_host'] = 'SMTP 错误: 不能连接SMTP主机。';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding'] = '未知编码:';
13
$PHPMAILER_LANG['execute'] = '不能执行: ';
19 14
$PHPMAILER_LANG['file_access'] = '不能访问文件:';
20 15
$PHPMAILER_LANG['file_open'] = '文件错误:不能打开文件:';
21
$PHPMAILER_LANG['encoding'] = '未知编码:';
22
$PHPMAILER_LANG['signing'] = 'Signing Error: ';
23
$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
16
$PHPMAILER_LANG['from_failed'] = '下面的发送地址邮件发送失败了: ';
17
$PHPMAILER_LANG['instantiate'] = '不能实现mail方法。';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19
$PHPMAILER_LANG['mailer_not_supported'] = ' 您所选择的发送邮件的方法并不支持。';
20
$PHPMAILER_LANG['provide_address'] = '您必须提供至少一个 收信人的email地址。';
21
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误: 下面的 收件人失败了: ';
22
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
24
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
24 26
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-dk.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Danish Version
5
 * Author: Mikael Stokkebro <info@stokkebro.dk> */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Danish Version
5
* Author: Mikael Stokkebro <info@stokkebro.dk>
6
*/
6 7

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG['provide_address']      = 'Du skal indtaste mindst en modtagers emailadresse.';
10
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer understøttes ikke.';
11
$PHPMAILER_LANG['execute']              = 'Kunne ikke køre: ';
12
$PHPMAILER_LANG['instantiate']          = 'Kunne ikke initialisere email funktionen.';
13 8
$PHPMAILER_LANG['authenticate']         = 'SMTP fejl: Kunne ikke logge på.';
14
$PHPMAILER_LANG['from_failed']          = 'Følgende afsenderadresse er forkert: ';
15
$PHPMAILER_LANG['recipients_failed']    = 'SMTP fejl: Følgende modtagere er forkerte: ';
9
$PHPMAILER_LANG['connect_host']         = 'SMTP fejl: Kunne ikke tilslutte SMTP serveren.';
16 10
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP fejl: Data kunne ikke accepteres.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP fejl: Kunne ikke tilslutte SMTP serveren.';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding']             = 'Ukendt encode-format: ';
13
$PHPMAILER_LANG['execute']              = 'Kunne ikke køre: ';
18 14
$PHPMAILER_LANG['file_access']          = 'Ingen adgang til fil: ';
19 15
$PHPMAILER_LANG['file_open']            = 'Fil fejl: Kunne ikke åbne filen: ';
20
$PHPMAILER_LANG['encoding']             = 'Ukendt encode-format: ';
21
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
16
$PHPMAILER_LANG['from_failed']          = 'Følgende afsenderadresse er forkert: ';
17
$PHPMAILER_LANG['instantiate']          = 'Kunne ikke initialisere email funktionen.';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer understøttes ikke.';
20
$PHPMAILER_LANG['provide_address']      = 'Du skal indtaste mindst en modtagers emailadresse.';
21
$PHPMAILER_LANG['recipients_failed']    = 'SMTP fejl: Følgende modtagere er forkerte: ';
22
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
24
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 26
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-fi.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Finnish Version
5
 * By Jyry Kuukanen
6
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Finnish Version
5
* By Jyry Kuukanen
6
*/
7 7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG['provide_address']      = 'Aseta vähintään yksi vastaanottajan sähk&ouml;postiosoite.';
11
$PHPMAILER_LANG['mailer_not_supported'] = 'postivälitintyyppiä ei tueta.';
12
$PHPMAILER_LANG['execute']              = 'Suoritus epäonnistui: ';
13
$PHPMAILER_LANG['instantiate']          = 'mail-funktion luonti epäonnistui.';
14 8
$PHPMAILER_LANG['authenticate']         = 'SMTP-virhe: käyttäjätunnistus epäonnistui.';
15
$PHPMAILER_LANG['from_failed']          = 'Seuraava lähettäjän osoite on virheellinen: ';
16
$PHPMAILER_LANG['recipients_failed']    = 'SMTP-virhe: seuraava vastaanottaja osoite on virheellinen.';
9
$PHPMAILER_LANG['connect_host']         = 'SMTP-virhe: yhteys palvelimeen ei onnistu.';
17 10
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP-virhe: data on virheellinen.';
18
$PHPMAILER_LANG['connect_host']         = 'SMTP-virhe: yhteys palvelimeen ei onnistu.';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding']             = 'Tuntematon koodaustyyppi: ';
13
$PHPMAILER_LANG['execute']              = 'Suoritus epäonnistui: ';
19 14
$PHPMAILER_LANG['file_access']          = 'Seuraavaan tiedostoon ei ole oikeuksia: ';
20 15
$PHPMAILER_LANG['file_open']            = 'Tiedostovirhe: Ei voida avata tiedostoa: ';
16
$PHPMAILER_LANG['from_failed']          = 'Seuraava lähettäjän osoite on virheellinen: ';
17
$PHPMAILER_LANG['instantiate']          = 'mail-funktion luonti epäonnistui.';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19
$PHPMAILER_LANG['mailer_not_supported'] = 'postivälitintyyppiä ei tueta.';
20
$PHPMAILER_LANG['provide_address']      = 'Aseta vähintään yksi vastaanottajan sähk&ouml;postiosoite.';
21
$PHPMAILER_LANG['recipients_failed']    = 'SMTP-virhe: seuraava vastaanottaja osoite on virheellinen.';
21 22
$PHPMAILER_LANG['encoding']             = 'Tuntematon koodaustyyppi: ';
22
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
23
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
24
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
25
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
26
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
24 27
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-zh_cn.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.  
4
 * Simplified Chinese Version
5
 * @author liqwei <liqwei@liqwei.com>
6
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Simplified Chinese Version
5
* @author liqwei <liqwei@liqwei.com>
6
*/
7 7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"] = '必须提供至少一个收件人地址。';
11
$PHPMAILER_LANG["mailer_not_supported"] = '发信客户端不被支持。';
12
$PHPMAILER_LANG["execute"] = '无法执行:';
13
$PHPMAILER_LANG["instantiate"] = '未知函数调用。';
14
$PHPMAILER_LANG["authenticate"] = 'SMTP 错误:登录失败。';
15
$PHPMAILER_LANG["from_failed"] = '发送地址错误:';
16
$PHPMAILER_LANG["recipients_failed"] = 'SMTP 错误:收件人地址错误:';
17
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP 错误:数据不被接受。';
18
$PHPMAILER_LANG["connect_host"] = 'SMTP 错误:无法连接到 SMTP 主机。';
19
$PHPMAILER_LANG["file_access"] = '无法访问文件:';
20
$PHPMAILER_LANG["file_open"] = '文件错误:无法打开文件:';
21
$PHPMAILER_LANG["encoding"] = '未知编码: ';
22
$PHPMAILER_LANG["signing"] = 'Signing Error: ';
23
$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
8
$PHPMAILER_LANG['authenticate'] = 'SMTP 错误:登录失败。';
9
$PHPMAILER_LANG['connect_host'] = 'SMTP 错误:无法连接到 SMTP 主机。';
10
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误:数据不被接受。';
11
//$P$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding'] = '未知编码: ';
13
$PHPMAILER_LANG['execute'] = '无法执行:';
14
$PHPMAILER_LANG['file_access'] = '无法访问文件:';
15
$PHPMAILER_LANG['file_open'] = '文件错误:无法打开文件:';
16
$PHPMAILER_LANG['from_failed'] = '发送地址错误:';
17
$PHPMAILER_LANG['instantiate'] = '未知函数调用。';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19
$PHPMAILER_LANG['mailer_not_supported'] = '发信客户端不被支持。';
20
$PHPMAILER_LANG['provide_address'] = '必须提供至少一个收件人地址。';
21
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误:收件人地址错误:';
22
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
24
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
24 26
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-ar.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Arabic Version, UTF-8
5
 * by : bahjat al mostafa <bahjat983@hotmail.com>
6
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Arabic Version, UTF-8
5
* by : bahjat al mostafa <bahjat983@hotmail.com>
6
*/
7 7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG['provide_address'] = 'You must provide at least one ' .
11
                                     'recipient email address.';
8
$PHPMAILER_LANG['authenticate']         = 'SMTP Error: لم نستطع تأكيد الهوية.';
9
$PHPMAILER_LANG['connect_host']         = 'SMTP Error: لم نستطع الاتصال بمخدم SMTP.';
10
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Error: لم يتم قبول المعلومات .';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding']             = 'ترميز غير معروف: ';
13
$PHPMAILER_LANG['execute']              = 'لم أستطع تنفيذ : ';
14
$PHPMAILER_LANG['file_access']          = 'لم نستطع الوصول للملف: ';
15
$PHPMAILER_LANG['file_open']            = 'File Error: لم نستطع فتح الملف: ';
16
$PHPMAILER_LANG['from_failed']          = 'البريد التالي لم نستطع ارسال البريد له : ';
17
$PHPMAILER_LANG['instantiate']          = 'لم نستطع توفير خدمة البريد.';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
12 19
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer غير مدعوم.';
13
$PHPMAILER_LANG['execute'] = 'لم أستطع تنفيذ : ';
14
$PHPMAILER_LANG['instantiate'] = 'لم نستطع توفير خدمة البريد.';
15
$PHPMAILER_LANG['authenticate'] = 'SMTP Error: لم نستطع تأكيد الهوية.';
16
$PHPMAILER_LANG['from_failed'] = 'البريد التالي لم نستطع ارسال البريد له : ';
17
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: الأخطاء التالية ' .
18
                                       'فشل في الارسال لكل من : ';
19
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: لم يتم قبول المعلومات .';
20
$PHPMAILER_LANG['connect_host'] = 'SMTP Error: لم نستطع الاتصال بمخدم SMTP.';
21
$PHPMAILER_LANG['file_access'] = 'لم نستطع الوصول للملف: ';
22
$PHPMAILER_LANG['file_open'] = 'File Error: لم نستطع فتح الملف: ';
23
$PHPMAILER_LANG['encoding'] = 'ترميز غير معروف: ';
24
$PHPMAILER_LANG['signing'] = 'خطأ في التوقيع: ';
25
$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
20
//$PHPMAILER_LANG['provide_address']      = 'You must provide at least one recipient email address.';
21
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Error: الأخطاء التالية ' .
22
                                          'فشل في الارسال لكل من : ';
23
$PHPMAILER_LANG['signing']              = 'خطأ في التوقيع: ';
24
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
25
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
26
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
26 27
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-br.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Portuguese Version
5
 * By Paulo Henrique Garcia - paulo@controllerweb.com.br
6
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Portuguese Version
5
* By Paulo Henrique Garcia - paulo@controllerweb.com.br
6
*/
7 7

  
8
$PHPMAILER_LANG = array();
9
$PHPMAILER_LANG['provide_address']      = 'Você deve fornecer pelo menos um endereço de destinatário de email.';
10
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não suportado.';
11
$PHPMAILER_LANG['execute']              = 'Não foi possível executar: ';
12
$PHPMAILER_LANG['instantiate']          = 'Não foi possível instanciar a função mail.';
13 8
$PHPMAILER_LANG['authenticate']         = 'Erro de SMTP: Não foi possível autenticar.';
14
$PHPMAILER_LANG['from_failed']          = 'Os endereços de rementente a seguir falharam: ';
15
$PHPMAILER_LANG['recipients_failed']    = 'Erro de SMTP: Os endereços de destinatário a seguir falharam: ';
9
$PHPMAILER_LANG['connect_host']         = 'Erro de SMTP: Não foi possível conectar com o servidor SMTP.';
16 10
$PHPMAILER_LANG['data_not_accepted']    = 'Erro de SMTP: Dados não aceitos.';
17
$PHPMAILER_LANG['connect_host']         = 'Erro de SMTP: Não foi possível conectar com o servidor SMTP.';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding']             = 'Codificação desconhecida: ';
13
$PHPMAILER_LANG['execute']              = 'Não foi possível executar: ';
18 14
$PHPMAILER_LANG['file_access']          = 'Não foi possível acessar o arquivo: ';
19 15
$PHPMAILER_LANG['file_open']            = 'Erro de Arquivo: Não foi possível abrir o arquivo: ';
20
$PHPMAILER_LANG['encoding']             = 'Codificação desconhecida: ';
21
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
16
$PHPMAILER_LANG['from_failed']          = 'Os endereços de rementente a seguir falharam: ';
17
$PHPMAILER_LANG['instantiate']          = 'Não foi possível instanciar a função mail.';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não suportado.';
20
$PHPMAILER_LANG['provide_address']      = 'Você deve fornecer pelo menos um endereço de destinatário de email.';
21
$PHPMAILER_LANG['recipients_failed']    = 'Erro de SMTP: Os endereços de destinatário a seguir falharam: ';
22
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
24
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 26
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-fo.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Faroese Version [language of the Faroe Islands, a Danish dominion]
5
 * This file created: 11-06-2004
6
 * Supplied by Dávur Sørensen [www.profo-webdesign.dk]
7
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Faroese Version [language of the Faroe Islands, a Danish dominion]
5
* This file created: 11-06-2004
6
* Supplied by Dávur Sørensen [www.profo-webdesign.dk]
7
*/
8 8

  
9
$PHPMAILER_LANG = array();
10

  
11
$PHPMAILER_LANG['provide_address']      = 'Tú skal uppgeva minst móttakara-emailadressu(r).';
12
$PHPMAILER_LANG['mailer_not_supported'] = ' er ikki supporterað.';
13
$PHPMAILER_LANG['execute']              = 'Kundi ikki útføra: ';
14
$PHPMAILER_LANG['instantiate']          = 'Kuni ikki instantiera mail funktión.';
15 9
$PHPMAILER_LANG['authenticate']         = 'SMTP feilur: Kundi ikki góðkenna.';
16
$PHPMAILER_LANG['from_failed']          = 'fylgjandi Frá/From adressa miseydnaðist: ';
17
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Feilur: Fylgjandi móttakarar miseydnaðust: ';
10
$PHPMAILER_LANG['connect_host']         = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.';
18 11
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP feilur: Data ikki góðkent.';
19
$PHPMAILER_LANG['connect_host']         = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.';
12
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
13
$PHPMAILER_LANG['encoding']             = 'Ókend encoding: ';
14
$PHPMAILER_LANG['execute']              = 'Kundi ikki útføra: ';
20 15
$PHPMAILER_LANG['file_access']          = 'Kundi ikki tilganga fílu: ';
21 16
$PHPMAILER_LANG['file_open']            = 'Fílu feilur: Kundi ikki opna fílu: ';
22
$PHPMAILER_LANG['encoding']             = 'Ókend encoding: ';
23
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
24
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
17
$PHPMAILER_LANG['from_failed']          = 'fylgjandi Frá/From adressa miseydnaðist: ';
18
$PHPMAILER_LANG['instantiate']          = 'Kuni ikki instantiera mail funktión.';
19
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
20
$PHPMAILER_LANG['mailer_not_supported'] = ' er ikki supporterað.';
21
$PHPMAILER_LANG['provide_address']      = 'Tú skal uppgeva minst móttakara-emailadressu(r).';
22
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Feilur: Fylgjandi móttakarar miseydnaðust: ';
23
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
24
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
25
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
26
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
25 27
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-se.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Swedish Version
5
 * Author: Johan Linnér <johan@linner.biz> */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Swedish Version
5
* Author: Johan Linnér <johan@linner.biz>
6
*/
6 7

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG['provide_address']      = 'Du måste ange minst en mottagares e-postadress.';
10
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer stöds inte.';
11
$PHPMAILER_LANG['execute']              = 'Kunde inte köra: ';
12
$PHPMAILER_LANG['instantiate']          = 'Kunde inte initiera e-postfunktion.';
13 8
$PHPMAILER_LANG['authenticate']         = 'SMTP fel: Kunde inte autentisera.';
14
$PHPMAILER_LANG['from_failed']          = 'Följande avsändaradress är felaktig: ';
15
$PHPMAILER_LANG['recipients_failed']    = 'SMTP fel: Följande mottagare är felaktig: ';
9
$PHPMAILER_LANG['connect_host']         = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
16 10
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP fel: Data accepterades inte.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding']             = 'Okänt encode-format: ';
13
$PHPMAILER_LANG['execute']              = 'Kunde inte köra: ';
18 14
$PHPMAILER_LANG['file_access']          = 'Ingen åtkomst till fil: ';
19 15
$PHPMAILER_LANG['file_open']            = 'Fil fel: Kunde inte öppna fil: ';
20
$PHPMAILER_LANG['encoding']             = 'Okänt encode-format: ';
21
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
16
$PHPMAILER_LANG['from_failed']          = 'Följande avsändaradress är felaktig: ';
17
$PHPMAILER_LANG['instantiate']          = 'Kunde inte initiera e-postfunktion.';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19
$PHPMAILER_LANG['provide_address']      = 'Du måste ange minst en mottagares e-postadress.';
20
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer stöds inte.';
21
$PHPMAILER_LANG['recipients_failed']    = 'SMTP fel: Följande mottagare är felaktig: ';
22
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
24
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 26
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-es.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Versión en español
5
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Spanish version
5
* Versión en español
6
*/
6 7

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG['provide_address']      = 'Debe proveer al menos una dirección de email como destinatario.';
10
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no está soportado.';
11
$PHPMAILER_LANG['execute']              = 'No puedo ejecutar: ';
12
$PHPMAILER_LANG['instantiate']          = 'No pude crear una instancia de la función Mail.';
13 8
$PHPMAILER_LANG['authenticate']         = 'Error SMTP: No se pudo autentificar.';
14
$PHPMAILER_LANG['from_failed']          = 'La(s) siguiente(s) direcciones de remitente fallaron: ';
15
$PHPMAILER_LANG['recipients_failed']    = 'Error SMTP: Los siguientes destinatarios fallaron: ';
9
$PHPMAILER_LANG['connect_host']         = 'Error SMTP: No puedo conectar al servidor SMTP.';
16 10
$PHPMAILER_LANG['data_not_accepted']    = 'Error SMTP: Datos no aceptados.';
17
$PHPMAILER_LANG['connect_host']         = 'Error SMTP: No puedo conectar al servidor SMTP.';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding']             = 'Codificación desconocida: ';
13
$PHPMAILER_LANG['execute']              = 'No puedo ejecutar: ';
18 14
$PHPMAILER_LANG['file_access']          = 'No puedo acceder al archivo: ';
19 15
$PHPMAILER_LANG['file_open']            = 'Error de Archivo: No puede abrir el archivo: ';
20
$PHPMAILER_LANG['encoding']             = 'Codificación desconocida: ';
16
$PHPMAILER_LANG['from_failed']          = 'La(s) siguiente(s) direcciones de remitente fallaron: ';
17
$PHPMAILER_LANG['instantiate']          = 'No pude crear una instancia de la función Mail.';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no está soportado.';
20
$PHPMAILER_LANG['provide_address']      = 'Debe proveer al menos una dirección de email como destinatario.';
21
$PHPMAILER_LANG['recipients_failed']    = 'Error SMTP: Los siguientes destinatarios fallaron: ';
21 22
$PHPMAILER_LANG['signing']              = 'Error al firmar: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
23
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
24
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 26
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-fr.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * French Version
5
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* French Version
5
*/
6 6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG['provide_address']      = 'Vous devez fournir au moins une adresse de destinataire.';
10
$PHPMAILER_LANG['mailer_not_supported'] = ' client de messagerie non supporté.';
11
$PHPMAILER_LANG['execute']              = 'Impossible de lancer l\'exécution : ';
12
$PHPMAILER_LANG['instantiate']          = 'Impossible d\'instancier la fonction mail.';
13 7
$PHPMAILER_LANG['authenticate']         = 'Erreur SMTP : Echec de l\'authentification.';
14
$PHPMAILER_LANG['from_failed']          = 'L\'adresse d\'expéditeur suivante a échouée : ';
15
$PHPMAILER_LANG['recipients_failed']    = 'Erreur SMTP : Les destinataires suivants sont en erreur : ';
8
$PHPMAILER_LANG['connect_host']         = 'Erreur SMTP : Impossible de se connecter au serveur SMTP.';
16 9
$PHPMAILER_LANG['data_not_accepted']    = 'Erreur SMTP : Données incorrects.';
17
$PHPMAILER_LANG['connect_host']         = 'Erreur SMTP : Impossible de se connecter au serveur SMTP.';
10
$PHPMAILER_LANG['empty_message']        = 'Corps de message vide';
11
$PHPMAILER_LANG['encoding']             = 'Encodage inconnu : ';
12
$PHPMAILER_LANG['execute']              = 'Impossible de lancer l\'exécution : ';
18 13
$PHPMAILER_LANG['file_access']          = 'Impossible d\'accéder au fichier : ';
19 14
$PHPMAILER_LANG['file_open']            = 'Erreur Fichier : ouverture impossible : ';
20
$PHPMAILER_LANG['encoding']             = 'Encodage inconnu : ';
21
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
15
$PHPMAILER_LANG['from_failed']          = 'L\'adresse d\'expéditeur suivante a échouée : ';
16
$PHPMAILER_LANG['instantiate']          = 'Impossible d\'instancier la fonction mail.';
17
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
18
$PHPMAILER_LANG['mailer_not_supported'] = ' client de messagerie non supporté.';
19
$PHPMAILER_LANG['provide_address']      = 'Vous devez fournir au moins une adresse de destinataire.';
20
$PHPMAILER_LANG['recipients_failed']    = 'Erreur SMTP : Les destinataires suivants sont en erreur : ';
21
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
23
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
24
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 25
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-et.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Estonian Version
5
 * By Indrek Päri
6
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Estonian Version
5
* By Indrek Päri
6
*/
7 7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG['provide_address']      = 'Te peate määrama vähemalt ühe saaja e-posti aadressi.';
11
$PHPMAILER_LANG['mailer_not_supported'] = ' maileri tugi puudub.';
12
$PHPMAILER_LANG['execute']              = 'Tegevus ebaõnnestus: ';
13
$PHPMAILER_LANG['instantiate']          = 'mail funktiooni käivitamine ebaõnnestus.';
14 8
$PHPMAILER_LANG['authenticate']         = 'SMTP Viga: Autoriseerimise viga.';
15
$PHPMAILER_LANG['from_failed']          = 'Järgnev saatja e-posti aadress on vigane: ';
16
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Viga: Järgnevate saajate e-posti aadressid on vigased: ';
9
$PHPMAILER_LANG['connect_host']         = 'SMTP Viga: Ei õnnestunud luua ühendust SMTP serveriga.';
17 10
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Viga: Vigased andmed.';
18
$PHPMAILER_LANG['connect_host']         = 'SMTP Viga: Ei õnnestunud luua ühendust SMTP serveriga.';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding']             = 'Tundmatu Unknown kodeering: ';
13
$PHPMAILER_LANG['execute']              = 'Tegevus ebaõnnestus: ';
19 14
$PHPMAILER_LANG['file_access']          = 'Pole piisavalt õiguseid järgneva faili avamiseks: ';
20 15
$PHPMAILER_LANG['file_open']            = 'Faili Viga: Faili avamine ebaõnnestus: ';
21
$PHPMAILER_LANG['encoding']             = 'Tundmatu Unknown kodeering: ';
22
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
16
$PHPMAILER_LANG['from_failed']          = 'Järgnev saatja e-posti aadress on vigane: ';
17
$PHPMAILER_LANG['instantiate']          = 'mail funktiooni käivitamine ebaõnnestus.';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19
$PHPMAILER_LANG['provide_address']      = 'Te peate määrama vähemalt ühe saaja e-posti aadressi.';
20
$PHPMAILER_LANG['mailer_not_supported'] = ' maileri tugi puudub.';
21
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Viga: Järgnevate saajate e-posti aadressid on vigased: ';
22
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
24
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
24 26
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-nl.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Dutch Version
5
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Dutch Version
5
*/
6 6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG['provide_address']      = 'Er moet tenmiste één ontvanger emailadres opgegeven worden.';
10
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer wordt niet ondersteund.';
11
$PHPMAILER_LANG['execute']              = 'Kon niet uitvoeren: ';
12
$PHPMAILER_LANG['instantiate']          = 'Kon mail functie niet initialiseren.';
13 7
$PHPMAILER_LANG['authenticate']         = 'SMTP Fout: authenticatie mislukt.';
14
$PHPMAILER_LANG['from_failed']          = 'De volgende afzender adressen zijn mislukt: ';
15
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Fout: De volgende ontvangers zijn mislukt: ';
8
$PHPMAILER_LANG['connect_host']         = 'SMTP Fout: Kon niet verbinden met SMTP host.';
16 9
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Fout: Data niet geaccepteerd.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP Fout: Kon niet verbinden met SMTP host.';
10
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
11
$PHPMAILER_LANG['encoding']             = 'Onbekende codering: ';
12
$PHPMAILER_LANG['execute']              = 'Kon niet uitvoeren: ';
18 13
$PHPMAILER_LANG['file_access']          = 'Kreeg geen toegang tot bestand: ';
19 14
$PHPMAILER_LANG['file_open']            = 'Bestandsfout: Kon bestand niet openen: ';
20
$PHPMAILER_LANG['encoding']             = 'Onbekende codering: ';
21
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
15
$PHPMAILER_LANG['from_failed']          = 'De volgende afzender adressen zijn mislukt: ';
16
$PHPMAILER_LANG['instantiate']          = 'Kon mail functie niet initialiseren.';
17
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
18
$PHPMAILER_LANG['provide_address']      = 'Er moet tenmiste één ontvanger emailadres opgegeven worden.';
19
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer wordt niet ondersteund.';
20
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Fout: De volgende ontvangers zijn mislukt: ';
21
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
23
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
24
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 25
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-pl.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.  
4
 * Polish Version
5
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Polish Version
5
*/
6 6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"] = 'Należy podać prawidłowy adres email Odbiorcy.';
10
$PHPMAILER_LANG["mailer_not_supported"] = 'Wybrana metoda wysyłki wiadomości nie jest obsługiwana.';
11
$PHPMAILER_LANG["execute"] = 'Nie można uruchomić: ';
12
$PHPMAILER_LANG["instantiate"] = 'Nie można wywołać funkcji mail(). Sprawdź konfigurację serwera.';
13
$PHPMAILER_LANG["authenticate"] = 'Błąd SMTP: Nie można przeprowadzić autentykacji.';
14
$PHPMAILER_LANG["from_failed"] = 'Następujący adres Nadawcy jest jest nieprawidłowy: ';
15
$PHPMAILER_LANG["recipients_failed"] = 'Błąd SMTP: Następujący odbiorcy są nieprawidłowi: ';
16
$PHPMAILER_LANG["data_not_accepted"] = 'Błąd SMTP: Dane nie zostały przyjęte.';
17
$PHPMAILER_LANG["connect_host"] = 'Błąd SMTP: Nie można połączyć się z wybranym hostem.';
18
$PHPMAILER_LANG["file_access"] = 'Brak dostępu do pliku: ';
19
$PHPMAILER_LANG["file_open"] = 'Nie można otworzyć pliku: ';
20
$PHPMAILER_LANG["encoding"] = 'Nieznany sposób kodowania znaków: ';
21
$PHPMAILER_LANG['signing'] = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
7
$PHPMAILER_LANG['authenticate'] = 'Błąd SMTP: Nie można przeprowadzić autentykacji.';
8
$PHPMAILER_LANG['connect_host'] = 'Błąd SMTP: Nie można połączyć się z wybranym hostem.';
9
$PHPMAILER_LANG['data_not_accepted'] = 'Błąd SMTP: Dane nie zostały przyjęte.';
10
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
11
$PHPMAILER_LANG['encoding'] = 'Nieznany sposób kodowania znaków: ';
12
$PHPMAILER_LANG['execute'] = 'Nie można uruchomić: ';
13
$PHPMAILER_LANG['file_access'] = 'Brak dostępu do pliku: ';
14
$PHPMAILER_LANG['file_open'] = 'Nie można otworzyć pliku: ';
15
$PHPMAILER_LANG['from_failed'] = 'Następujący adres Nadawcy jest jest nieprawidłowy: ';
16
$PHPMAILER_LANG['instantiate'] = 'Nie można wywołać funkcji mail(). Sprawdź konfigurację serwera.';
17
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
18
$PHPMAILER_LANG['provide_address'] = 'Należy podać prawidłowy adres email Odbiorcy.';
19
$PHPMAILER_LANG['mailer_not_supported'] = 'Wybrana metoda wysyłki wiadomości nie jest obsługiwana.';
20
$PHPMAILER_LANG['recipients_failed'] = 'Błąd SMTP: Następujący odbiorcy są nieprawidłowi: ';
21
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
23
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
24
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 25
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-it.php
1 1
<?php
2 2
/**
3
* PHPMailer language file.
3
* PHPMailer language file: refer to English translation for definitive list
4 4
* Italian version
5 5
* @package PHPMailer
6
* @author Ilias Bartolini <brain79@inwind.it>*/
6
* @author Ilias Bartolini <brain79@inwind.it>
7
*/
7 8

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG['provide_address']      = 'Deve essere fornito almeno un indirizzo ricevente';
11
$PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato';
12
$PHPMAILER_LANG['execute']              = 'Impossibile eseguire l\'operazione: ';
13
$PHPMAILER_LANG['instantiate']          = 'Impossibile istanziare la funzione mail';
14 9
$PHPMAILER_LANG['authenticate']         = 'SMTP Error: Impossibile autenticarsi.';
15
$PHPMAILER_LANG['from_failed']          = 'I seguenti indirizzi mittenti hanno generato errore: ';
16
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Error: I seguenti indirizzi'.
17
                                          'destinatari hanno generato errore: ';
18
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Error: Data non accettati dal'.
19
                                          'server.';
20 10
$PHPMAILER_LANG['connect_host']         = 'SMTP Error: Impossibile connettersi all\'host SMTP.';
11
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Error: Data non accettati dal server.';
12
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
13
$PHPMAILER_LANG['encoding']             = 'Encoding set dei caratteri sconosciuto: ';
14
$PHPMAILER_LANG['execute']              = 'Impossibile eseguire l\'operazione: ';
21 15
$PHPMAILER_LANG['file_access']          = 'Impossibile accedere al file: ';
22 16
$PHPMAILER_LANG['file_open']            = 'File Error: Impossibile aprire il file: ';
23
$PHPMAILER_LANG['encoding']             = 'Encoding set dei caratteri sconosciuto: ';
24
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
25
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
17
$PHPMAILER_LANG['from_failed']          = 'I seguenti indirizzi mittenti hanno generato errore: ';
18
$PHPMAILER_LANG['instantiate']          = 'Impossibile istanziare la funzione mail';
19
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
20
$PHPMAILER_LANG['provide_address']      = 'Deve essere fornito almeno un indirizzo ricevente';
21
$PHPMAILER_LANG['mailer_not_supported'] = 'Mailer non supportato';
22
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Error: I seguenti indirizzi destinatari hanno generato errore: ';
23
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
24
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
25
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
26
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
26 27
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-hu.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Hungarian Version
5
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Hungarian Version
5
*/
6 6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG['provide_address']      = 'Meg kell adnod legalább egy címzett email címet.';
10
$PHPMAILER_LANG['mailer_not_supported'] = ' levelezõ nem támogatott.';
11
$PHPMAILER_LANG['execute']              = 'Nem tudtam végrehajtani: ';
12
$PHPMAILER_LANG['instantiate']          = 'Nem sikerült példányosítani a mail funkciót.';
13 7
$PHPMAILER_LANG['authenticate']         = 'SMTP Hiba: Sikertelen autentikáció.';
14
$PHPMAILER_LANG['from_failed']          = 'Az alábbi Feladó cím hibás: ';
15
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Hiba: Az alábbi címzettek hibásak: ';
8
$PHPMAILER_LANG['connect_host']         = 'SMTP Hiba: Nem tudtam csatlakozni az SMTP host-hoz.';
16 9
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Hiba: Nem elfogadható adat.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP Hiba: Nem tudtam csatlakozni az SMTP host-hoz.';
10
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
11
$PHPMAILER_LANG['encoding']             = 'Ismeretlen kódolás: ';
12
$PHPMAILER_LANG['execute']              = 'Nem tudtam végrehajtani: ';
18 13
$PHPMAILER_LANG['file_access']          = 'Nem sikerült elérni a következõ fájlt: ';
19 14
$PHPMAILER_LANG['file_open']            = 'Fájl Hiba: Nem sikerült megnyitni a következõ fájlt: ';
20
$PHPMAILER_LANG['encoding']             = 'Ismeretlen kódolás: ';
21
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
15
$PHPMAILER_LANG['from_failed']          = 'Az alábbi Feladó cím hibás: ';
16
$PHPMAILER_LANG['instantiate']          = 'Nem sikerült példányosítani a mail funkciót.';
17
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
18
$PHPMAILER_LANG['provide_address']      = 'Meg kell adnod legalább egy címzett email címet.';
19
$PHPMAILER_LANG['mailer_not_supported'] = ' levelezõ nem támogatott.';
20
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Hiba: Az alábbi címzettek hibásak: ';
21
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
23
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
24
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 25
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-cz.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Czech Version
5
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Czech Version
5
*/
6 6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Musíte zadat alespoò jednu emailovou adresu pøíjemce.';
10
$PHPMAILER_LANG["mailer_not_supported"] = ' mailový klient není podporován.';
11
$PHPMAILER_LANG["execute"]              = 'Nelze provést: ';
12
$PHPMAILER_LANG["instantiate"]          = 'Nelze vytvoøit instanci emailové funkce.';
13
$PHPMAILER_LANG["authenticate"]         = 'SMTP Error: Chyba autentikace.';
14
$PHPMAILER_LANG["from_failed"]          = 'Následující adresa From je nesprávná: ';
15
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Error: Adresy pøíjemcù nejsou správné ' .
16
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Error: Data nebyla pøijata';
17
$PHPMAILER_LANG["connect_host"]         = 'SMTP Error: Nelze navázat spojení se SMTP serverem.';
18
$PHPMAILER_LANG["file_access"]          = 'Soubor nenalezen: ';
19
$PHPMAILER_LANG["file_open"]            = 'File Error: Nelze otevøít soubor pro ètení: ';
20
$PHPMAILER_LANG["encoding"]             = 'Neznámé kódování: ';
21
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
7
$PHPMAILER_LANG['authenticate']         = 'SMTP Error: Chyba autentikace.';
8
$PHPMAILER_LANG['connect_host']         = 'SMTP Error: Nelze navázat spojení se SMTP serverem.';
9
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Error: Data nebyla pøijata';
10
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
11
$PHPMAILER_LANG['encoding']             = 'Neznámé kódování: ';
12
$PHPMAILER_LANG['execute']              = 'Nelze provést: ';
13
$PHPMAILER_LANG['file_access']          = 'Soubor nenalezen: ';
14
$PHPMAILER_LANG['file_open']            = 'File Error: Nelze otevøít soubor pro ètení: ';
15
$PHPMAILER_LANG['from_failed']          = 'Následující adresa From je nesprávná: ';
16
$PHPMAILER_LANG['instantiate']          = 'Nelze vytvoøit instanci emailové funkce.';
17
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
18
$PHPMAILER_LANG['mailer_not_supported'] = ' mailový klient není podporován.';
19
$PHPMAILER_LANG['provide_address']      = 'Musíte zadat alespoò jednu emailovou adresu pøíjemce.';
20
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Error: Adresy pøíjemcù nejsou správné ';
21
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
23
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
24
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 25
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-no.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Norwegian Version
5
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Norwegian Version
5
*/
6 6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG['provide_address']      = 'Du må ha med minst en mottager adresse.';
10
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer er ikke supportert.';
11
$PHPMAILER_LANG['execute']              = 'Kunne ikke utføre: ';
12
$PHPMAILER_LANG['instantiate']          = 'Kunne ikke instantiate mail funksjonen.';
13 7
$PHPMAILER_LANG['authenticate']         = 'SMTP Feil: Kunne ikke authentisere.';
14
$PHPMAILER_LANG['from_failed']          = 'Følgende Fra feilet: ';
15
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Feil: Følgende mottagere feilet: ';
8
$PHPMAILER_LANG['connect_host']         = 'SMTP Feil: Kunne ikke koble til SMTP host.';
16 9
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Feil: Data ble ikke akseptert.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP Feil: Kunne ikke koble til SMTP host.';
10
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
11
$PHPMAILER_LANG['encoding']             = 'Ukjent encoding: ';
12
$PHPMAILER_LANG['execute']              = 'Kunne ikke utføre: ';
18 13
$PHPMAILER_LANG['file_access']          = 'Kunne ikke få tilgang til filen: ';
19 14
$PHPMAILER_LANG['file_open']            = 'Fil feil: Kunne ikke åpne filen: ';
20
$PHPMAILER_LANG['encoding']             = 'Ukjent encoding: ';
21
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
15
$PHPMAILER_LANG['from_failed']          = 'Følgende Fra feilet: ';
16
$PHPMAILER_LANG['instantiate']          = 'Kunne ikke instantiate mail funksjonen.';
17
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
18
$PHPMAILER_LANG['provide_address']      = 'Du må ha med minst en mottager adresse.';
19
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer er ikke supportert.';
20
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Feil: Følgende mottagere feilet: ';
21
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
23
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
24
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 25
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-ro.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Romanian Version
5
 * @package PHPMailer
6
 * @author Catalin Constantin <catalin@dazoot.ro> */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Romanian Version
5
* @package PHPMailer
6
* @author Catalin Constantin <catalin@dazoot.ro>
7
*/
7 8

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG['provide_address']      = 'Trebuie sa adaugati cel putin un recipient (adresa de mail).';
11
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nu este suportat.';
12
$PHPMAILER_LANG['execute']              = 'Nu pot executa:  ';
13
$PHPMAILER_LANG['instantiate']          = 'Nu am putut instantia functia mail.';
14 9
$PHPMAILER_LANG['authenticate']         = 'Eroare SMTP: Nu a functionat autentificarea.';
15
$PHPMAILER_LANG['from_failed']          = 'Urmatoarele adrese From au dat eroare: ';
16
$PHPMAILER_LANG['recipients_failed']    = 'Eroare SMTP: Urmatoarele adrese de mail au dat eroare: ';
10
$PHPMAILER_LANG['connect_host']         = 'Eroare SMTP: Nu m-am putut conecta la adresa SMTP.';
17 11
$PHPMAILER_LANG['data_not_accepted']    = 'Eroare SMTP: Continutul mailului nu a fost acceptat.';
18
$PHPMAILER_LANG['connect_host']         = 'Eroare SMTP: Nu m-am putut conecta la adresa SMTP.';
12
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
13
$PHPMAILER_LANG['encoding']             = 'Encodare necunoscuta: ';
14
$PHPMAILER_LANG['execute']              = 'Nu pot executa:  ';
19 15
$PHPMAILER_LANG['file_access']          = 'Nu pot accesa fisierul: ';
20 16
$PHPMAILER_LANG['file_open']            = 'Eroare de fisier: Nu pot deschide fisierul: ';
21
$PHPMAILER_LANG['encoding']             = 'Encodare necunoscuta: ';
22
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
17
$PHPMAILER_LANG['from_failed']          = 'Urmatoarele adrese From au dat eroare: ';
18
$PHPMAILER_LANG['instantiate']          = 'Nu am putut instantia functia mail.';
19
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
20
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nu este suportat.';
21
$PHPMAILER_LANG['provide_address']      = 'Trebuie sa adaugati cel putin un recipient (adresa de mail).';
22
$PHPMAILER_LANG['recipients_failed']    = 'Eroare SMTP: Urmatoarele adrese de mail au dat eroare: ';
23
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
24
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
25
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
26
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
24 27
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-zh.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.  
4
 * Traditional Chinese Version
5
 * @author liqwei <liqwei@liqwei.com>
6
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Traditional Chinese Version
5
* @author liqwei <liqwei@liqwei.com>
6
*/
7 7

  
8
$PHPMAILER_LANG = array();
9
$PHPMAILER_LANG['provide_address'] = '必須提供至少一個收件人地址。';
10
$PHPMAILER_LANG['mailer_not_supported'] = '發信客戶端不被支持。';
11
$PHPMAILER_LANG['execute'] = '無法執行:';
12
$PHPMAILER_LANG['instantiate'] = '未知函數調用。';
13 8
$PHPMAILER_LANG['authenticate'] = 'SMTP 錯誤:登錄失敗。';
14
$PHPMAILER_LANG['from_failed'] = '發送地址錯誤:';
15
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 錯誤:收件人地址錯誤:';
9
$PHPMAILER_LANG['connect_host'] = 'SMTP 錯誤:無法連接到 SMTP 主機。';
16 10
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 錯誤:數據不被接受。';
17
$PHPMAILER_LANG['connect_host'] = 'SMTP 錯誤:無法連接到 SMTP 主機。';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding'] = '未知編碼: ';
18 13
$PHPMAILER_LANG['file_access'] = '無法訪問文件:';
19 14
$PHPMAILER_LANG['file_open'] = '文件錯誤:無法打開文件:';
20
$PHPMAILER_LANG['encoding'] = '未知編碼: ';
21
$PHPMAILER_LANG['signing'] = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
15
$PHPMAILER_LANG['from_failed'] = '發送地址錯誤:';
16
$PHPMAILER_LANG['execute'] = '無法執行:';
17
$PHPMAILER_LANG['instantiate'] = '未知函數調用。';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19
$PHPMAILER_LANG['provide_address'] = '必須提供至少一個收件人地址。';
20
$PHPMAILER_LANG['mailer_not_supported'] = '發信客戶端不被支持。';
21
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 錯誤:收件人地址錯誤:';
22
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
24
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 26
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-ca.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Catalan Version
5
 * By Ivan: web AT microstudi DOT com
6
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Catalan Version
5
* By Ivan: web AT microstudi DOT com
6
*/
7 7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG['provide_address']      = 'S\'ha de proveir almenys una adreça d\'email com a destinatari.';
11
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no està suportat';
12
$PHPMAILER_LANG['execute']              = 'No es pot executar: ';
13
$PHPMAILER_LANG['instantiate']          = 'No s\'ha pogut crear una instància de la funció Mail.';
14 8
$PHPMAILER_LANG['authenticate']         = 'Error SMTP: No s\'hapogut autenticar.';
15
$PHPMAILER_LANG['from_failed']          = 'La(s) següent(s) adreces de remitent han fallat: ';
16
$PHPMAILER_LANG['recipients_failed']    = 'Error SMTP: Els següents destinataris han fallat: ';
9
$PHPMAILER_LANG['connect_host']         = 'Error SMTP: No es pot connectar al servidor SMTP.';
17 10
$PHPMAILER_LANG['data_not_accepted']    = 'Error SMTP: Dades no acceptades.';
18
$PHPMAILER_LANG['connect_host']         = 'Error SMTP: No es pot connectar al servidor SMTP.';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding']             = 'Codificació desconeguda: ';
13
$PHPMAILER_LANG['execute']              = 'No es pot executar: ';
19 14
$PHPMAILER_LANG['file_access']          = 'No es pot accedir a l\'arxiu: ';
20 15
$PHPMAILER_LANG['file_open']            = 'Error d\'Arxiu: No es pot obrir l\'arxiu: ';
21
$PHPMAILER_LANG['encoding']             = 'Codificació desconeguda: ';
22
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
16
$PHPMAILER_LANG['from_failed']          = 'La(s) següent(s) adreces de remitent han fallat: ';
17
$PHPMAILER_LANG['instantiate']          = 'No s\'ha pogut crear una instància de la funció Mail.';
18
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
19
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer no està suportat';
20
$PHPMAILER_LANG['provide_address']      = 'S\'ha de proveir almenys una adreça d\'email com a destinatari.';
21
$PHPMAILER_LANG['recipients_failed']    = 'Error SMTP: Els següents destinataris han fallat: ';
22
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
24
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
24 26
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-tr.php
1 1
<?php
2 2
/**
3
 * PHPMailer dil dosyasý.
4
 * Türkçe Versiyonu
5
 * ÝZYAZILIM - Elçin Özel - Can Yýlmaz - Mehmet Benlioðlu
6
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Turkish version
5
* Türkçe Versiyonu
6
* ÝZYAZILIM - Elçin Özel - Can Yýlmaz - Mehmet Benlioðlu
7
*/
7 8

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG['provide_address']      = 'En az bir tane mail adresi belirtmek zorundasýnýz alýcýnýn email adresi.';
11
$PHPMAILER_LANG['mailer_not_supported'] = ' mailler desteklenmemektedir.';
12
$PHPMAILER_LANG['execute']              = 'Çalýþtýrýlamýyor: ';
13
$PHPMAILER_LANG['instantiate']          = 'Örnek mail fonksiyonu yaratýlamadý.';
14 9
$PHPMAILER_LANG['authenticate']         = 'SMTP Hatasý: Doðrulanamýyor.';
15
$PHPMAILER_LANG['from_failed']          = 'Baþarýsýz olan gönderici adresi: ';
16
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Hatasý: alýcýlara ulaþmadý: ';
10
$PHPMAILER_LANG['connect_host']         = 'SMTP Hatasý: SMTP hosta baðlanýlamýyor.';
17 11
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Hatasý: Veri kabul edilmedi.';
18
$PHPMAILER_LANG['connect_host']         = 'SMTP Hatasý: SMTP hosta baðlanýlamýyor.';
12
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
13
$PHPMAILER_LANG['encoding']             = 'Bilinmeyen þifreleme: ';
14
$PHPMAILER_LANG['execute']              = 'Çalýþtýrýlamýyor: ';
19 15
$PHPMAILER_LANG['file_access']          = 'Dosyaya eriþilemiyor: ';
20 16
$PHPMAILER_LANG['file_open']            = 'Dosya Hatasý: Dosya açýlamýyor: ';
21
$PHPMAILER_LANG['encoding']             = 'Bilinmeyen þifreleme: ';
22
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
17
$PHPMAILER_LANG['from_failed']          = 'Baþarýsýz olan gönderici adresi: ';
18
$PHPMAILER_LANG['instantiate']          = 'Örnek mail fonksiyonu yaratýlamadý.';
19
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
20
$PHPMAILER_LANG['provide_address']      = 'En az bir tane mail adresi belirtmek zorundasýnýz alýcýnýn email adresi.';
21
$PHPMAILER_LANG['mailer_not_supported'] = ' mailler desteklenmemektedir.';
22
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Hatasý: alýcýlara ulaþmadý: ';
23
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
24
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
25
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
26
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
24 27
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-ru.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * Russian Version by Alexey Chumakov <alex@chumakov.ru> */
3
* PHPMailer language file: refer to English translation for definitive list
4
* Russian Version by Alexey Chumakov <alex@chumakov.ru>
5
*/
5 6

  
6
$PHPMAILER_LANG = array();
7

  
8
$PHPMAILER_LANG['provide_address']      = 'Пожалуйста, введите хотя бы один адрес e-mail получателя.';
9
$PHPMAILER_LANG['mailer_not_supported'] = ' - почтовый сервер не поддерживается.';
10
$PHPMAILER_LANG['execute']              = 'Невозможно выполнить команду: ';
11
$PHPMAILER_LANG['instantiate']          = 'Невозможно запустить функцию mail.';
12 7
$PHPMAILER_LANG['authenticate']         = 'Ошибка SMTP: ошибка авторизации.';
13
$PHPMAILER_LANG['from_failed']          = 'Неверный адрес отправителя: ';
14
$PHPMAILER_LANG['recipients_failed']    = 'Ошибка SMTP: отправка по следующим ' .
15
                                          'адресам получателей не удалась: ';
8
$PHPMAILER_LANG['connect_host']         = 'Ошибка SMTP: не удается подключиться к серверу SMTP.';
16 9
$PHPMAILER_LANG['data_not_accepted']    = 'Ошибка SMTP: данные не приняты.';
17
$PHPMAILER_LANG['connect_host']         = 'Ошибка SMTP: не удается подключиться к серверу SMTP.';
10
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
11
$PHPMAILER_LANG['encoding']             = 'Неизвестный вид кодировки: ';
12
$PHPMAILER_LANG['execute']              = 'Невозможно выполнить команду: ';
18 13
$PHPMAILER_LANG['file_access']          = 'Нет доступа к файлу: ';
19 14
$PHPMAILER_LANG['file_open']            = 'Файловая ошибка: не удается открыть файл: ';
20
$PHPMAILER_LANG['encoding']             = 'Неизвестный вид кодировки: ';
21
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
15
$PHPMAILER_LANG['from_failed']          = 'Неверный адрес отправителя: ';
16
$PHPMAILER_LANG['instantiate']          = 'Невозможно запустить функцию mail.';
17
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
18
$PHPMAILER_LANG['provide_address']      = 'Пожалуйста, введите хотя бы один адрес e-mail получателя.';
19
$PHPMAILER_LANG['mailer_not_supported'] = ' - почтовый сервер не поддерживается.';
20
$PHPMAILER_LANG['recipients_failed']    = 'Ошибка SMTP: отправка по следующим адресам получателей не удалась: ';
21
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
23
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
24
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
23 25
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-de.php
1 1
<?php
2 2
/**
3
 * PHPMailer language file.
4
 * German Version
5
 * Thanks to Yann-Patrick Schlame for the latest update!
6
 */
3
* PHPMailer language file: refer to English translation for definitive list
4
* German Version
5
*/
7 6

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG['provide_address']      = 'Bitte geben Sie mindestens eine Empfänger Emailadresse an.';
11
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer wird nicht unterstützt.';
12
$PHPMAILER_LANG['execute']              = 'Konnte folgenden Befehl nicht ausführen: ';
13
$PHPMAILER_LANG['instantiate']          = 'Mail Funktion konnte nicht initialisiert werden.';
14 7
$PHPMAILER_LANG['authenticate']         = 'SMTP Fehler: Authentifizierung fehlgeschlagen.';
15
$PHPMAILER_LANG['from_failed']          = 'Die folgende Absenderadresse ist nicht korrekt: ';
16
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Fehler: Die folgenden Empfänger sind nicht korrekt: ';
8
$PHPMAILER_LANG['connect_host']         = 'SMTP Fehler: Konnte keine Verbindung zum SMTP-Host herstellen.';
17 9
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Fehler: Daten werden nicht akzeptiert.';
18
$PHPMAILER_LANG['connect_host']         = 'SMTP Fehler: Konnte keine Verbindung zum SMTP-Host herstellen.';
10
$PHPMAILER_LANG['empty_message']        = 'E-Mail Inhalt ist leer.';
11
$PHPMAILER_LANG['encoding']             = 'Unbekanntes Encoding-Format: ';
12
$PHPMAILER_LANG['execute']              = 'Konnte folgenden Befehl nicht ausführen: ';
19 13
$PHPMAILER_LANG['file_access']          = 'Zugriff auf folgende Datei fehlgeschlagen: ';
20 14
$PHPMAILER_LANG['file_open']            = 'Datei Fehler: konnte folgende Datei nicht öffnen: ';
21
$PHPMAILER_LANG['encoding']             = 'Unbekanntes Encoding-Format: ';
15
$PHPMAILER_LANG['from_failed']          = 'Die folgende Absenderadresse ist nicht korrekt: ';
16
$PHPMAILER_LANG['instantiate']          = 'Mail Funktion konnte nicht initialisiert werden.';
17
$PHPMAILER_LANG['invalid_email']        = 'E-Mail wird nicht gesendet, die Adresse ist ungültig.';
18
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer wird nicht unterstützt.';
19
$PHPMAILER_LANG['provide_address']      = 'Bitte geben Sie mindestens eine Empfänger E-Mailadresse an.';
20
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Fehler: Die folgenden Empfänger sind nicht korrekt: ';
22 21
$PHPMAILER_LANG['signing']              = 'Fehler beim Signieren: ';
23
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
22
$PHPMAILER_LANG['smtp_connect_failed']  = 'Verbindung zu SMTP Server fehlgeschlagen.';
23
$PHPMAILER_LANG['smtp_error']           = 'Fehler vom SMTP Server: ';
24
$PHPMAILER_LANG['variable_set']         = 'Kann Variable nicht setzen oder zurücksetzen: ';
24 25
?>
branches/2.8.x/wb/include/phpmailer/ChangeLog.txt
1
ChangeLog
2

  
3
Version 2.0.4 (April 02 2009)
4
* fixed == in class.smtp.php
5
- NOTE: this is it folks, our last PHPMailer to support PHP4
6

  
7
Version 2.0.3 (November 08 2008)
8
* fixed line 1041 in class.smtp.php (endless loop from missing = sign)
9
* fixed duplicate images in email body
10
* removed English language from language files and made it a default within
11
  class.phpmailer.php - if no language is found, it will default to use
12
  the english language translation
13
* corrected $basedir to $directory
14
* changed default of $LE to "\r\n" to comply with RFC 2822. Can be set by the user
15
  if default is not acceptable
16
* removed trim() from return results in EncodeQP
17
* changed $this->AltBody = $textMsg; to $this->AltBody = html_entity_decode($textMsg);
18
* We have removed the /phpdoc from the downloads. All documentation is now on
19
  the http://phpmailer.codeworxtech.com website.
20

  
21
Version 2.0.2 (June 04 2008)
22

  
23
** NOTE: WE HAVE A NEW LANGUAGE VARIABLE FOR DIGITALLY SIGNED S/MIME EMAILS.
24
   IF YOU CAN HELP WITH LANGUAGES OTHER THAN ENGLISH AND SPANISH, IT WOULD BE
25
   APPRECIATED.
26

  
27
* added S/MIME functionality (ability to digitally sign emails)
28
  BIG THANKS TO "sergiocambra" for posting this patch back in November 2007.
29
  The "Signed Emails" functionality adds the Sign method to pass the private key
30
  filename and the password to read it, and then email will be sent with
31
  content-type multipart/signed and with the digital signature attached.
32
* added ability to define path (mainly for embedded images)
33
  function MsgHTML($message,$basedir='') ... where:
34
  $basedir is the fully qualified path
35
* fixed MsgHTML() function:
36
  - Embedded Images where images are specified by <protocol>:// will not be altered or embedded
37
* fixed the return value of SMTP exit code ( pclose )
38
* addressed issue of multibyte characters in subject line and truncating
39
* added ability to have user specified Message ID
40
  (default is still that PHPMailer create a unique Message ID)
41
* corrected unidentified message type to 'application/octet-stream'
42
* fixed chunk_split() multibyte issue (thanks to Colin Brown, et al).
43
* added check for added attachments
44
* enhanced conversion of HTML to text in MsgHTML (thanks to "brunny")
45

  
46
Version 2.0.1 (Sun, Dec 02 2007)
47
* corrected incorrect version numbers in all three classes
48

  
49
Version 2.0.0 (Sun, Dec 02 2007)
50
* implemented updated EncodeQP (thanks to coolbru, aka Marcus Bointon)
51
* finished all testing, all known bugs corrected, enhancements tested
52
- note: designed for PHP4, but will work with PHP5 (not compatible with
53
  E_STRICT) ... full PHP5 version of PHPMailer released separately.
54
  PHP5 version will NOT work with PHP4.
55

  
56
Version 2.0.0 rc2 (Fri, Nov 16 2007), interim release
57
* implements new property to control VERP in class.smtp.php
58
  example (requires instantiating class.smtp.php):
59
  $mail->do_verp = true;
60
* POP-before-SMTP functionality included, thanks to Richard Davey
61
  (see class.pop3.php & pop3_before_smtp_test.php for examples)
62
* included example showing how to use PHPMailer with GMAIL
63
* fixed the missing Cc in SendMail() and Mail()
64

  
65
******************
66
A note on sending bulk emails:
67

  
68
If the email you are sending is not personalized, consider using the
69
"undisclosed-recipient:;" strategy. That is, put all of your recipients
70
in the Bcc field and set the To field to "undisclosed-recipients:;".
71
It's a lot faster (only one send) and saves quite a bit on resources.
72
Contrary to some opinions, this will not get you listed in spam engines -
73
it's a legitimate way for you to send emails.
74

  
75
A partial example for use with PHPMailer:
76

  
77
$mail->AddAddress("undisclosed-recipients:;");
78
$mail->AddBCC("email1@anydomain.com,email2@anyotherdomain.com,email3@anyalternatedomain.com");
79

  
80
Many email service providers restrict the number of emails that can be sent
81
in any given time period. Often that is between 50 - 60 emails maximum
82
per hour or per send session.
83

  
84
If that's the case, then break up your Bcc lists into chunks that are one
85
less than your limit, and put a pause in your script.
86
*******************
87

  
88
Version 2.0.0 rc1 (Thu, Nov 08 2007), interim release
89
* dramatically simplified using inline graphics ... it's fully automated and
90
  requires no user input
91
* added automatic document type detection for attachments and pictures
92
* added MsgHTML() function to replace Body tag for HTML emails
93
* fixed the SendMail security issues (input validation vulnerability)
94
* enhanced the AddAddresses functionality so that the "Name" portion is used
95
  in the email address
96
* removed the need to use the AltBody method (set from the HTML, or default
97
  text used)
98
* set the PHP Mail() function as the default (still support SendMail, SMTP Mail)
99
* removed the need to set the IsHTML property (set automatically)
100
* added Estonian language file by Indrek P&auml;ri
101
* added header injection patch
102
* added "set" method to permit users to create their own pseudo-properties
103
  like 'X-Headers', etc.
104
  example of use:
105
  $mail->set('X-Priority', '3');
106
  $mail->set('X-MSMail-Priority', 'Normal');
107
* fixed warning message in SMTP get_lines method
108
* added TLS/SSL SMTP support
109
  example of use:
110
  $mail = new PHPMailer();
111
  $mail->Mailer = "smtp";
112
  $mail->Host = "smtp.example.com";
113
  $mail->SMTPSecure   = "tls"; // option
114
  //$mail->SMTPSecure   = "ssl";  // option
115
  ...
116
  $mail->Send();
117
* PHPMailer has been tested with PHP4 (4.4.7) and PHP5 (5.2.7)
118
* Works with PHP installed as a module or as CGI-PHP
119
- NOTE: will NOT work with PHP5 in E_STRICT error mode
120

  
121
Version 1.73 (Sun, Jun 10 2005)
122
* Fixed denial of service bug: http://www.cybsec.com/vuln/PHPMailer-DOS.pdf
123
* Now has a total of 20 translations
124
* Fixed alt attachments bug: http://tinyurl.com/98u9k
125

  
126
Version 1.72 (Wed, May 25 2004)
127
* Added Dutch, Swedish, Czech, Norwegian, and Turkish translations.
128
* Received: Removed this method because spam filter programs like
129
SpamAssassin reject this header.
130
* Fixed error count bug.
131
* SetLanguage default is now "language/".
132
* Fixed magic_quotes_runtime bug.
133

  
134
Version 1.71 (Tue, Jul 28 2003)
135
* Made several speed enhancements
136
* Added German and Italian translation files
137
* Fixed HELO/AUTH bugs on keep-alive connects
138
* Now provides an error message if language file does not load
139
* Fixed attachment EOL bug
140
* Updated some unclear documentation
141
* Added additional tests and improved others
142

  
143
Version 1.70 (Mon, Jun 20 2003)
144
* Added SMTP keep-alive support
145
* Added IsError method for error detection
146
* Added error message translation support (SetLanguage)
147
* Refactored many methods to increase library performance
148
* Hello now sends the newer EHLO message before HELO as per RFC 2821
149
* Removed the boundary class and replaced it with GetBoundary
150
* Removed queue support methods
151
* New $Hostname variable
152
* New Message-ID header
153
* Received header reformat
154
* Helo variable default changed to $Hostname
155
* Removed extra spaces in Content-Type definition (#667182)
156
* Return-Path should be set to Sender when set
157
* Adds Q or B encoding to headers when necessary
158
* quoted-encoding should now encode NULs \000
159
* Fixed encoding of body/AltBody (#553370)
160
* Adds "To: undisclosed-recipients:;" when all recipients are hidden (BCC)
161
* Multiple bug fixes
162

  
163
Version 1.65 (Fri, Aug 09 2002)
164
* Fixed non-visible attachment bug (#585097) for Outlook
165
* SMTP connections are now closed after each transaction
166
* Fixed SMTP::Expand return value
167
* Converted SMTP class documentation to phpDocumentor format
168

  
169
Version 1.62 (Wed, Jun 26 2002)
170
* Fixed multi-attach bug
171
* Set proper word wrapping
172
* Reduced memory use with attachments
173
* Added more debugging
174
* Changed documentation to phpDocumentor format
175

  
176
Version 1.60 (Sat, Mar 30 2002)
177
* Sendmail pipe and address patch (Christian Holtje)
178
* Added embedded image and read confirmation support (A. Ognio)
179
* Added unit tests
180
* Added SMTP timeout support (*nix only)
181
* Added possibly temporary PluginDir variable for SMTP class
182
* Added LE message line ending variable
183
* Refactored boundary and attachment code
184
* Eliminated SMTP class warnings
185
* Added SendToQueue method for future queuing support
186

  
187
Version 1.54 (Wed, Dec 19 2001)
188
* Add some queuing support code
189
* Fixed a pesky multi/alt bug
190
* Messages are no longer forced to have "To" addresses
191

  
192
Version 1.50 (Thu, Nov 08 2001)
193
* Fix extra lines when not using SMTP mailer
194
* Set WordWrap variable to int with a zero default
195

  
196
Version 1.47 (Tue, Oct 16 2001)
197
* Fixed Received header code format
198
* Fixed AltBody order error
199
* Fixed alternate port warning
200

  
201
Version 1.45 (Tue, Sep 25 2001)
202
* Added enhanced SMTP debug support
203
* Added support for multiple ports on SMTP
204
* Added Received header for tracing
205
* Fixed AddStringAttachment encoding
206
* Fixed possible header name quote bug
207
* Fixed wordwrap() trim bug
208
* Couple other small bug fixes
209

  
210
Version 1.41 (Wed, Aug 22 2001)
211
* Fixed AltBody bug w/o attachments
212
* Fixed rfc_date() for certain mail servers
213

  
214
Version 1.40 (Sun, Aug 12 2001)
215
* Added multipart/alternative support (AltBody)
216
* Documentation update
217
* Fixed bug in Mercury MTA
218

  
219
Version 1.29 (Fri, Aug 03 2001)
220
* Added AddStringAttachment() method
221
* Added SMTP authentication support
222

  
223
Version 1.28 (Mon, Jul 30 2001)
224
* Fixed a typo in SMTP class
225
* Fixed header issue with Imail (win32) SMTP server
226
* Made fopen() calls for attachments use "rb" to fix win32 error
227

  
228
Version 1.25 (Mon, Jul 02 2001)
229
* Added RFC 822 date fix (Patrice)
230
* Added improved error handling by adding a $ErrorInfo variable
231
* Removed MailerDebug variable (obsolete with new error handler)
232

  
233
Version 1.20 (Mon, Jun 25 2001)
234
* Added quoted-printable encoding (Patrice)
235
* Set Version as public and removed PrintVersion()
236
* Changed phpdoc to only display public variables and methods
237

  
238
Version 1.19 (Thu, Jun 21 2001)
239
* Fixed MS Mail header bug
240
* Added fix for Bcc problem with mail(). *Does not work on Win32*
241
  (See PHP bug report: http://www.php.net/bugs.php?id=11616)
242
* mail() no longer passes a fifth parameter when not needed
243

  
244
Version 1.15 (Fri, Jun 15 2001)
245
[Note: these changes contributed by Patrice Fournier]
246
* Changed all remaining \n to \r\n
247
* Bcc: header no longer writen to message except
248
when sent directly to sendmail
249
* Added a small message to non-MIME compliant mail reader
250
* Added Sender variable to change the Sender email
251
used in -f for sendmail/mail and in 'MAIL FROM' for smtp mode
252
* Changed boundary setting to a place it will be set only once
253
* Removed transfer encoding for whole message when using multipart
254
* Message body now uses Encoding in multipart messages
255
* Can set encoding and type to attachments 7bit, 8bit
256
and binary attachment are sent as is, base64 are encoded
257
* Can set Encoding to base64 to send 8 bits body
258
through 7 bits servers
259

  
260
Version 1.10 (Tue, Jun 12 2001)
261
* Fixed win32 mail header bug (printed out headers in message body)
262

  
263
Version 1.09 (Fri, Jun 08 2001)
264
* Changed date header to work with Netscape mail programs
265
* Altered phpdoc documentation
266

  
267
Version 1.08 (Tue, Jun 05 2001)
268
* Added enhanced error-checking
269
* Added phpdoc documentation to source
270

  
271
Version 1.06 (Fri, Jun 01 2001)
272
* Added optional name for file attachments
273

  
274
Version 1.05 (Tue, May 29 2001)
275
* Code cleanup
276
* Eliminated sendmail header warning message
277
* Fixed possible SMTP error
278

  
279
Version 1.03 (Thu, May 24 2001)
280
* Fixed problem where qmail sends out duplicate messages
281

  
282
Version 1.02 (Wed, May 23 2001)
283
* Added multiple recipient and attachment Clear* methods
284
* Added Sendmail public variable
285
* Fixed problem with loading SMTP library multiple times
286

  
287
Version 0.98 (Tue, May 22 2001)
288
* Fixed problem with redundant mail hosts sending out multiple messages
289
* Added additional error handler code
290
* Added AddCustomHeader() function
291
* Added support for Microsoft mail client headers (affects priority)
292
* Fixed small bug with Mailer variable
293
* Added PrintVersion() function
294

  
295
Version 0.92 (Tue, May 15 2001)
296
* Changed file names to class.phpmailer.php and class.smtp.php to match
297
  current PHP class trend.
298
* Fixed problem where body not being printed when a message is attached
299
* Several small bug fixes
300

  
301
Version 0.90 (Tue, April 17 2001)
302
* Intial public release
1
ChangeLog
2

  
3
NOTE: THIS VERSION OF PHPMAILER IS DESIGNED FOR PHP5/PHP6.
4
      IT WILL NOT WORK WITH PHP4.
5

  
6
Version 5.1 (October 20, 2009)
7
* fixed filename issue with AddStringAttachment (thanks to Tony)
8
* fixed "SingleTo" property, now works with Senmail, Qmail, and SMTP in
9
  addition to PHP mail()
10
* added DKIM digital signing functionality
11
  New properties:
12
  - DKIM_domain (sets the domain name)
13
  - DKIM_private (holds DKIM private key)
14
  - DKIM_passphrase (holds your DKIM passphrase)
15
  - DKIM_selector (holds the DKIM "selector")
16
  - DKIM_identity (holds the identifying email address)
17
* added callback function support
18
  - callback function parameters include:
19
    result, to, cc, bcc, subject and body
20
  * see the test/test_callback.php file for usage.
21
* added "auto" identity functionality
22
  - can automatically add:
23
    - Return-path (if Sender not set)
24
    - Reply-To (if ReplyTo not set)
25
  - can be disabled:
26
    - $mail->SetFrom('yourname@yourdomain.com','First Last',false);
27
    - or by adding the $mail->Sender and/or $mail->ReplyTo properties
28
  Note: "auto" identity added to help with emails ending up in spam
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff