mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add destination_conditions, destination_actions, and additional descriptions.
This commit is contained in:
@@ -674,27 +674,6 @@ $text['label-destination_cid_name_prefix']['ru-ru'] = "Префикс имени
|
||||
$text['label-destination_cid_name_prefix']['sv-se'] = "Caller ID Namn Prefix ";
|
||||
$text['label-destination_cid_name_prefix']['uk-ua'] = "Caller ID Префікс імені";
|
||||
|
||||
$text['label-destination_caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['label-destination_caller_id_number']['en-gb'] = "Caller ID Number";
|
||||
$text['label-destination_caller_id_number']['ar-eg'] = "رقم المتصل";
|
||||
$text['label-destination_caller_id_number']['de-at'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-destination_caller_id_number']['de-ch'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-destination_caller_id_number']['de-de'] = "Anruferkennung (Nummer)";
|
||||
$text['label-destination_caller_id_number']['es-cl'] = "Número de Caller ID";
|
||||
$text['label-destination_caller_id_number']['es-mx'] = "Número de Caller ID"; //copied from es-cl
|
||||
$text['label-destination_caller_id_number']['fr-ca'] = "Caller ID Number"; //copied from fr-fr
|
||||
$text['label-destination_caller_id_number']['fr-fr'] = "Caller ID Number";
|
||||
$text['label-destination_caller_id_number']['he-il'] = "";
|
||||
$text['label-destination_caller_id_number']['it-it'] = "ID Numero Chiamante";
|
||||
$text['label-destination_caller_id_number']['nl-nl'] = "CID Nummer";
|
||||
$text['label-destination_caller_id_number']['pl-pl'] = "Prezentaca numeru dzwoniącego";
|
||||
$text['label-destination_caller_id_number']['pt-br'] = "Número de ID Chamador";
|
||||
$text['label-destination_caller_id_number']['pt-pt'] = "Número do chamador";
|
||||
$text['label-destination_caller_id_number']['ro-ro'] = "";
|
||||
$text['label-destination_caller_id_number']['ru-ru'] = "Префикс номера (Caller ID) вызывающего абонента";
|
||||
$text['label-destination_caller_id_number']['sv-se'] = "Caller ID Nummer";
|
||||
$text['label-destination_caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['label-destination_caller_id_name']['en-us'] = "Caller ID Name";
|
||||
$text['label-destination_caller_id_name']['en-gb'] = "Caller ID Name";
|
||||
$text['label-destination_caller_id_name']['ar-eg'] = "اسم المتصل";
|
||||
@@ -716,6 +695,27 @@ $text['label-destination_caller_id_name']['ru-ru'] = "Имя идентифик
|
||||
$text['label-destination_caller_id_name']['sv-se'] = "Caller ID Namn";
|
||||
$text['label-destination_caller_id_name']['uk-ua'] = "Caller ID Ім’я";
|
||||
|
||||
$text['label-destination_caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['label-destination_caller_id_number']['en-gb'] = "Caller ID Number";
|
||||
$text['label-destination_caller_id_number']['ar-eg'] = "رقم المتصل";
|
||||
$text['label-destination_caller_id_number']['de-at'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-destination_caller_id_number']['de-ch'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['label-destination_caller_id_number']['de-de'] = "Anruferkennung (Nummer)";
|
||||
$text['label-destination_caller_id_number']['es-cl'] = "Número de Caller ID";
|
||||
$text['label-destination_caller_id_number']['es-mx'] = "Número de Caller ID"; //copied from es-cl
|
||||
$text['label-destination_caller_id_number']['fr-ca'] = "Caller ID Number"; //copied from fr-fr
|
||||
$text['label-destination_caller_id_number']['fr-fr'] = "Caller ID Number";
|
||||
$text['label-destination_caller_id_number']['he-il'] = "";
|
||||
$text['label-destination_caller_id_number']['it-it'] = "ID Numero Chiamante";
|
||||
$text['label-destination_caller_id_number']['nl-nl'] = "CID Nummer";
|
||||
$text['label-destination_caller_id_number']['pl-pl'] = "Prezentaca numeru dzwoniącego";
|
||||
$text['label-destination_caller_id_number']['pt-br'] = "Número de ID Chamador";
|
||||
$text['label-destination_caller_id_number']['pt-pt'] = "Número do chamador";
|
||||
$text['label-destination_caller_id_number']['ro-ro'] = "";
|
||||
$text['label-destination_caller_id_number']['ru-ru'] = "Префикс номера (Caller ID) вызывающего абонента";
|
||||
$text['label-destination_caller_id_number']['sv-se'] = "Caller ID Nummer";
|
||||
$text['label-destination_caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['label-carrier']['en-us'] = "Carrier name";
|
||||
$text['label-carrier']['en-gb'] = "Carrier name";
|
||||
$text['label-carrier']['ar-eg'] = "";
|
||||
@@ -821,26 +821,68 @@ $text['label-account_code']['ru-ru'] = "Код Учетной Записи";
|
||||
$text['label-account_code']['sv-se'] = "Account Code";
|
||||
$text['label-account_code']['uk-ua'] = "Код облікового запису";
|
||||
|
||||
$text['label-detail_action']['en-us'] = "Actions";
|
||||
$text['label-detail_action']['en-gb'] = "Actions";
|
||||
$text['label-detail_action']['ar-eg'] = "الأفعال";
|
||||
$text['label-detail_action']['de-at'] = "Aktionen"; //copied from de-de
|
||||
$text['label-detail_action']['de-ch'] = "Aktionen"; //copied from de-de
|
||||
$text['label-detail_action']['de-de'] = "Aktionen";
|
||||
$text['label-detail_action']['es-cl'] = "Accións";
|
||||
$text['label-detail_action']['es-mx'] = "Accións"; //copied from es-cl
|
||||
$text['label-detail_action']['fr-ca'] = "Actions"; //copied from fr-fr
|
||||
$text['label-detail_action']['fr-fr'] = "Actions";
|
||||
$text['label-detail_action']['he-il'] = "פעולות";
|
||||
$text['label-detail_action']['it-it'] = "Azioni";
|
||||
$text['label-detail_action']['nl-nl'] = "Akties";
|
||||
$text['label-detail_action']['pl-pl'] = "Akcje";
|
||||
$text['label-detail_action']['pt-br'] = "Ações"; //copied from pt-pt
|
||||
$text['label-detail_action']['pt-pt'] = "Ações";
|
||||
$text['label-detail_action']['ro-ro'] = "";
|
||||
$text['label-detail_action']['ru-ru'] = "Действия";
|
||||
$text['label-detail_action']['sv-se'] = "Åtgärder";
|
||||
$text['label-detail_action']['uk-ua'] = "Дії";
|
||||
$text['label-destination_conditions']['en-us'] = "Conditions";
|
||||
$text['label-destination_conditions']['en-gb'] = "Conditions";
|
||||
$text['label-destination_conditions']['ar-eg'] = "Conditions";
|
||||
$text['label-destination_conditions']['de-at'] = "Conditions"; //copied from de-de
|
||||
$text['label-destination_conditions']['de-ch'] = "Conditions"; //copied from de-de
|
||||
$text['label-destination_conditions']['de-de'] = "Conditions";
|
||||
$text['label-destination_conditions']['es-cl'] = "Conditions";
|
||||
$text['label-destination_conditions']['es-mx'] = "Conditions"; //copied from es-cl
|
||||
$text['label-destination_conditions']['fr-ca'] = "Conditions"; //copied from fr-fr
|
||||
$text['label-destination_conditions']['fr-fr'] = "Conditions";
|
||||
$text['label-destination_conditions']['he-il'] = "Conditions";
|
||||
$text['label-destination_conditions']['it-it'] = "Conditions";
|
||||
$text['label-destination_conditions']['nl-nl'] = "Conditions";
|
||||
$text['label-destination_conditions']['pl-pl'] = "Conditions";
|
||||
$text['label-destination_conditions']['pt-br'] = "Conditions"; //copied from pt-pt
|
||||
$text['label-destination_conditions']['pt-pt'] = "Conditions";
|
||||
$text['label-destination_conditions']['ro-ro'] = "Conditions";
|
||||
$text['label-destination_conditions']['ru-ru'] = "Conditions";
|
||||
$text['label-destination_conditions']['sv-se'] = "Conditions";
|
||||
$text['label-destination_conditions']['uk-ua'] = "Conditions";
|
||||
|
||||
$text['option-caller_id_number']['en-us'] = "Caller ID Number";
|
||||
$text['option-caller_id_number']['en-gb'] = "Caller ID Number";
|
||||
$text['option-caller_id_number']['ar-eg'] = "رقم المتصل";
|
||||
$text['option-caller_id_number']['de-at'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['option-caller_id_number']['de-ch'] = "Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['option-caller_id_number']['de-de'] = "Anruferkennung (Nummer)";
|
||||
$text['option-caller_id_number']['es-cl'] = "Número de Caller ID";
|
||||
$text['option-caller_id_number']['es-mx'] = "Número de Caller ID"; //copied from es-cl
|
||||
$text['option-caller_id_number']['fr-ca'] = "Numéro d'identification de l'appelant."; //copied from fr-fr
|
||||
$text['option-caller_id_number']['fr-fr'] = "Numéro d'identification de l'appelant.";
|
||||
$text['option-caller_id_number']['he-il'] = "";
|
||||
$text['option-caller_id_number']['it-it'] = "ID Numero Chiamante";
|
||||
$text['option-caller_id_number']['nl-nl'] = "CID Nummer";
|
||||
$text['option-caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego ";
|
||||
$text['option-caller_id_number']['pt-br'] = "Número do discador";
|
||||
$text['option-caller_id_number']['pt-pt'] = "Número do Chamador";
|
||||
$text['option-caller_id_number']['ro-ro'] = "";
|
||||
$text['option-caller_id_number']['ru-ru'] = "Идентификационный номер (Caller ID) вызывающего абонента";
|
||||
$text['option-caller_id_number']['sv-se'] = "Caller ID Nummer";
|
||||
$text['option-caller_id_number']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['label-destination_actions']['en-us'] = "Actions";
|
||||
$text['label-destination_actions']['en-gb'] = "Actions";
|
||||
$text['label-destination_actions']['ar-eg'] = "الأفعال";
|
||||
$text['label-destination_actions']['de-at'] = "Aktionen"; //copied from de-de
|
||||
$text['label-destination_actions']['de-ch'] = "Aktionen"; //copied from de-de
|
||||
$text['label-destination_actions']['de-de'] = "Aktionen";
|
||||
$text['label-destination_actions']['es-cl'] = "Accións";
|
||||
$text['label-destination_actions']['es-mx'] = "Accións"; //copied from es-cl
|
||||
$text['label-destination_actions']['fr-ca'] = "Actions"; //copied from fr-fr
|
||||
$text['label-destination_actions']['fr-fr'] = "Actions";
|
||||
$text['label-destination_actions']['he-il'] = "פעולות";
|
||||
$text['label-destination_actions']['it-it'] = "Azioni";
|
||||
$text['label-destination_actions']['nl-nl'] = "Akties";
|
||||
$text['label-destination_actions']['pl-pl'] = "Akcje";
|
||||
$text['label-destination_actions']['pt-br'] = "Ações"; //copied from pt-pt
|
||||
$text['label-destination_actions']['pt-pt'] = "Ações";
|
||||
$text['label-destination_actions']['ro-ro'] = "";
|
||||
$text['label-destination_actions']['ru-ru'] = "Действия";
|
||||
$text['label-destination_actions']['sv-se'] = "Åtgärder";
|
||||
$text['label-destination_actions']['uk-ua'] = "Дії";
|
||||
|
||||
$text['label-usage']['en-us'] = "Usage";
|
||||
$text['label-usage']['en-gb'] = "Usage";
|
||||
@@ -1475,6 +1517,91 @@ $text['description-destination_caller_id_name']['ru-ru'] = "Введите им
|
||||
$text['description-destination_caller_id_name']['sv-se'] = "Ange Caller ID Namn.";
|
||||
$text['description-destination_caller_id_name']['uk-ua'] = "Введіть ім’я Caller ID";
|
||||
|
||||
$text['description-destination_conditions']['en-us'] = "Add additional conditions.";
|
||||
$text['description-destination_conditions']['en-gb'] = "Add additional conditions.";
|
||||
$text['description-destination_conditions']['ar-eg'] = "";
|
||||
$text['description-destination_conditions']['de-at'] = ""; //copied from de-de
|
||||
$text['description-destination_conditions']['de-ch'] = ""; //copied from de-de
|
||||
$text['description-destination_conditions']['de-de'] = "";
|
||||
$text['description-destination_conditions']['es-cl'] = "";
|
||||
$text['description-destination_conditions']['es-mx'] = ""; //copied from es-cl
|
||||
$text['description-destination_conditions']['fr-ca'] = ""; //copied from fr-fr
|
||||
$text['description-destination_conditions']['fr-fr'] = "";
|
||||
$text['description-destination_conditions']['he-il'] = "";
|
||||
$text['description-destination_conditions']['it-it'] = "";
|
||||
$text['description-destination_conditions']['nl-nl'] = "";
|
||||
$text['description-destination_conditions']['pl-pl'] = "";
|
||||
$text['description-destination_conditions']['pt-br'] = "";
|
||||
$text['description-destination_conditions']['pt-pt'] = "";
|
||||
$text['description-destination_conditions']['ro-ro'] = "";
|
||||
$text['description-destination_conditions']['ru-ru'] = "";
|
||||
$text['description-destination_conditions']['sv-se'] = "";
|
||||
$text['description-destination_conditions']['uk-ua'] = "";
|
||||
|
||||
$text['description-destination_actions']['en-us'] = "Add additional actions.";
|
||||
$text['description-destination_actions']['en-gb'] = "Add additional actions.";
|
||||
$text['description-destination_actions']['ar-eg'] = "";
|
||||
$text['description-destination_actions']['de-at'] = ""; //copied from de-de
|
||||
$text['description-destination_actions']['de-ch'] = ""; //copied from de-de
|
||||
$text['description-destination_actions']['de-de'] = "";
|
||||
$text['description-destination_actions']['es-cl'] = "";
|
||||
$text['description-destination_actions']['es-mx'] = ""; //copied from es-cl
|
||||
$text['description-destination_actions']['fr-ca'] = ""; //copied from fr-fr
|
||||
$text['description-destination_actions']['fr-fr'] = "";
|
||||
$text['description-destination_actions']['he-il'] = "";
|
||||
$text['description-destination_actions']['it-it'] = "";
|
||||
$text['description-destination_actions']['nl-nl'] = "";
|
||||
$text['description-destination_actions']['pl-pl'] = "";
|
||||
$text['description-destination_actions']['pt-br'] = "";
|
||||
$text['description-destination_actions']['pt-pt'] = "";
|
||||
$text['description-destination_actions']['ro-ro'] = "";
|
||||
$text['description-destination_actions']['ru-ru'] = "";
|
||||
$text['description-destination_actions']['sv-se'] = "";
|
||||
$text['description-destination_actions']['uk-ua'] = "";
|
||||
|
||||
|
||||
$text['description-group']['en-us'] = "Assign the destination to a group.";
|
||||
$text['description-group']['en-gb'] = "Assign the destination to a group.";
|
||||
$text['description-group']['ar-eg'] = "";
|
||||
$text['description-group']['de-at'] = ""; //copied from de-de
|
||||
$text['description-group']['de-ch'] = ""; //copied from de-de
|
||||
$text['description-group']['de-de'] = "";
|
||||
$text['description-group']['es-cl'] = "";
|
||||
$text['description-group']['es-mx'] = ""; //copied from es-cl
|
||||
$text['description-group']['fr-ca'] = ""; //copied from fr-fr
|
||||
$text['description-group']['fr-fr'] = "";
|
||||
$text['description-group']['he-il'] = "";
|
||||
$text['description-group']['it-it'] = "";
|
||||
$text['description-group']['nl-nl'] = "";
|
||||
$text['description-group']['pl-pl'] = "";
|
||||
$text['description-group']['pt-br'] = "";
|
||||
$text['description-group']['pt-pt'] = "";
|
||||
$text['description-group']['ro-ro'] = "";
|
||||
$text['description-group']['ru-ru'] = "";
|
||||
$text['description-group']['sv-se'] = "";
|
||||
$text['description-group']['uk-ua'] = "";
|
||||
|
||||
$text['description-destination_order']['en-us'] = "Select the order.";
|
||||
$text['description-destination_order']['en-gb'] = "Select the order.";
|
||||
$text['description-destination_order']['ar-eg'] = "";
|
||||
$text['description-destination_order']['de-at'] = ""; //copied from de-de
|
||||
$text['description-destination_order']['de-ch'] = ""; //copied from de-de
|
||||
$text['description-destination_order']['de-de'] = "";
|
||||
$text['description-destination_order']['es-cl'] = "";
|
||||
$text['description-destination_order']['es-mx'] = ""; //copied from es-cl
|
||||
$text['description-destination_order']['fr-ca'] = ""; //copied from fr-fr
|
||||
$text['description-destination_order']['fr-fr'] = "";
|
||||
$text['description-destination_order']['he-il'] = "";
|
||||
$text['description-destination_order']['it-it'] = "";
|
||||
$text['description-destination_order']['nl-nl'] = "";
|
||||
$text['description-destination_order']['pl-pl'] = "";
|
||||
$text['description-destination_order']['pt-br'] = "";
|
||||
$text['description-destination_order']['pt-pt'] = "";
|
||||
$text['description-destination_order']['ro-ro'] = "";
|
||||
$text['description-destination_order']['ru-ru'] = "";
|
||||
$text['description-destination_order']['sv-se'] = "";
|
||||
$text['description-destination_order']['uk-ua'] = "";
|
||||
|
||||
$text['description-carrier']['en-us'] = "Enter the carrier name. This is use to keep track incase billing";
|
||||
$text['description-carrier']['en-gb'] = "Enter the carrier name. This is use to keep track incase billing";
|
||||
$text['description-carrier']['ar-eg'] = "";
|
||||
|
||||
Reference in New Issue
Block a user