Adding country code to contact edit. (#6210)
* Adding country code to the contact edit. * Adding country code languages for contact edit. * Update contact_phone_edit.php
This commit is contained in:
@@ -1937,6 +1937,28 @@ $text['label-phone_speed_dial']['ru-ru'] = "Быстрый Набор";
|
||||
$text['label-phone_speed_dial']['sv-se'] = "Snabb Nummer";
|
||||
$text['label-phone_speed_dial']['uk-ua'] = "";
|
||||
|
||||
$text['label-phone_country_code']['en-us'] = "Country Code";
|
||||
$text['label-phone_country_code']['en-gb'] = "Country Code";
|
||||
$text['label-phone_country_code']['ar-eg'] = "";
|
||||
$text['label-phone_country_code']['de-at'] = ""; //copied from de-de
|
||||
$text['label-phone_country_code']['de-ch'] = ""; //copied from de-de
|
||||
$text['label-phone_country_code']['de-de'] = "";
|
||||
$text['label-phone_country_code']['el-gr'] = "";
|
||||
$text['label-phone_country_code']['es-cl'] = "";
|
||||
$text['label-phone_country_code']['es-mx'] = "";
|
||||
$text['label-phone_country_code']['fr-ca'] = "";
|
||||
$text['label-phone_country_code']['fr-fr'] = "";
|
||||
$text['label-phone_country_code']['he-il'] = "";
|
||||
$text['label-phone_country_code']['it-it'] = "";
|
||||
$text['label-phone_country_code']['nl-nl'] = "";
|
||||
$text['label-phone_country_code']['pl-pl'] = "";
|
||||
$text['label-phone_country_code']['pt-br'] = "";
|
||||
$text['label-phone_country_code']['pt-pt'] = "";
|
||||
$text['label-phone_country_code']['ro-ro'] = "";
|
||||
$text['label-phone_country_code']['ru-ru'] = "";
|
||||
$text['label-phone_country_code']['sv-se'] = "";
|
||||
$text['label-phone_country_code']['uk-ua'] = "";
|
||||
|
||||
$text['label-phone_numbers']['en-us'] = "Numbers";
|
||||
$text['label-phone_numbers']['en-gb'] = "Numbers";
|
||||
$text['label-phone_numbers']['ar-eg'] = "";
|
||||
@@ -4445,6 +4467,28 @@ $text['description-phone_speed_dial']['ru-ru'] = "Введите номер бы
|
||||
$text['description-phone_speed_dial']['sv-se'] = "Ange snabbknappens nummer.";
|
||||
$text['description-phone_speed_dial']['uk-ua'] = "";
|
||||
|
||||
$text['description-phone_country_code']['en-us'] = "Enter the country code.";
|
||||
$text['description-phone_country_code']['en-gb'] = "Enter the country code.";
|
||||
$text['description-phone_country_code']['ar-eg'] = "";
|
||||
$text['description-phone_country_code']['de-at'] = "";
|
||||
$text['description-phone_country_code']['de-ch'] = "";
|
||||
$text['description-phone_country_code']['de-de'] = "";
|
||||
$text['description-phone_country_code']['el-gr'] = "";
|
||||
$text['description-phone_country_code']['es-cl'] = "";
|
||||
$text['description-phone_country_code']['es-mx'] = "";
|
||||
$text['description-phone_country_code']['fr-ca'] = "";
|
||||
$text['description-phone_country_code']['fr-fr'] = "";
|
||||
$text['description-phone_country_code']['he-il'] = "";
|
||||
$text['description-phone_country_code']['it-it'] = "";
|
||||
$text['description-phone_country_code']['nl-nl'] = "";
|
||||
$text['description-phone_country_code']['pl-pl'] = "";
|
||||
$text['description-phone_country_code']['pt-br'] = "";
|
||||
$text['description-phone_country_code']['pt-pt'] = "";
|
||||
$text['description-phone_country_code']['ro-ro'] = "";
|
||||
$text['description-phone_country_code']['ru-ru'] = "";
|
||||
$text['description-phone_country_code']['sv-se'] = "";
|
||||
$text['description-phone_country_code']['uk-ua'] = "";
|
||||
|
||||
$text['description-phone_number']['en-us'] = "Enter the phone number.";
|
||||
$text['description-phone_number']['en-gb'] = "Enter the phone number.";
|
||||
$text['description-phone_number']['ar-eg'] = "";
|
||||
|
||||
Reference in New Issue
Block a user