mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add subtype to vendor functions and device keys. (#6409)
* Add subtype to vendor functions and device keys. Added to support phones that require a subtype for provisioning the phone. * Add device_key_subtype * Update device_edit.php * Update device_profile_edit.php * Update device_vendor_edit.php * Update device_vendor_function_edit.php * Update device_vendor_functions.php * Update device_vendor_restore.php * Update index.php * Update provision.php * Update app_languages.php * Update app_config.php
This commit is contained in:
@@ -2731,6 +2731,29 @@ $text['label-type']['sv-se'] = "Typ";
|
||||
$text['label-type']['uk-ua'] = "Тип";
|
||||
$text['label-type']['tr-tr'] = "Tür";
|
||||
|
||||
$text['label-subtype']['en-us'] = "Subtype";
|
||||
$text['label-subtype']['en-gb'] = "Subtype";
|
||||
$text['label-subtype']['ar-eg'] = "";
|
||||
$text['label-subtype']['de-at'] = "Typ"; //copied from de-de
|
||||
$text['label-subtype']['de-ch'] = "Typ"; //copied from de-de
|
||||
$text['label-subtype']['de-de'] = "Typ";
|
||||
$text['label-subtype']['el-gr'] = "Τύπος";
|
||||
$text['label-subtype']['es-cl'] = "Tipo";
|
||||
$text['label-subtype']['es-mx'] = "Tipo"; //copied from es-cl
|
||||
$text['label-subtype']['fr-ca'] = "Type"; //copied from fr-fr
|
||||
$text['label-subtype']['fr-fr'] = "Type";
|
||||
$text['label-subtype']['he-il'] = "";
|
||||
$text['label-subtype']['it-it'] = "Tipo";
|
||||
$text['label-subtype']['nl-nl'] = "";
|
||||
$text['label-subtype']['pl-pl'] = "Typ";
|
||||
$text['label-subtype']['pt-br'] = "Tipo"; //copied from pt-pt
|
||||
$text['label-subtype']['pt-pt'] = "Tipo";
|
||||
$text['label-subtype']['ro-ro'] = "";
|
||||
$text['label-subtype']['ru-ru'] = "Тип";
|
||||
$text['label-subtype']['sv-se'] = "Typ";
|
||||
$text['label-subtype']['uk-ua'] = "Тип";
|
||||
$text['label-subtype']['tr-tr'] = "Tür";
|
||||
|
||||
$text['label-remaining']['en-us'] = "Remaining";
|
||||
$text['label-remaining']['en-gb'] = "Remaining";
|
||||
$text['label-remaining']['ar-eg'] = "Remaining";
|
||||
@@ -5087,4 +5110,4 @@ $text['title-languages']['ru-ru'] = "";
|
||||
$text['title-languages']['sv-se'] = "Språk";
|
||||
$text['title-languages']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user