Changes adopted from version 0.4

This commit is contained in:
2023-02-13 09:56:14 +01:00
parent 8d00ee5e1b
commit faf5f368f5
152 changed files with 4971 additions and 1379 deletions

View File

@@ -11,6 +11,10 @@ $lang = array(
'lang_locations' => 'Locations',
'lang_node' => 'Node',
'lang_nodes' => 'Nodes',
'lang_user' => 'User',
'lang_users' => 'Users',
'lang_userclass' => 'Userclass',
'lang_userclasses' => 'Userclasses',
'lang_sublocation' => 'Sub-location',
'lang_sublocations' => 'Sub-locations',
'lang_subnet' => 'Subnet',
@@ -18,9 +22,13 @@ $lang = array(
'lang_vlan' => 'VLAN',
'lang_vlans' => 'VLANs',
'lang_about' => 'About',
'lang_all' => 'All',
'lang_cancel' => 'Cancel',
'lang_color' => 'Color',
'lang_error' => 'Error',
'lang_header_viewby' => 'View by',
'lang_item' => 'Item',
'lang_language' => 'Language',
'lang_login' => 'Login',
'lang_logout' => 'Logout',
@@ -28,8 +36,10 @@ $lang = array(
'lang_reset' => 'Reset',
'lang_search' => 'Search!',
'lang_statistics' => 'Statistics',
'lang_subitem' => 'Sub-Item',
'lang_submit' => 'Submit',
'lang_unassigned' => 'Unassigned',
'lang_userclassauth' => 'Authorization',
'lang_asset_add' => 'Add asset',
'lang_asset_del' => 'Delete asset',
@@ -43,6 +53,10 @@ $lang = array(
'lang_assetclass_edit' => 'Mofidy assetclass',
'lang_assetclass_name' => 'Assetclass name',
'lang_userclassauth_add' => 'Add authorization',
'lang_userclassauth_del' => 'Delete authorization',
'lang_userclassauth_edit' => 'Mofidy authorization',
'lang_assetclassgroup_add' => 'Add assetclassgroup',
'lang_assetclassgroup_del' => 'Delete assetclassgroup',
'lang_assetclassgroup_edit' => 'Modify assetclassgroup',
@@ -51,19 +65,14 @@ $lang = array(
'lang_assigniptoasset' => 'Assign IP to asset',
'lang_assignlocationtosubnet' => 'Assign location to subnet',
'lang_assignvlantosubnet' => 'Assign VLAN to subnet',
'lang_error_ipinuse' => 'IP in use',
'lang_error_locationisparent' => 'This location has sub-locations',
'lang_error_notallowed' => 'Not allowed',
'lang_error_usernameinuse' => 'Username in use',
'lang_goback' => 'Go back',
'lang_location_add' => 'Add location',
'lang_location_del' => 'Delete location',
'lang_location_edit' => 'Mofidy location',
'lang_location_info' => 'Location info',
'lang_location_name' => 'Location name',
'lang_location_parent' => 'Parent',
'lang_sublocation_add' => 'Add Sub-location',
'lang_node_add' => 'Add node',
'lang_node_del' => 'Delete node',
@@ -97,6 +106,11 @@ $lang = array(
'lang_user_passnew2' => 'Retype new password',
'lang_user_passold' => 'Current password',
'lang_userclass_add' => 'Add userclass',
'lang_userclass_del' => 'Delete userclass',
'lang_userclass_edit' => 'Modify userclass',
'lang_userclass_name' => 'Userclass name',
'lang_vlan_add' => 'Add VLAN',
'lang_vlan_del' => 'Delete VLAN',
'lang_vlan_edit' => 'Modify VLAN',
@@ -104,9 +118,13 @@ $lang = array(
'lang_vlan_info' => 'VLAN info',
'lang_vlan_name' => 'VLAN name',
'lang_warning_asset_del_nodes' => 'These nodes will also be deleted!',
'lang_warning_search_nosearch' => 'Nothing to search for!',
'lang_comments' => 'Comments',
'lang_comments_asset_del_nodes' => 'These nodes will also be deleted!',
'lang_comments_ipinuse' => 'IP in use',
'lang_comments_notallowed' => 'Not allowed',
'lang_comments_search_nosearch' => 'Nothing to search for!',
'lang_comments_usernameinuse' => 'Username in use',
'lang_options_ipreg' => 'IP Reg options',
'lang_options_password_edit' => 'Modify password',
'lang_options_personal' => 'Personal options',