Email Logs: List view updates, search, bulk resend, download, delete.

This commit is contained in:
Nate
2019-11-10 01:40:29 -07:00
parent a3c6ad6eb1
commit 5232c2bf0a
5 changed files with 310 additions and 164 deletions
+63 -2
View File
@@ -61,7 +61,7 @@ $text['message-resend_failed']['ru-ru'] = "Повторная отправка
$text['message-resend_failed']['sv-se'] = "Skicka Misslyckade Igen";
$text['message-resend_failed']['uk-ua'] = "";
$text['message-message_resent']['en-us'] = "Message Resent";
$text['message-message_resent']['en-us'] = "Message(s) Resent";
$text['message-message_resent']['ar-eg'] = "";
$text['message-message_resent']['de-at'] = "Nachricht erneut gesendet"; //copied from de-de
$text['message-message_resent']['de-ch'] = "Nachricht erneut gesendet"; //copied from de-de
@@ -121,6 +121,26 @@ $text['message-decoding_error']['ru-ru'] = "Ошибка декодирован
$text['message-decoding_error']['sv-se'] = "MIME Message Decoding Erro";
$text['message-decoding_error']['uk-ua'] = "";
$text['message-download_failed']['en-us'] = "Download Failed";
$text['message-download_failed']['ar-eg'] = "Download Failed";
$text['message-download_failed']['de-at'] = "Download Failed";
$text['message-download_failed']['de-ch'] = "Download Failed";
$text['message-download_failed']['de-de'] = "Download Failed";
$text['message-download_failed']['es-cl'] = "Download Failed";
$text['message-download_failed']['es-mx'] = "Download Failed";
$text['message-download_failed']['fr-ca'] = "Download Failed";
$text['message-download_failed']['fr-fr'] = "Download Failed";
$text['message-download_failed']['he-il'] = "Download Failed";
$text['message-download_failed']['it-it'] = "Download Failed";
$text['message-download_failed']['nl-nl'] = "Download Failed";
$text['message-download_failed']['pl-pl'] = "Download Failed";
$text['message-download_failed']['pt-br'] = "Download Failed";
$text['message-download_failed']['pt-pt'] = "Download Failed";
$text['message-download_failed']['ro-ro'] = "Download Failed";
$text['message-download_failed']['ru-ru'] = "Download Failed";
$text['message-download_failed']['sv-se'] = "Download Failed";
$text['message-download_failed']['uk-ua'] = "Download Failed";
$text['label-type_voicemail']['en-us'] = "Voicemail";
$text['label-type_voicemail']['ar-eg'] = "";
$text['label-type_voicemail']['de-at'] = "Mailbox"; //copied from de-de
@@ -141,6 +161,26 @@ $text['label-type_voicemail']['ru-ru'] = "Голосовая Почта";
$text['label-type_voicemail']['sv-se'] = "Röstbrevlåda";
$text['label-type_voicemail']['uk-ua'] = "";
$text['label-type_missed']['en-us'] = "Missed Call";
$text['label-type_missed']['ar-eg'] = "";
$text['label-type_missed']['de-at'] = "Verpasster Anruf"; //copied from de-de
$text['label-type_missed']['de-ch'] = "Verpasster Anruf"; //copied from de-de
$text['label-type_missed']['de-de'] = "Verpasster Anruf";
$text['label-type_missed']['es-cl'] = "Llamada Perdida";
$text['label-type_missed']['es-mx'] = "Llamada Perdida"; //copied from es-cl
$text['label-type_missed']['fr-ca'] = "Appel Manqué"; //copied from fr-fr
$text['label-type_missed']['fr-fr'] = "Appel Manqué";
$text['label-type_missed']['he-il'] = "שיחה שלא נענתה";
$text['label-type_missed']['it-it'] = "Chiamata Persa";
$text['label-type_missed']['nl-nl'] = "";
$text['label-type_missed']['pl-pl'] = "Nieodebrane Połączenie";
$text['label-type_missed']['pt-br'] = "Chamada Perdida"; //copied from pt-pt
$text['label-type_missed']['pt-pt'] = "Chamada Perdida";
$text['label-type_missed']['ro-ro'] = "";
$text['label-type_missed']['ru-ru'] = "Пропущенный вызов";
$text['label-type_missed']['sv-se'] = "Missat Samtal";
$text['label-type_missed']['uk-ua'] = "пропущений Дзвінок";
$text['label-type_email2fax']['en-us'] = "Email to fax report";
$text['label-type_email2fax']['ar-eg'] = "";
$text['label-type_email2fax']['de-at'] = "Email zu Fax Auswertung"; //copied from de-de
@@ -641,4 +681,25 @@ $text['button-resend']['ru-ru'] = "Повторно Отправить";
$text['button-resend']['sv-se'] = "Skicka Igen";
$text['button-resend']['uk-ua'] = "";
?>
$text['confirm-resend']['en-us'] = "Do you really want to resend this?";
$text['confirm-resend']['ar-eg'] = "Do you really want to resend this?";
$text['confirm-resend']['de-at'] = "Do you really want to resend this?";
$text['confirm-resend']['de-ch'] = "Do you really want to resend this?";
$text['confirm-resend']['de-de'] = "Do you really want to resend this?";
$text['confirm-resend']['es-cl'] = "Do you really want to resend this?";
$text['confirm-resend']['es-mx'] = "Do you really want to resend this?";
$text['confirm-resend']['fr-ca'] = "Do you really want to resend this?";
$text['confirm-resend']['fr-fr'] = "Do you really want to resend this?";
$text['confirm-resend']['he-il'] = "Do you really want to resend this?";
$text['confirm-resend']['it-it'] = "Do you really want to resend this?";
$text['confirm-resend']['nl-nl'] = "Do you really want to resend this?";
$text['confirm-resend']['pl-pl'] = "Do you really want to resend this?";
$text['confirm-resend']['pt-br'] = "Do you really want to resend this?";
$text['confirm-resend']['pt-pt'] = "Do you really want to resend this?";
$text['confirm-resend']['ro-ro'] = "Do you really want to resend this?";
$text['confirm-resend']['ru-ru'] = "Do you really want to resend this?";
$text['confirm-resend']['sv-se'] = "Do you really want to resend this?";
$text['confirm-resend']['uk-ua'] = "Do you really want to resend this?";
$text['confirm-resend']['tr-tr'] = "Do you really want to resend this?";
?>