mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-17 22:12:13 +00:00
Fix Port and integrate Hostname Setting on send_email() function. Add Test button to Emails app to test outbound SMTP Settings.
This commit is contained in:
@@ -481,6 +481,66 @@ $text['header-emails']['ru-ru'] = "Сообщения Электронной П
|
||||
$text['header-emails']['sv-se'] = "E-post";
|
||||
$text['header-emails']['uk-ua'] = "";
|
||||
|
||||
$text['header-settings']['en-us'] = "Settings";
|
||||
$text['header-settings']['ar-eg'] = "";
|
||||
$text['header-settings']['de-at'] = "";
|
||||
$text['header-settings']['de-ch'] = "";
|
||||
$text['header-settings']['de-de'] = "";
|
||||
$text['header-settings']['es-cl'] = "";
|
||||
$text['header-settings']['es-mx'] = "";
|
||||
$text['header-settings']['fr-ca'] = "";
|
||||
$text['header-settings']['fr-fr'] = "";
|
||||
$text['header-settings']['he-il'] = "";
|
||||
$text['header-settings']['it-it'] = "";
|
||||
$text['header-settings']['nl-nl'] = "";
|
||||
$text['header-settings']['pl-pl'] = "";
|
||||
$text['header-settings']['pt-br'] = "";
|
||||
$text['header-settings']['pt-pt'] = "";
|
||||
$text['header-settings']['ro-ro'] = "";
|
||||
$text['header-settings']['ru-ru'] = "";
|
||||
$text['header-settings']['sv-se'] = "";
|
||||
$text['header-settings']['uk-ua'] = "";
|
||||
|
||||
$text['header-connection']['en-us'] = "Connection";
|
||||
$text['header-connection']['ar-eg'] = "";
|
||||
$text['header-connection']['de-at'] = "";
|
||||
$text['header-connection']['de-ch'] = "";
|
||||
$text['header-connection']['de-de'] = "";
|
||||
$text['header-connection']['es-cl'] = "";
|
||||
$text['header-connection']['es-mx'] = "";
|
||||
$text['header-connection']['fr-ca'] = "";
|
||||
$text['header-connection']['fr-fr'] = "";
|
||||
$text['header-connection']['he-il'] = "";
|
||||
$text['header-connection']['it-it'] = "";
|
||||
$text['header-connection']['nl-nl'] = "";
|
||||
$text['header-connection']['pl-pl'] = "";
|
||||
$text['header-connection']['pt-br'] = "";
|
||||
$text['header-connection']['pt-pt'] = "";
|
||||
$text['header-connection']['ro-ro'] = "";
|
||||
$text['header-connection']['ru-ru'] = "";
|
||||
$text['header-connection']['sv-se'] = "";
|
||||
$text['header-connection']['uk-ua'] = "";
|
||||
|
||||
$text['header-result']['en-us'] = "Result";
|
||||
$text['header-result']['ar-eg'] = "";
|
||||
$text['header-result']['de-at'] = "";
|
||||
$text['header-result']['de-ch'] = "";
|
||||
$text['header-result']['de-de'] = "";
|
||||
$text['header-result']['es-cl'] = "";
|
||||
$text['header-result']['es-mx'] = "";
|
||||
$text['header-result']['fr-ca'] = "";
|
||||
$text['header-result']['fr-fr'] = "";
|
||||
$text['header-result']['he-il'] = "";
|
||||
$text['header-result']['it-it'] = "";
|
||||
$text['header-result']['nl-nl'] = "";
|
||||
$text['header-result']['pl-pl'] = "";
|
||||
$text['header-result']['pt-br'] = "";
|
||||
$text['header-result']['pt-pt'] = "";
|
||||
$text['header-result']['ro-ro'] = "";
|
||||
$text['header-result']['ru-ru'] = "";
|
||||
$text['header-result']['sv-se'] = "";
|
||||
$text['header-result']['uk-ua'] = "";
|
||||
|
||||
$text['description-emails']['en-us'] = "Manage failed email messages.";
|
||||
$text['description-emails']['ar-eg'] = "";
|
||||
$text['description-emails']['de-at'] = "Fehlgeschlagene Email-Nachrichten verwalten."; //copied from de-de
|
||||
@@ -501,6 +561,66 @@ $text['description-emails']['ru-ru'] = "Управление ошибочным
|
||||
$text['description-emails']['sv-se'] = "Hantera misslyckade e-post meddelanden.";
|
||||
$text['description-emails']['uk-ua'] = "";
|
||||
|
||||
$text['button-test']['en-us'] = "Test";
|
||||
$text['button-test']['ar-eg'] = "";
|
||||
$text['button-test']['de-at'] = "";
|
||||
$text['button-test']['de-ch'] = "";
|
||||
$text['button-test']['de-de'] = "";
|
||||
$text['button-test']['es-cl'] = "";
|
||||
$text['button-test']['es-mx'] = "";
|
||||
$text['button-test']['fr-ca'] = "";
|
||||
$text['button-test']['fr-fr'] = "";
|
||||
$text['button-test']['he-il'] = "";
|
||||
$text['button-test']['it-it'] = "";
|
||||
$text['button-test']['nl-nl'] = "";
|
||||
$text['button-test']['pl-pl'] = "";
|
||||
$text['button-test']['pt-br'] = "";
|
||||
$text['button-test']['pt-pt'] = "";
|
||||
$text['button-test']['ro-ro'] = "";
|
||||
$text['button-test']['ru-ru'] = "";
|
||||
$text['button-test']['sv-se'] = "";
|
||||
$text['button-test']['uk-ua'] = "";
|
||||
|
||||
$text['button-send']['en-us'] = "Send";
|
||||
$text['button-send']['ar-eg'] = "";
|
||||
$text['button-send']['de-at'] = "";
|
||||
$text['button-send']['de-ch'] = "";
|
||||
$text['button-send']['de-de'] = "";
|
||||
$text['button-send']['es-cl'] = "";
|
||||
$text['button-send']['es-mx'] = "";
|
||||
$text['button-send']['fr-ca'] = "";
|
||||
$text['button-send']['fr-fr'] = "";
|
||||
$text['button-send']['he-il'] = "";
|
||||
$text['button-send']['it-it'] = "";
|
||||
$text['button-send']['nl-nl'] = "";
|
||||
$text['button-send']['pl-pl'] = "";
|
||||
$text['button-send']['pt-br'] = "";
|
||||
$text['button-send']['pt-pt'] = "";
|
||||
$text['button-send']['ro-ro'] = "";
|
||||
$text['button-send']['ru-ru'] = "";
|
||||
$text['button-send']['sv-se'] = "";
|
||||
$text['button-send']['uk-ua'] = "";
|
||||
|
||||
$text['button-close']['en-us'] = "Close";
|
||||
$text['button-close']['ar-eg'] = "";
|
||||
$text['button-close']['de-at'] = "";
|
||||
$text['button-close']['de-ch'] = "";
|
||||
$text['button-close']['de-de'] = "";
|
||||
$text['button-close']['es-cl'] = "";
|
||||
$text['button-close']['es-mx'] = "";
|
||||
$text['button-close']['fr-ca'] = "";
|
||||
$text['button-close']['fr-fr'] = "";
|
||||
$text['button-close']['he-il'] = "";
|
||||
$text['button-close']['it-it'] = "";
|
||||
$text['button-close']['nl-nl'] = "";
|
||||
$text['button-close']['pl-pl'] = "";
|
||||
$text['button-close']['pt-br'] = "";
|
||||
$text['button-close']['pt-pt'] = "";
|
||||
$text['button-close']['ro-ro'] = "";
|
||||
$text['button-close']['ru-ru'] = "";
|
||||
$text['button-close']['sv-se'] = "";
|
||||
$text['button-close']['uk-ua'] = "";
|
||||
|
||||
$text['button-resend']['en-us'] = "Resend";
|
||||
$text['button-resend']['ar-eg'] = "";
|
||||
$text['button-resend']['de-at'] = "Erneut senden"; //copied from de-de
|
||||
|
||||
Reference in New Issue
Block a user