diff --git a/system/filtersupdate.php b/system/filtersupdate.php index bc67e9dae..fa8a361f4 100644 --- a/system/filtersupdate.php +++ b/system/filtersupdate.php @@ -1296,6 +1296,8 @@ $filters = array( {"name": "beschreibung"}, {"name": "hersteller"}, {"name": "os"}, + {"name": "lizenzserver_kurzbz"}, + {"name": "lizenzserver_port"}, {"name": "softwarestatus_kurzbz"} ], "filters": [] diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 8baf66909..20f155afe 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -25539,6 +25539,46 @@ array( ) ) ), + array( + 'app' => 'softwarebereitstellung', + 'category' => 'global', + 'phrase' => 'lizenzserverPort', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Lizenzserver Port', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'License server port', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'softwarebereitstellung', + 'category' => 'global', + 'phrase' => 'raumSwZuordnung', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Raum-/SW-Zuordnung', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Location-/SW Assignment', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'softwarebereitstellung', 'category' => 'global',