Destinations - Add ability to set condition field on per destination (#5301)
* Update destination_edit.php * Update app_languages.php * Update app_config.php
This commit is contained in:
@@ -484,6 +484,27 @@ $text['label-destination_prefix']['ru-ru'] = "";
|
||||
$text['label-destination_prefix']['sv-se'] = "";
|
||||
$text['label-destination_prefix']['uk-ua'] = "";
|
||||
|
||||
$text['label-destination_condition_field']['en-us'] = "Condition";
|
||||
$text['label-destination_condition_field']['en-gb'] = "Condition";
|
||||
$text['label-destination_condition_field']['ar-eg'] = "";
|
||||
$text['label-destination_condition_field']['de-at'] = ""; //copied from de-de
|
||||
$text['label-destination_condition_field']['de-ch'] = ""; //copied from de-de
|
||||
$text['label-destination_condition_field']['de-de'] = "";
|
||||
$text['label-destination_condition_field']['es-cl'] = "";
|
||||
$text['label-destination_condition_field']['es-mx'] = ""; //copied from es-cl
|
||||
$text['label-destination_condition_field']['fr-ca'] = ""; //copied from fr-fr
|
||||
$text['label-destination_condition_field']['fr-fr'] = "";
|
||||
$text['label-destination_condition_field']['he-il'] = "";
|
||||
$text['label-destination_condition_field']['it-it'] = "";
|
||||
$text['label-destination_condition_field']['nl-nl'] = "";
|
||||
$text['label-destination_condition_field']['pl-pl'] = "";
|
||||
$text['label-destination_condition_field']['pt-br'] = ""; //copied from pt-pt
|
||||
$text['label-destination_condition_field']['pt-pt'] = "";
|
||||
$text['label-destination_condition_field']['ro-ro'] = "";
|
||||
$text['label-destination_condition_field']['ru-ru'] = "";
|
||||
$text['label-destination_condition_field']['sv-se'] = "";
|
||||
$text['label-destination_condition_field']['uk-ua'] = "";
|
||||
|
||||
$text['label-destination_enabled']['en-us'] = "Enabled";
|
||||
$text['label-destination_enabled']['en-gb'] = "Enabled";
|
||||
$text['label-destination_enabled']['ar-eg'] = "مفعل";
|
||||
@@ -1009,6 +1030,27 @@ $text['description-destination_number']['ru-ru'] = "Введите номер н
|
||||
$text['description-destination_number']['sv-se'] = "Ange destinationen.";
|
||||
$text['description-destination_number']['uk-ua'] = "Введіть номер";
|
||||
|
||||
$text['description-destination_condition_field']['en-us'] = "Enter the destination condition.";
|
||||
$text['description-destination_condition_field']['en-gb'] = "Enter the destination condition.";
|
||||
$text['description-destination_condition_field']['ar-eg'] = "";
|
||||
$text['description-destination_condition_field']['de-at'] = ""; //copied from de-de
|
||||
$text['description-destination_condition_field']['de-ch'] = ""; //copied from de-de
|
||||
$text['description-destination_condition_field']['de-de'] = "";
|
||||
$text['description-destination_condition_field']['es-cl'] = "";
|
||||
$text['description-destination_condition_field']['es-mx'] = ""; //copied from es-cl
|
||||
$text['description-destination_condition_field']['fr-ca'] = ""; //copied from fr-fr
|
||||
$text['description-destination_condition_field']['fr-fr'] = "";
|
||||
$text['description-destination_condition_field']['he-il'] = "";
|
||||
$text['description-destination_condition_field']['it-it'] = "";
|
||||
$text['description-destination_condition_field']['nl-nl'] = "";
|
||||
$text['description-destination_condition_field']['pl-pl'] = "";
|
||||
$text['description-destination_condition_field']['pt-br'] = "";
|
||||
$text['description-destination_condition_field']['pt-pt'] = "";
|
||||
$text['description-destination_condition_field']['ro-ro'] = "";
|
||||
$text['description-destination_condition_field']['ru-ru'] = "";
|
||||
$text['description-destination_condition_field']['sv-se'] = "";
|
||||
$text['description-destination_condition_field']['uk-ua'] = "";
|
||||
|
||||
$text['description-destination_prefix']['en-us'] = "Enter the destination prefix.";
|
||||
$text['description-destination_prefix']['en-gb'] = "Enter the destination prefix.";
|
||||
$text['description-destination_prefix']['ar-eg'] = "";
|
||||
|
||||
Reference in New Issue
Block a user