diff --git a/app/call_broadcast/app_languages.php b/app/call_broadcast/app_languages.php index 92b7d2e43d..64e9620947 100644 --- a/app/call_broadcast/app_languages.php +++ b/app/call_broadcast/app_languages.php @@ -401,8 +401,8 @@ $text['label-broadcast_toll_allow']['ru-ru'] = "Разрешить Платно $text['label-broadcast_toll_allow']['sv-se'] = "Toll Allow"; $text['label-broadcast_toll_allow']['uk-ua'] = ""; -$text['label-accountcode']['en-us'] = "Accountcode"; -$text['label-accountcode']['en-gb'] = "Accountcode"; +$text['label-accountcode']['en-us'] = "Account Code"; +$text['label-accountcode']['en-gb'] = "Account Code"; $text['label-accountcode']['ar-eg'] = ""; $text['label-accountcode']['de-at'] = "Kontoschlüssel"; //copied from de-de $text['label-accountcode']['de-ch'] = "Kontoschlüssel"; //copied from de-de @@ -464,7 +464,7 @@ $text['label-list_example']['ru-ru'] = "Number|First,Last\nNumber|First,Last\n.. $text['label-list_example']['sv-se'] = "Number|First,Last\nNumber|First,Last\n..."; $text['label-list_example']['uk-ua'] = "Number|First,Last\nNumber|First,Last\n..."; -$text['description-start_time']['en-us'] = "Is the time in seconds to start sending calls."; +$text['description-start_time']['en-us'] = "The date and time to begin sending calls."; $text['description-start_time']['en-gb'] = ""; $text['description-start_time']['ar-eg'] = ""; $text['description-start_time']['de-at'] = ""; //copied from de-de @@ -477,7 +477,7 @@ $text['description-start_time']['fr-fr'] = ""; $text['description-start_time']['he-il'] = ""; $text['description-start_time']['it-it'] = ""; $text['description-start_time']['nl-nl'] = ""; -$text['description-start_time']['pl-pl'] = "Jest to czas w sekundach, po którym rozpocznie się wysyłanie połączeń"; +$text['description-start_time']['pl-pl'] = "Data i godzina, aby rozpocząć wysyłanie połączeń."; $text['description-start_time']['pt-br'] = ""; //copied from pt-pt $text['description-start_time']['pt-pt'] = ""; $text['description-start_time']['ro-ro'] = ""; @@ -485,7 +485,7 @@ $text['description-start_time']['ru-ru'] = ""; $text['description-start_time']['sv-se'] = ""; $text['description-start_time']['uk-ua'] = ""; -$text['description-accountcode']['en-us'] = "Account code used most often used for billing systems."; +$text['description-accountcode']['en-us'] = "Used most often for billing systems."; $text['description-accountcode']['en-gb'] = ""; $text['description-accountcode']['ar-eg'] = ""; $text['description-accountcode']['de-at'] = ""; //copied from de-de @@ -590,8 +590,8 @@ $text['description-info']['ru-ru'] = "Введите описание"; $text['description-info']['sv-se'] = "Ange beskrivning här."; $text['description-info']['uk-ua'] = "Введіть опис"; -$text['description-destination']['en-us'] = "Send the call to the extension an IVR Menu, Conference Room, or any other number."; -$text['description-destination']['en-gb'] = "Send the call to the extension an IVR Menu, Conference Room, or any other number."; +$text['description-destination']['en-us'] = "Send the call to an extension, an IVR Menu, Conference Room, or any other number."; +$text['description-destination']['en-gb'] = "Send the call to an extension, an IVR Menu, Conference Room, or any other number."; $text['description-destination']['ar-eg'] = ""; $text['description-destination']['de-at'] = "Der Anruf wird an eine Nebenstelle, eine Automatische Vermittlung, ein Konferenzraum oder jede andere Nummer weitergeleitet."; //copied from de-de $text['description-destination']['de-ch'] = "Der Anruf wird an eine Nebenstelle, eine Automatische Vermittlung, ein Konferenzraum oder jede andere Nummer weitergeleitet."; //copied from de-de diff --git a/app/call_broadcast/call_broadcast.php b/app/call_broadcast/call_broadcast.php index ca5c2a64dc..c5fedb6a9b 100644 --- a/app/call_broadcast/call_broadcast.php +++ b/app/call_broadcast/call_broadcast.php @@ -191,6 +191,7 @@ } echo th_order_by('broadcast_name', $text['label-name'], $order_by, $order); echo th_order_by('broadcast_concurrent_limit', $text['label-concurrent-limit'], $order_by, $order); + echo th_order_by('broadcast_start_time', $text['label-start_time'], $order_by, $order); echo th_order_by('broadcast_description', $text['label-description'], $order_by, $order); if (permission_exists('call_broadcast_edit') && $_SESSION['theme']['list_row_edit_button']['boolean'] == 'true') { echo "