From bd50dfcc38f4403c203428f72bf63f2e37a12231 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 27 May 2014 00:19:56 +0000 Subject: [PATCH] Add Europe International --- app/dialplan_outbound/app_languages.php | 5 +++++ app/dialplan_outbound/dialplan_outbound_add.php | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/dialplan_outbound/app_languages.php b/app/dialplan_outbound/app_languages.php index f665ece6a8..7a6bd9b06b 100644 --- a/app/dialplan_outbound/app_languages.php +++ b/app/dialplan_outbound/app_languages.php @@ -106,6 +106,11 @@ $text['label-north-america-intl']['pt-pt'] = "América do Norte Internacional"; $text['label-north-america-intl']['fr-fr'] = "Amérique du Nord International"; + $text['label-europe-intl']['en-us'] = "Europe International"; + $text['label-europe-intl']['es-cl'] = "Europa, Internacional"; + $text['label-europe-intl']['pt-pt'] = "Europa Internacional"; + $text['label-europe-intl']['fr-fr'] = "Europe International"; + $text['label-intl']['en-us'] = "International"; $text['label-intl']['es-cl'] = "Internacional"; $text['label-intl']['pt-pt'] = "Internacional"; diff --git a/app/dialplan_outbound/dialplan_outbound_add.php b/app/dialplan_outbound/dialplan_outbound_add.php index 3aa50becfb..3d6fed1208 100644 --- a/app/dialplan_outbound/dialplan_outbound_add.php +++ b/app/dialplan_outbound/dialplan_outbound_add.php @@ -812,6 +812,7 @@ function type_onchange(dialplan_detail_type) { echo " \n"; echo " \n"; echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo " \n"; @@ -827,7 +828,7 @@ function type_onchange(dialplan_detail_type) { echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo "
\n";