Project

General

Profile

« Previous | Next » 

Revision 2054

Added by darkviper almost 11 years ago

- remove old language files from PHPMailer

View differences:

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

  
14
01 Jan-2014 Build 2054 Manuela v.d.Decken(DarkViper)
15
- remove old language files from PHPMailer
14 16
01 Jan-2014 Build 2053 Manuela v.d.Decken(DarkViper)
15 17
! update PHPMailer to version Version 5.2.7
16 18
29 Dec-2013 Build 2052 Manuela v.d.Decken(DarkViper)
branches/2.8.x/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 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: ';
23
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-br.php
1
<?php
2
/**
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

  
8
$PHPMAILER_LANG['authenticate']         = 'Erro de SMTP: Não foi possível autenticar.';
9
$PHPMAILER_LANG['connect_host']         = 'Erro de SMTP: Não foi possível conectar com o servidor SMTP.';
10
$PHPMAILER_LANG['data_not_accepted']    = 'Erro de SMTP: Dados não aceitos.';
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: ';
14
$PHPMAILER_LANG['file_access']          = 'Não foi possível acessar o arquivo: ';
15
$PHPMAILER_LANG['file_open']            = 'Erro de Arquivo: Não foi possível abrir o arquivo: ';
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: ';
26
?>
27 0

  
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-ar.php
1
<?php
2
/**
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

  
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: ';
19
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer غير مدعوم.';
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: ';
27
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-cz.php
1
<?php
2
/**
3
* PHPMailer language file: refer to English translation for definitive list
4
* Czech Version
5
*/
6

  
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: ';
25
?>
26 0

  
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-ca.php
1
<?php
2
/**
3
* PHPMailer language file: refer to English translation for definitive list
4
* Catalan Version
5
* By Ivan: web AT microstudi DOT com
6
*/
7

  
8
$PHPMAILER_LANG['authenticate']         = 'Error SMTP: No s\'hapogut autenticar.';
9
$PHPMAILER_LANG['connect_host']         = 'Error SMTP: No es pot connectar al servidor SMTP.';
10
$PHPMAILER_LANG['data_not_accepted']    = 'Error SMTP: Dades no acceptades.';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding']             = 'Codificació desconeguda: ';
13
$PHPMAILER_LANG['execute']              = 'No es pot executar: ';
14
$PHPMAILER_LANG['file_access']          = 'No es pot accedir a l\'arxiu: ';
15
$PHPMAILER_LANG['file_open']            = 'Error d\'Arxiu: No es pot obrir l\'arxiu: ';
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: ';
26
?>
27 0

  
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-de.php
1
<?php
2
/**
3
* PHPMailer language file: refer to English translation for definitive list
4
* German Version
5
*/
6

  
7
$PHPMAILER_LANG['authenticate']         = 'SMTP Fehler: Authentifizierung fehlgeschlagen.';
8
$PHPMAILER_LANG['connect_host']         = 'SMTP Fehler: Konnte keine Verbindung zum SMTP-Host herstellen.';
9
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Fehler: Daten werden nicht akzeptiert.';
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: ';
13
$PHPMAILER_LANG['file_access']          = 'Zugriff auf folgende Datei fehlgeschlagen: ';
14
$PHPMAILER_LANG['file_open']            = 'Datei Fehler: konnte folgende Datei nicht öffnen: ';
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: ';
21
$PHPMAILER_LANG['signing']              = 'Fehler beim Signieren: ';
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: ';
25
?>
26 0

  
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-ch.php
1
<?php
2
/**
3
* PHPMailer language file: refer to English translation for definitive list
4
* Chinese Version
5
* By LiuXin: www.80x86.cn/blog/
6
*/
7

  
8
$PHPMAILER_LANG['authenticate'] = 'SMTP 错误:身份验证失败。';
9
$PHPMAILER_LANG['connect_host'] = 'SMTP 错误: 不能连接SMTP主机。';
10
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误: 数据不可接受。';
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'] = '文件错误:不能打开文件:';
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: ';
26
?>
branches/2.8.x/wb/include/phpmailer/language/phpmailer.lang-dk.php
1
<?php
2
/**
3
* PHPMailer language file: refer to English translation for definitive list
4
* Danish Version
5
* Author: Mikael Stokkebro <info@stokkebro.dk>
6
*/
7

  
8
$PHPMAILER_LANG['authenticate']         = 'SMTP fejl: Kunne ikke logge på.';
9
$PHPMAILER_LANG['connect_host']         = 'SMTP fejl: Kunne ikke tilslutte SMTP serveren.';
10
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP fejl: Data kunne ikke accepteres.';
11
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
12
$PHPMAILER_LANG['encoding']             = 'Ukendt encode-format: ';
13
$PHPMAILER_LANG['execute']              = 'Kunne ikke køre: ';
14
$PHPMAILER_LANG['file_access']          = 'Ingen adgang til fil: ';
15
$PHPMAILER_LANG['file_open']            = 'Fil fejl: Kunne ikke åbne filen: ';
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: ';
26
?>
27 0

  
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.4');
54
if(!defined('REVISION')) define('REVISION', '2053');
54
if(!defined('REVISION')) define('REVISION', '2054');
55 55
if(!defined('SP')) define('SP', '');

Also available in: Unified diff