mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Call Broadcast: Implement Date/Time Picker for Start Time field.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user