Project

General

Profile

« Previous | Next » 

Revision 1020

Added by Matthias almost 15 years ago

Update PHPMailer to version 2.0.4 (ticket #733)

View differences:

trunk/CHANGELOG
12 12

  
13 13
------------------------------------- 2.8.0 -------------------------------------
14 14
29-June-2009 Matthias Gallas
15
!	Update PHPMailer to version 2.0.4 (ticket #733)
15 16
!	Update Editarea to version 0.8.1.1 (ticket #732)
16 17
!	Update JQuery UI to version 1.7.2 (ticket #731)
17 18
27-June-2009 Ruud Eisinga
trunk/wb/include/phpmailer/language/phpmailer.lang-ch.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Chinese Version
5
 * By LiuXin: www.80x86.cn/blog/
6
 */
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
$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: ';
24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-ja.php
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

9
$PHPMAILER_LANG = array();
10

11
$PHPMAILER_LANG["provide_address"]      = '??????????1??????????????????' .
12
                                          '????????????????????????';
13
$PHPMAILER_LANG["mailer_not_supported"] = ' ??????????????????????????????????';
14
$PHPMAILER_LANG["execute"]              = '????????????????????: ';
15
$PHPMAILER_LANG["instantiate"]          = '??????????????????????????????????????';
16
$PHPMAILER_LANG["authenticate"]         = 'SMTP??????: ??????????????????????';
17
$PHPMAILER_LANG["from_failed"]          = '????From??????????????????????????: ';
18
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP??????: ???????????????????? ' .
19
                                          '????????????????: ';
20
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP??????: ??????????????????????????????????';
21
$PHPMAILER_LANG["connect_host"]         = 'SMTP??????: SMTP??????????????????????????????';
22
$PHPMAILER_LANG["file_access"]          = '????????????????????????????: ';
23
$PHPMAILER_LANG["file_open"]            = '??????????????: ????????????????????: ';
24
$PHPMAILER_LANG["encoding"]             = '??????????????????????: ';
25
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
26

27
?>
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Japanese Version
5
 * By Mitsuhiro Yoshida - http://mitstek.com/
6
 */
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
$PHPMAILER_LANG['authenticate'] = 'SMTPエラー: 認証できませんでした。';
15
$PHPMAILER_LANG['from_failed'] = '次のFromアドレスに間違いがあります: ';
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: ';
24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-dk.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Danish Version
5
 * Author: Mikael Stokkebro <info@stokkebro.dk?> */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Du skal indtaste mindst en ' .
10
                                          'modtagers emailadresse.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer understøttes ikke.';
12
$PHPMAILER_LANG["execute"]              = 'Kunne ikke køre: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Kunne ikke initialisere email funktionen.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP fejl: Kunne ikke logge på.';
15
$PHPMAILER_LANG["from_failed"]          = 'Følgende afsenderadresse er forkert: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP fejl: Følgende' .
17
                                          'modtagere er forkerte: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP fejl: Data kunne ikke accepteres.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP fejl: Kunne ikke tilslutte SMTP serveren.';
20
$PHPMAILER_LANG["file_access"]          = 'Ingen adgang til fil: ';
21
$PHPMAILER_LANG["file_open"]            = 'Fil fejl: Kunne ikke åbne filen: ';
22
$PHPMAILER_LANG["encoding"]             = 'Ukendt encode-format: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Danish Version
5
 * Author: Mikael Stokkebro <info@stokkebro.dk> */
6

  
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
$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: ';
16
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP fejl: Data kunne ikke accepteres.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP fejl: Kunne ikke tilslutte SMTP serveren.';
18
$PHPMAILER_LANG['file_access']          = 'Ingen adgang til fil: ';
19
$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: ';
25 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-fi.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Finnish Version
5
 * By Jyry Kuukanen
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'Aseta v&auml;hint&auml;&auml;n yksi vastaanottajan ' .
11
                                          's&auml;hk&ouml;postiosoite.';
12
$PHPMAILER_LANG["mailer_not_supported"] = 'postiv&auml;litintyyppi&auml; ei tueta.';
13
$PHPMAILER_LANG["execute"]              = 'Suoritus ep&auml;onnistui: ';
14
$PHPMAILER_LANG["instantiate"]          = 'mail-funktion luonti ep&auml;onnistui.';
15
$PHPMAILER_LANG["authenticate"]         = 'SMTP-virhe: k&auml;ytt&auml;j&auml;tunnistus ep&auml;onnistui.';
16
$PHPMAILER_LANG["from_failed"]          = 'Seuraava l&auml;hett&auml;j&auml;n osoite on virheellinen: ';
17
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP-virhe: seuraava vastaanottaja osoite on virheellinen.';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP-virhe: data on virheellinen.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP-virhe: yhteys palvelimeen ei onnistu.';
20
$PHPMAILER_LANG["file_access"]          = 'Seuraavaan tiedostoon ei ole oikeuksia: ';
21
$PHPMAILER_LANG["file_open"]            = 'Tiedostovirhe: Ei voida avata tiedostoa: ';
22
$PHPMAILER_LANG["encoding"]             = 'Tuntematon koodaustyyppi: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Finnish Version
5
 * By Jyry Kuukanen
6
 */
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
$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.';
17
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP-virhe: data on virheellinen.';
18
$PHPMAILER_LANG['connect_host']         = 'SMTP-virhe: yhteys palvelimeen ei onnistu.';
19
$PHPMAILER_LANG['file_access']          = 'Seuraavaan tiedostoon ei ole oikeuksia: ';
20
$PHPMAILER_LANG['file_open']            = 'Tiedostovirhe: Ei voida avata tiedostoa: ';
21
$PHPMAILER_LANG['encoding']             = 'Tuntematon koodaustyyppi: ';
22
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
23
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25 24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-zh_cn.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Simplified Chinese Version
5
 * @author liqwei <liqwei@liqwei.com>
6
 */
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: ';
24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-ar.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Arabic Version, UTF-8
5
 * by : bahjat al mostafa <bahjat983@hotmail.com>
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG['provide_address'] = 'You must provide at least one ' .
11
                                     'recipient email address.';
12
$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: ';
26
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-en.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * English Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'You must provide at least one ' .
10
                                          'recipient email address.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer is not supported.';
12
$PHPMAILER_LANG["execute"]              = 'Could not execute: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Could not instantiate mail function.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Error: Could not authenticate.';
15
$PHPMAILER_LANG["from_failed"]          = 'The following From address failed: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Error: The following ' .
17
                                          'recipients failed: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Error: Data not accepted.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Error: Could not connect to SMTP host.';
20
$PHPMAILER_LANG["file_access"]          = 'Could not access file: ';
21
$PHPMAILER_LANG["file_open"]            = 'File Error: Could not open file: ';
22
$PHPMAILER_LANG["encoding"]             = 'Unknown encoding: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * English Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG['provide_address']      = 'You must provide at least one recipient email address.';
10
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer is not supported.';
11
$PHPMAILER_LANG['execute']              = 'Could not execute: ';
12
$PHPMAILER_LANG['instantiate']          = 'Could not instantiate mail function.';
13
$PHPMAILER_LANG['authenticate']         = 'SMTP Error: Could not authenticate.';
14
$PHPMAILER_LANG['from_failed']          = 'The following From address failed: ';
15
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Error: The following recipients failed: ';
16
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Error: Data not accepted.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP Error: Could not connect to SMTP host.';
18
$PHPMAILER_LANG['file_access']          = 'Could not access file: ';
19
$PHPMAILER_LANG['file_open']            = 'File Error: Could not open file: ';
20
$PHPMAILER_LANG['encoding']             = 'Unknown encoding: ';
21
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-br.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Portuguese Version
5
 * By Paulo Henrique Garcia - paulo@controllerweb.com.br
6
 */
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
$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: ';
16
$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.';
18
$PHPMAILER_LANG["file_access"]          = 'Não foi possível acessar o arquivo: ';
19
$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

  
1
<?php

2
/**

3
 * PHPMailer language file.

4
 * Portuguese Version

5
 * By Paulo Henrique Garcia - paulo@controllerweb.com.br

6
 */

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
$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: ';

16
$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.';

18
$PHPMAILER_LANG['file_access']          = 'Não foi possível acessar o arquivo: ';

19
$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: ';
23 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-fo.php
1
<?php
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
 */
8

  
9
$PHPMAILER_LANG = array();
10

  
11
$PHPMAILER_LANG["provide_address"]      = 'Tú skal uppgeva minst ' .
12
                                          'móttakara-emailadressu(r).';
13
$PHPMAILER_LANG["mailer_not_supported"] = ' er ikki supporterað.';
14
$PHPMAILER_LANG["execute"]              = 'Kundi ikki útføra: ';
15
$PHPMAILER_LANG["instantiate"]          = 'Kuni ikki instantiera mail funktión.';
16
$PHPMAILER_LANG["authenticate"]         = 'SMTP feilur: Kundi ikki góðkenna.';
17
$PHPMAILER_LANG["from_failed"]          = 'fylgjandi Frá/From adressa miseydnaðist: ';
18
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Feilur: Fylgjandi ' .
19
                                          'móttakarar miseydnaðust: ';
20
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP feilur: Data ikki góðkent.';
21
$PHPMAILER_LANG["connect_host"]         = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.';
22
$PHPMAILER_LANG["file_access"]          = 'Kundi ikki tilganga fílu: ';
23
$PHPMAILER_LANG["file_open"]            = 'Fílu feilur: Kundi ikki opna fílu: ';
24
$PHPMAILER_LANG["encoding"]             = 'Ókend encoding: ';
25
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
26

  
1
<?php
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
 */
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
$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: ';
18
$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.';
20
$PHPMAILER_LANG['file_access']          = 'Kundi ikki tilganga fílu: ';
21
$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: ';
27 25
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-se.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Swedish Version
5
 * Author: Johan Linn?r <johan@linner.biz?> */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Du m?ste ange minst en ' .
10
                                          'mottagares e-postadress.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer st?ds inte.';
12
$PHPMAILER_LANG["execute"]              = 'Kunde inte k?ra: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Kunde inte initiera e-postfunktion.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP fel: Kunde inte autentisera.';
15
$PHPMAILER_LANG["from_failed"]          = 'F?ljande avs?ndaradress ?r felaktig: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP fel: F?ljande ' .
17
                                          'mottagare ?r felaktig: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP fel: Data accepterades inte.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
20
$PHPMAILER_LANG["file_access"]          = 'Ingen ?tkomst till fil: ';
21
$PHPMAILER_LANG["file_open"]            = 'Fil fel: Kunde inte ?ppna fil: ';
22
$PHPMAILER_LANG["encoding"]             = 'Ok?nt encode-format: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Swedish Version
5
 * Author: Johan Linnér <johan@linner.biz> */
6

  
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
$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: ';
16
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP fel: Data accepterades inte.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
18
$PHPMAILER_LANG['file_access']          = 'Ingen åtkomst till fil: ';
19
$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: ';
25 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-es.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Versi?n en espa?ol
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Debe proveer al menos una ' .
10
                                          'direcci?n de email como destinatario.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer no est? soportado.';
12
$PHPMAILER_LANG["execute"]              = 'No puedo ejecutar: ';
13
$PHPMAILER_LANG["instantiate"]          = 'No pude crear una instancia de la funci?n Mail.';
14
$PHPMAILER_LANG["authenticate"]         = 'Error SMTP: No se pudo autentificar.';
15
$PHPMAILER_LANG["from_failed"]          = 'La(s) siguiente(s) direcciones de remitente fallaron: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'Error SMTP: Los siguientes ' .
17
                                          'destinatarios fallaron: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'Error SMTP: Datos no aceptados.';
19
$PHPMAILER_LANG["connect_host"]         = 'Error SMTP: No puedo conectar al servidor SMTP.';
20
$PHPMAILER_LANG["file_access"]          = 'No puedo acceder al archivo: ';
21
$PHPMAILER_LANG["file_open"]            = 'Error de Archivo: No puede abrir el archivo: ';
22
$PHPMAILER_LANG["encoding"]             = 'Codificaci?n desconocida: ';
23
$PHPMAILER_LANG["signing"]              = 'Error al firmar: ';
24

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Versión en español
5
 */
6

  
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
$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: ';
16
$PHPMAILER_LANG['data_not_accepted']    = 'Error SMTP: Datos no aceptados.';
17
$PHPMAILER_LANG['connect_host']         = 'Error SMTP: No puedo conectar al servidor SMTP.';
18
$PHPMAILER_LANG['file_access']          = 'No puedo acceder al archivo: ';
19
$PHPMAILER_LANG['file_open']            = 'Error de Archivo: No puede abrir el archivo: ';
20
$PHPMAILER_LANG['encoding']             = 'Codificación desconocida: ';
21
$PHPMAILER_LANG['signing']              = 'Error al firmar: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
25 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-fr.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * French Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Vous devez fournir au moins une ' .
10
                                          'adresse de destinataire.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' client de messagerie non supporté.';
12
$PHPMAILER_LANG["execute"]              = 'Impossible de lancer l\'exécution : ';
13
$PHPMAILER_LANG["instantiate"]          = 'Impossible d\'instancier la fonction mail.';
14
$PHPMAILER_LANG["authenticate"]         = 'Erreur SMTP : Echec de l\'authentification.';
15
$PHPMAILER_LANG["from_failed"]          = 'L\'adresse d\'expéditeur suivante a échouée : ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'Erreur SMTP : Les destinataires ' .
17
                                          'suivants sont en erreur : ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'Erreur SMTP : Données incorrects.';
19
$PHPMAILER_LANG["connect_host"]         = 'Erreur SMTP : Impossible de se connecter au serveur SMTP.';
20
$PHPMAILER_LANG["file_access"]          = 'Impossible d\'accéder au fichier : ';
21
$PHPMAILER_LANG["file_open"]            = 'Erreur Fichier : ouverture impossible : ';
22
$PHPMAILER_LANG["encoding"]             = 'Encodage inconnu : ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * French Version
5
 */
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
$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 : ';
16
$PHPMAILER_LANG['data_not_accepted']    = 'Erreur SMTP : Données incorrects.';
17
$PHPMAILER_LANG['connect_host']         = 'Erreur SMTP : Impossible de se connecter au serveur SMTP.';
18
$PHPMAILER_LANG['file_access']          = 'Impossible d\'accéder au fichier : ';
19
$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: ';
25 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-et.php
2 2
/**
3 3
 * PHPMailer language file.
4 4
 * Estonian Version
5
 * By Indrek P&auml;ri
5
 * By Indrek Päri
6 6
 */
7 7

  
8 8
$PHPMAILER_LANG = array();
9 9

  
10
$PHPMAILER_LANG["provide_address"]      = 'Te peate m&auml;&auml;rama v&auml;hemalt &uuml;he saaja e-posti aadressi.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' maileri tugi puudub.';
12
$PHPMAILER_LANG["execute"]              = 'Tegevus eba&otilde;nnestus: ';
13
$PHPMAILER_LANG["instantiate"]          = 'mail funktiooni k&auml;ivitamine eba&otilde;nnestus.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Viga: Autoriseerimise viga.';
15
$PHPMAILER_LANG["from_failed"]          = 'J&auml;rgnev saatja e-posti aadress on vigane: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Viga: J&auml;rgnevate saajate e-posti aadressid on vigased: ';
17
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Viga: Vigased andmed.';
18
$PHPMAILER_LANG["connect_host"]         = 'SMTP Viga: Ei &otilde;nnestunud luua &uuml;hendust SMTP serveriga.';
19
$PHPMAILER_LANG["file_access"]          = 'Pole piisavalt &otilde;iguseid j&auml;rgneva faili avamiseks: ';
20
$PHPMAILER_LANG["file_open"]            = 'Faili Viga: Faili avamine eba&otilde;nnestus: ';
21
$PHPMAILER_LANG["encoding"]             = 'Tundmatu Unknown kodeering: ';
22
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
23

  
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
$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: ';
17
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Viga: Vigased andmed.';
18
$PHPMAILER_LANG['connect_host']         = 'SMTP Viga: Ei õnnestunud luua ühendust SMTP serveriga.';
19
$PHPMAILER_LANG['file_access']          = 'Pole piisavalt õiguseid järgneva faili avamiseks: ';
20
$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: ';
24 24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-nl.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Dutch Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Er moet tenmiste &eacute;&eacute;n ' .
10
                                          'ontvanger emailadres opgegeven worden.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer wordt niet ondersteund.';
12
$PHPMAILER_LANG["execute"]              = 'Kon niet uitvoeren: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Kon mail functie niet initialiseren.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Fout: authenticatie mislukt.';
15
$PHPMAILER_LANG["from_failed"]          = 'De volgende afzender adressen zijn mislukt: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Fout: De volgende ' .
17
                                          'ontvangers zijn mislukt: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Fout: Data niet geaccepteerd.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Fout: Kon niet verbinden met SMTP host.';
20
$PHPMAILER_LANG["file_access"]          = 'Kreeg geen toegang tot bestand: ';
21
$PHPMAILER_LANG["file_open"]            = 'Bestandsfout: Kon bestand niet openen: ';
22
$PHPMAILER_LANG["encoding"]             = 'Onbekende codering: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Dutch Version
5
 */
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
$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: ';
16
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Fout: Data niet geaccepteerd.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP Fout: Kon niet verbinden met SMTP host.';
18
$PHPMAILER_LANG['file_access']          = 'Kreeg geen toegang tot bestand: ';
19
$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: ';
25 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-pl.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Polish Version, encoding: windows-1250
5
 * translated from english lang file ver. 1.72
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'Nale¿y podaæ prawid³owy adres email Odbiorcy.';
11
$PHPMAILER_LANG["mailer_not_supported"] = 'Wybrana metoda wysy³ki wiadomoœci nie jest obs³ugiwana.';
12
$PHPMAILER_LANG["execute"]              = 'Nie mo¿na uruchomiæ: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Nie mo¿na wywo³aæ funkcji mail(). SprawdŸ konfiguracjê serwera.';
14
$PHPMAILER_LANG["authenticate"]         = 'B³¹d SMTP: Nie mo¿na przeprowadziæ autentykacji.';
15
$PHPMAILER_LANG["from_failed"]          = 'Nastêpuj¹cy adres Nadawcy jest jest nieprawid³owy: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'B³¹d SMTP: Nastêpuj¹cy ' .
17
                                          'odbiorcy s¹ nieprawid³owi: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'B³¹d SMTP: Dane nie zosta³y przyjête.';
19
$PHPMAILER_LANG["connect_host"]         = 'B³¹d SMTP: Nie mo¿na po³¹czyæ siê z wybranym hostem.';
20
$PHPMAILER_LANG["file_access"]          = 'Brak dostêpu do pliku: ';
21
$PHPMAILER_LANG["file_open"]            = 'Nie mo¿na otworzyæ pliku: ';
22
$PHPMAILER_LANG["encoding"]             = 'Nieznany sposób kodowania znaków: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Polish Version
5
 */
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: ';
25 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-it.php
1
<?php
2
/**
3
* PHPMailer language file.
4
* Italian version
5
* @package PHPMailer
6
* @author Ilias Bartolini <brain79@inwind.it?>*/
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'Deve essere fornito almeno un'.
11
                                          ' indirizzo ricevente';
12
$PHPMAILER_LANG["mailer_not_supported"] = 'Mailer non supportato';
13
$PHPMAILER_LANG["execute"]              = "Impossibile eseguire l'operazione: ";
14
$PHPMAILER_LANG["instantiate"]          = 'Impossibile istanziare la funzione mail';
15
$PHPMAILER_LANG["authenticate"]         = 'SMTP Error: Impossibile autenticarsi.';
16
$PHPMAILER_LANG["from_failed"]          = 'I seguenti indirizzi mittenti hanno'.
17
                                          ' generato errore: ';
18
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Error: I seguenti indirizzi'.
19
                                          'destinatari hanno generato errore: ';
20
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Error: Data non accettati dal'.
21
                                          'server.';
22
$PHPMAILER_LANG["connect_host"]         = 'SMTP Error: Impossibile connettersi'.
23
                                          ' all\'host SMTP.';
24
$PHPMAILER_LANG["file_access"]          = 'Impossibile accedere al file: ';
25
$PHPMAILER_LANG["file_open"]            = 'File Error: Impossibile aprire il file: ';
26
$PHPMAILER_LANG["encoding"]             = 'Encoding set dei caratteri sconosciuto: ';
27
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
28

  
1
<?php
2
/**
3
* PHPMailer language file.
4
* Italian version
5
* @package PHPMailer
6
* @author Ilias Bartolini <brain79@inwind.it>*/
7

  
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
$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
$PHPMAILER_LANG['connect_host']         = 'SMTP Error: Impossibile connettersi all\'host SMTP.';
21
$PHPMAILER_LANG['file_access']          = 'Impossibile accedere al file: ';
22
$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: ';
29 26
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-hu.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Hungarian Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Meg kell adnod legalább egy ' .
10
                                          'címzett email címet.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' levelezõ nem támogatott.';
12
$PHPMAILER_LANG["execute"]              = 'Nem tudtam végrehajtani: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Nem sikerült példányosítani a mail funkciót.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Hiba: Sikertelen autentikáció.';
15
$PHPMAILER_LANG["from_failed"]          = 'Az alábbi Feladó cím hibás: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Hiba: Az alábbi ' .
17
                                          'címzettek hibásak: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Hiba: Nem elfogadható adat.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Hiba: Nem tudtam csatlakozni az SMTP host-hoz.';
20
$PHPMAILER_LANG["file_access"]          = 'Nem sikerült elérni a következõ fájlt: ';
21
$PHPMAILER_LANG["file_open"]            = 'Fájl Hiba: Nem sikerült megnyitni a következõ fájlt: ';
22
$PHPMAILER_LANG["encoding"]             = 'Ismeretlen kódolás: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Hungarian Version
5
 */
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
$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: ';
16
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Hiba: Nem elfogadható adat.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP Hiba: Nem tudtam csatlakozni az SMTP host-hoz.';
18
$PHPMAILER_LANG['file_access']          = 'Nem sikerült elérni a következõ fájlt: ';
19
$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: ';
25 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-cz.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Czech Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Musíte zadat alespoò jednu ' .
10
                                          'emailovou adresu pøíjemce.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailový klient není podporován.';
12
$PHPMAILER_LANG["execute"]              = 'Nelze provést: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Nelze vytvoøit instanci emailové funkce.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Error: Chyba autentikace.';
15
$PHPMAILER_LANG["from_failed"]          = 'Následující adresa From je nesprávná: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Error: Adresy pøíjemcù ' .
17
                                          'nejsou správné ' .
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Error: Data nebyla pøijata';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Error: Nelze navázat spojení se ' .
20
                                          ' SMTP serverem.';
21
$PHPMAILER_LANG["file_access"]          = 'Soubor nenalezen: ';
22
$PHPMAILER_LANG["file_open"]            = 'File Error: Nelze otevøít soubor pro ètení: ';
23
$PHPMAILER_LANG["encoding"]             = 'Neznámé kódování: ';
24
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
25

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Czech Version
5
 */
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: ';
26 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-no.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Norwegian Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Du m&aring; angi e-post adresse ' .
10
                                          'til minst en mottaker .';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer st&oslash;ttes ikke.';
12
$PHPMAILER_LANG["execute"]              = 'Opperasjonen kunne ikke utf&oslash;res: ';
13
$PHPMAILER_LANG["instantiate"]          = 'E-post funksjonen kunne ikke startes.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Feil: Autentifikasjon kunne oppn&aring;es.';
15
$PHPMAILER_LANG["from_failed"]          = 'Det oppstod en feil med denne Fra adressen: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Feil: Feil med følgende ' .
17
                                          'e-post mottaker: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Feil: Dataene ble ikke akseptert.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Feil: Kunne ikke koble til SMTP verten.';
20
$PHPMAILER_LANG["file_access"]          = 'Fikk ikke tillgang til filen: ';
21
$PHPMAILER_LANG["file_open"]            = 'Fil Feil: Filen kunne ikke &aring;pnes: ';
22
$PHPMAILER_LANG["encoding"]             = 'Ukjent kodingstype: ';
23
$PHPMAILER_LANG["signing"]              = 'Signeringsfeil: ';
24

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Norwegian Version
5
 */
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
$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: ';
16
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Feil: Data ble ikke akseptert.';
17
$PHPMAILER_LANG['connect_host']         = 'SMTP Feil: Kunne ikke koble til SMTP host.';
18
$PHPMAILER_LANG['file_access']          = 'Kunne ikke få tilgang til filen: ';
19
$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: ';
25 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-ro.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Romanian Version
5
 * @package PHPMailer
6
 * @author Catalin Constantin <catalin@dazoot.ro?> */
7

  
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
$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: ';
17
$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.';
19
$PHPMAILER_LANG["file_access"]          = 'Nu pot accesa fisierul: ';
20
$PHPMAILER_LANG["file_open"]            = 'Eroare de fisier: Nu pot deschide fisierul: ';
21
$PHPMAILER_LANG["encoding"]             = 'Encodare necunoscuta: ';
22
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
23

  
1
<?php

2
/**

3
 * PHPMailer language file.

4
 * Romanian Version

5
 * @package PHPMailer

6
 * @author Catalin Constantin <catalin@dazoot.ro> */

7

  
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
$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: ';

17
$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.';

19
$PHPMAILER_LANG['file_access']          = 'Nu pot accesa fisierul: ';

20
$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: ';
24 24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-zh.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Traditional Chinese Version
5
 * @author liqwei <liqwei@liqwei.com>
6
 */
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
$PHPMAILER_LANG['authenticate'] = 'SMTP 錯誤:登錄失敗。';
14
$PHPMAILER_LANG['from_failed'] = '發送地址錯誤:';
15
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 錯誤:收件人地址錯誤:';
16
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 錯誤:數據不被接受。';
17
$PHPMAILER_LANG['connect_host'] = 'SMTP 錯誤:無法連接到 SMTP 主機。';
18
$PHPMAILER_LANG['file_access'] = '無法訪問文件:';
19
$PHPMAILER_LANG['file_open'] = '文件錯誤:無法打開文件:';
20
$PHPMAILER_LANG['encoding'] = '未知編碼: ';
21
$PHPMAILER_LANG['signing'] = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-ca.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Catalan Version
5
 * By Ivan: web AT microstudi DOT com
6
 */
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
$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: ';
17
$PHPMAILER_LANG["data_not_accepted"]    = 'Error SMTP: Dades no acceptades.';
18
$PHPMAILER_LANG["connect_host"]         = 'Error SMTP: No es pot connectar al servidor SMTP.';
19
$PHPMAILER_LANG["file_access"]          = 'No es pot accedir a l\'arxiu: ';
20
$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

  
1
<?php

2
/**

3
 * PHPMailer language file.

4
 * Catalan Version

5
 * By Ivan: web AT microstudi DOT com

6
 */

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
$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: ';

17
$PHPMAILER_LANG['data_not_accepted']    = 'Error SMTP: Dades no acceptades.';

18
$PHPMAILER_LANG['connect_host']         = 'Error SMTP: No es pot connectar al servidor SMTP.';

19
$PHPMAILER_LANG['file_access']          = 'No es pot accedir a l\'arxiu: ';

20
$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: ';
24 24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-tr.php
1
<?php
2
/**
3
 * PHPMailer dil dosyas?.
4
 * T?rk?e Versiyonu
5
 * ?ZYAZILIM - El?in ?zel - Can Y?lmaz - Mehmet Benlio?lu
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'En az bir tane mail adresi belirtmek zorundas?n?z ' .
11
                                          'al?c?n?n email adresi.';
12
$PHPMAILER_LANG["mailer_not_supported"] = ' mailler desteklenmemektedir.';
13
$PHPMAILER_LANG["execute"]              = '?al??t?r?lam?yor: ';
14
$PHPMAILER_LANG["instantiate"]          = '?rnek mail fonksiyonu yarat?lamad?.';
15
$PHPMAILER_LANG["authenticate"]         = 'SMTP Hatas?: Do?rulanam?yor.';
16
$PHPMAILER_LANG["from_failed"]          = 'Ba?ar?s?z olan g?nderici adresi: ';
17
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Hatas?:  ' .
18
                                          'al?c?lara ula?mad?: ';
19
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Hatas?: Veri kabul edilmedi.';
20
$PHPMAILER_LANG["connect_host"]         = 'SMTP Hatas?: SMTP hosta ba?lan?lam?yor.';
21
$PHPMAILER_LANG["file_access"]          = 'Dosyaya eri?ilemiyor: ';
22
$PHPMAILER_LANG["file_open"]            = 'Dosya Hatas?: Dosya a??lam?yor: ';
23
$PHPMAILER_LANG["encoding"]             = 'Bilinmeyen ?ifreleme: ';
24
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
25

  
1
<?php
2
/**
3
 * PHPMailer dil dosyasý.
4
 * Türkçe Versiyonu
5
 * ÝZYAZILIM - Elçin Özel - Can Yýlmaz - Mehmet Benlioðlu
6
 */
7

  
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
$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ý: ';
17
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Hatasý: Veri kabul edilmedi.';
18
$PHPMAILER_LANG['connect_host']         = 'SMTP Hatasý: SMTP hosta baðlanýlamýyor.';
19
$PHPMAILER_LANG['file_access']          = 'Dosyaya eriþilemiyor: ';
20
$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: ';
26 24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-ru.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Russian Version by Alexey Chumakov <alex@chumakov.ru?> */
5

  
6
$PHPMAILER_LANG = array();
7

  
8
$PHPMAILER_LANG["provide_address"]      = '??????????, ??????? ???? ?? ???? ????? e-mail ' .
9
                                          '??????????.';
10
$PHPMAILER_LANG["mailer_not_supported"] = ' - ???????? ?????? ?? ??????????????.';
11
$PHPMAILER_LANG["execute"]              = '?????????? ????????? ???????: ';
12
$PHPMAILER_LANG["instantiate"]          = '?????????? ????????? ??????? mail.';
13
$PHPMAILER_LANG["authenticate"]         = '?????? SMTP: ?????? ???????????.';
14
$PHPMAILER_LANG["from_failed"]          = '???????? ????? ???????????: ';
15
$PHPMAILER_LANG["recipients_failed"]    = '?????? SMTP: ???????? ?? ????????? ' .
16
                                          '??????? ??????????? ?? ???????: ';
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

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Russian Version by Alexey Chumakov <alex@chumakov.ru> */
5

  
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
$PHPMAILER_LANG['authenticate']         = 'Ошибка SMTP: ошибка авторизации.';
13
$PHPMAILER_LANG['from_failed']          = 'Неверный адрес отправителя: ';
14
$PHPMAILER_LANG['recipients_failed']    = 'Ошибка SMTP: отправка по следующим ' .
15
                                          'адресам получателей не удалась: ';
16
$PHPMAILER_LANG['data_not_accepted']    = 'Ошибка SMTP: данные не приняты.';
17
$PHPMAILER_LANG['connect_host']         = 'Ошибка SMTP: не удается подключиться к серверу SMTP.';
18
$PHPMAILER_LANG['file_access']          = 'Нет доступа к файлу: ';
19
$PHPMAILER_LANG['file_open']            = 'Файловая ошибка: не удается открыть файл: ';
20
$PHPMAILER_LANG['encoding']             = 'Неизвестный вид кодировки: ';
21
$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
24 23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-de.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * German Version
5
 * Thanks to Yann-Patrick Schlame for the latest update!
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'Bitte geben Sie mindestens eine ' .
11
                                          'Empf&auml;nger Emailadresse an.';
12
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer wird nicht unterst&uuml;tzt.';
13
$PHPMAILER_LANG["execute"]              = 'Konnte folgenden Befehl nicht ausf&uuml;hren: ';
14
$PHPMAILER_LANG["instantiate"]          = 'Mail Funktion konnte nicht initialisiert werden.';
15
$PHPMAILER_LANG["authenticate"]         = 'SMTP Fehler: Authentifizierung fehlgeschlagen.';
16
$PHPMAILER_LANG["from_failed"]          = 'Die folgende Absenderadresse ist nicht korrekt: ';
17
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Fehler: Die folgenden ' .
18
                                          'Empf&auml;nger sind nicht korrekt: ';
19
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Fehler: Daten werden nicht akzeptiert.';
20
$PHPMAILER_LANG["connect_host"]         = 'SMTP Fehler: Konnte keine Verbindung zum SMTP-Host herstellen.';
21
$PHPMAILER_LANG["file_access"]          = 'Zugriff auf folgende Datei fehlgeschlagen: ';
22
$PHPMAILER_LANG["file_open"]            = 'Datei Fehler: konnte folgende Datei nicht &ouml;ffnen: ';
23
$PHPMAILER_LANG["encoding"]             = 'Unbekanntes Encoding-Format: ';
24
$PHPMAILER_LANG["signing"]              = 'Fehler beim Signieren: ';
25

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * German Version
5
 * Thanks to Yann-Patrick Schlame for the latest update!
6
 */
7

  
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
$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: ';
17
$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.';
19
$PHPMAILER_LANG['file_access']          = 'Zugriff auf folgende Datei fehlgeschlagen: ';
20
$PHPMAILER_LANG['file_open']            = 'Datei Fehler: konnte folgende Datei nicht öffnen: ';
21
$PHPMAILER_LANG['encoding']             = 'Unbekanntes Encoding-Format: ';
22
$PHPMAILER_LANG['signing']              = 'Fehler beim Signieren: ';
23
$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
26 24
?>
trunk/wb/include/phpmailer/ChangeLog.txt
1
ChangeLog
2
* removed PHPMailer fix introduced with 2.0.3 to get SMTP working again (line 1041 in class.smtp.php) doc
3

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

  
18
Version 2.0.2 (June 04 2008)
19

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

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

  
43
Version 2.0.1 (Sun, Dec 02 2007)
44
* corrected incorrect version numbers in all three classes
45

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

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

  
62
******************
63
A note on sending bulk emails:
64

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

  
72
A partial example for use with PHPMailer:
73

  
74
$mail->AddAddress("undisclosed-recipients:;");
75
$mail->AddBCC("email1@anydomain.com,email2@anyotherdomain.com,email3@anyalternatedomain.com");
76

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

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

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

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

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

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

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

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

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

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

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

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

  
193
Version 1.47 (Tue, Oct 16 2001)
194
* Fixed Received header code format
195
* Fixed AltBody order error
196
* Fixed alternate port warning
197

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

  
207
Version 1.41 (Wed, Aug 22 2001)
208
* Fixed AltBody bug w/o attachments
209
* Fixed rfc_date() for certain mail servers
210

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

  
216
Version 1.29 (Fri, Aug 03 2001)
217
* Added AddStringAttachment() method
218
* Added SMTP authentication support
219

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

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

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

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

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff