View Issue Details

IDProjectCategoryView StatusLast Update
0000031commerce:seo ProBackendpublic2019-11-09 13:07
ReporterJOTEST Assigned Toakausch811  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version3.4.02 
Summary0000031: PHP MAILER LANGUAGES nur DE
Descriptionphpmailer.lang-de.php gibt es keiner English von
TagsPHP MAILER

Activities

JOTEST

2019-10-08 12:49

reporter   ~0000006

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

Issue History

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