View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000031 | commerce:seo Pro | Backend | public | 2019-10-08 12:47 | 2019-11-09 13:07 |
Reporter | JOTEST | Assigned To | akausch811 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 3.4.02 | ||||
Summary | 0000031: PHP MAILER LANGUAGES nur DE | ||||
Description | phpmailer.lang-de.php gibt es keiner English von | ||||
Tags | PHP MAILER | ||||
|
Vielleicht so: phpmailer.lang-en.php <?php /** * PHPMailer language file. * English Version */ $PHPMAILER_LANG = array(); $PHPMAILER_LANG['authenticate'] = 'SMTP Error: Could not authenticate.'; $PHPMAILER_LANG['connect_host'] = 'SMTP Error: Could not connect to SMTP host.'; $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Error: Data not accepted.'; $PHPMAILER_LANG['empty_message'] = 'E-Mail body is empty.'; $PHPMAILER_LANG['encoding'] = 'Unknown encoding: '; $PHPMAILER_LANG['execute'] = 'Could not execute: '; $PHPMAILER_LANG['file_access'] = 'Could not access file: '; $PHPMAILER_LANG['file_open'] = 'File Error: Could not open file: '; $PHPMAILER_LANG['from_failed'] = 'The following From address failed: '; $PHPMAILER_LANG['instantiate'] = 'Could not instantiate mail function.'; $PHPMAILER_LANG['invalid_address'] = 'E-Mail will not be sent, Address ist not valid.'; $PHPMAILER_LANG['mailer_not_supported'] = ' mailer is not supported.'; $PHPMAILER_LANG['provide_address'] = 'You must provide at least one recipient email address.'; $PHPMAILER_LANG['recipients_failed'] = 'SMTP Error: The following recipients failed: '; $PHPMAILER_LANG['signing'] = 'Signing Error: '; $PHPMAILER_LANG['smtp_connect_failed'] = 'Connection to SMTP Host failed.'; $PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; $PHPMAILER_LANG['variable_set'] = 'Coould not set variable: '; ?> |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-10-08 12:47 | JOTEST | New Issue | |
2019-10-08 12:47 | JOTEST | Tag Attached: PHP MAILER | |
2019-10-08 12:49 | JOTEST | Note Added: 0000006 | |
2019-11-09 13:04 | akausch811 | Assigned To | => akausch811 |
2019-11-09 13:04 | akausch811 | Status | new => assigned |
2019-11-09 13:07 | akausch811 | Status | assigned => acknowledged |
2019-11-09 13:07 | akausch811 | Status | acknowledged => resolved |
2019-11-09 13:07 | akausch811 | Resolution | open => fixed |
2019-11-09 13:07 | akausch811 | Fixed in Version | => 3.4.02 |