GUI improvements and new assetclass description
This commit is contained in:
@@ -32,6 +32,7 @@ $lang = array(
|
||||
'lang_all' => 'Alle',
|
||||
'lang_cancel' => 'Abbruch',
|
||||
'lang_color' => 'Farbe',
|
||||
'lang_del' => 'Löschen',
|
||||
'lang_error' => 'Fehler',
|
||||
'lang_item' => 'Gegenstand',
|
||||
'lang_language' => 'Sprache',
|
||||
@@ -66,6 +67,7 @@ $lang = array(
|
||||
'lang_assetclass_del' => 'Objektklasse löschen',
|
||||
'lang_assetclass_edit' => 'Objektklasse ändern',
|
||||
'lang_assetclass_name' => 'Objektklassenname',
|
||||
'lang_assetclass_desc' => 'Beschreibung',
|
||||
'lang_assetclass_count' => '# Objekte',
|
||||
'lang_assetclass_none' => 'Es sind keine Objektklassen vorhanden',
|
||||
|
||||
@@ -104,6 +106,9 @@ $lang = array(
|
||||
'lang_locationsubnet' => 'Standort/Subnetz',
|
||||
'lang_locationsubnet_edit' => 'Standort/Subnetz bearbeiten',
|
||||
|
||||
'lang_cable_add' => 'Kabel hinzufügen',
|
||||
'lang_cable_del' => 'Kabel löschen',
|
||||
'lang_cable_edit' => 'Kabel ändern',
|
||||
'lang_cable_info' => 'Kabelinfo',
|
||||
'lang_cable_type' => 'Kabeltyp',
|
||||
'lang_cable_none' => 'Es sind keine Kabel vorhanden',
|
||||
@@ -169,7 +174,7 @@ $lang = array(
|
||||
|
||||
'lang_zone_add' => 'Zone hinzufügen',
|
||||
'lang_zone_del' => 'Zone löschen',
|
||||
'lang_zone_edit' => 'Zone bearbeiten',
|
||||
'lang_zone_edit' => 'Zone ändern',
|
||||
'lang_zone_none' => 'Es sind keine Zonen vorhanden',
|
||||
|
||||
'lang_vlan_add' => 'VLAN hinzufügen',
|
||||
|
||||
@@ -32,6 +32,7 @@ $lang = array(
|
||||
'lang_all' => 'All',
|
||||
'lang_cancel' => 'Cancel',
|
||||
'lang_color' => 'Color',
|
||||
'lang_del' => 'Delete',
|
||||
'lang_error' => 'Error',
|
||||
'lang_item' => 'Item',
|
||||
'lang_language' => 'Language',
|
||||
@@ -73,6 +74,7 @@ $lang = array(
|
||||
'lang_assetclassgroup_del' => 'Delete assetclassgroup',
|
||||
'lang_assetclassgroup_edit' => 'Modify assetclassgroup',
|
||||
'lang_assetclassgroup_name' => 'Assetclassgroup Name',
|
||||
'lang_assetclass_desc' => 'Description',
|
||||
'lang_assetclassgroup_count' => '# Classes',
|
||||
'lang_assetclassgroup_none' => 'There are no assetclassegroups defined',
|
||||
|
||||
@@ -94,7 +96,7 @@ $lang = array(
|
||||
|
||||
'lang_location_add' => 'Add location',
|
||||
'lang_location_del' => 'Delete location',
|
||||
'lang_location_edit' => 'Mofidy location',
|
||||
'lang_location_edit' => 'Modify location',
|
||||
'lang_location_info' => 'Location info',
|
||||
'lang_location_name' => 'Location name',
|
||||
'lang_location_parent' => 'Parent',
|
||||
@@ -104,6 +106,9 @@ $lang = array(
|
||||
'lang_locationsubnet' => 'Location/Subnet',
|
||||
'lang_locationsubnet_edit' => 'Edit Location/Subnet',
|
||||
|
||||
'lang_cable_add' => 'Add cable',
|
||||
'lang_cable_del' => 'Delete cable',
|
||||
'lang_cable_edit' => 'Modify cable',
|
||||
'lang_cable_info' => 'Cable info',
|
||||
'lang_cable_type' => 'Cable type',
|
||||
'lang_cable_none' => 'There are no cables defined',
|
||||
@@ -169,7 +174,7 @@ $lang = array(
|
||||
|
||||
'lang_zone_add' => 'Add zone',
|
||||
'lang_zone_del' => 'Delete zone',
|
||||
'lang_zone_edit' => 'Mofidy zone',
|
||||
'lang_zone_edit' => 'Modify zone',
|
||||
'lang_zone_none' => 'There are no zones defined',
|
||||
|
||||
'lang_vlan_add' => 'Add VLAN',
|
||||
|
||||
Reference in New Issue
Block a user