mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Fix the label for the device vendor function import and add the translation to resources/app_languages.php.
This commit is contained in:
@@ -88,6 +88,7 @@ if ($domains_processed == 1) {
|
||||
$sql .= "(";
|
||||
$sql .= "device_vendor_uuid, ";
|
||||
$sql .= "device_vendor_function_uuid, ";
|
||||
$sql .= "label, ";
|
||||
$sql .= "name, ";
|
||||
$sql .= "value, ";
|
||||
$sql .= "enabled, ";
|
||||
@@ -97,6 +98,7 @@ if ($domains_processed == 1) {
|
||||
$sql .= "( ";
|
||||
$sql .= "'".$device_vendor_uuid."', ";
|
||||
$sql .= "'".$device_vendor_function_uuid."', ";
|
||||
$sql .= "'".$function['label']."', ";
|
||||
$sql .= "'".$function['name']."', ";
|
||||
$sql .= "'".$function['value']."', ";
|
||||
$sql .= "'true', ";
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
$sql_search .= "or description like '%".$search."%'";
|
||||
$sql_search .= ")";
|
||||
}
|
||||
|
||||
//additional includes
|
||||
require_once "resources/header.php";
|
||||
require_once "resources/paging.php";
|
||||
|
||||
@@ -849,7 +849,16 @@ $text['option-false']['pl'] = "Nie";
|
||||
$text['option-false']['sv-se'] = "Falsk";
|
||||
$text['option-false']['de-at'] = "Aus";
|
||||
|
||||
|
||||
$text['label-label']['en-us'] = "Label";
|
||||
$text['label-label']['es-cl'] = "Etiqueta";
|
||||
$text['label-label']['pt-pt'] = "Etiqueta";
|
||||
$text['label-label']['fr-fr'] = "Label";
|
||||
$text['label-label']['pt-br'] = "Etiqueta";
|
||||
$text['label-label']['he'] = "תג";
|
||||
$text['label-label']['pl'] = "Etykieta";
|
||||
$text['label-label']['uk'] = "Назва";
|
||||
$text['label-label']['sv-se'] = "Etikett";
|
||||
$text['label-label']['de-at'] = "Kennzeichnung";
|
||||
|
||||
//description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user