diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index edb7323e..4be6e54b 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -594,9 +594,7 @@ "Systeminfo_General_TimeZone": "Timezone:", "Systeminfo_This_Client" : "This Client", "Systeminfo_Client_User_Agent": "User Agent:", - "Systeminfo_Client_Resolution": "Browser Resolution:", - "Systeminfo_System" : "System", - "Systeminfo_Motherboard" : "Motherboard", + "Systeminfo_Client_Resolution": "Browser Resolution:", "Systeminfo_CPU" : "CPU", "Systeminfo_CPU_Vendor": "CPU Vendor:", "Systeminfo_CPU_Name": "CPU Name:", @@ -606,7 +604,10 @@ "Systeminfo_Memory" : "Memory", "Systeminfo_Memory_Usage": "Memory usage:", "Systeminfo_Memory_Usage_Percent": "Memory %:", - "Systeminfo_Memory_Total_Memory": "Total memory:", + "Systeminfo_Memory_Total_Memory": "Total memory:", + "Systeminfo_Motherboard" : "Motherboard", + "Systeminfo_Network" : "Network", + "Systeminfo_Network_Hardware" : "Network Hardware", "Systeminfo_Storage" : "Storage", "Systeminfo_Storage_Mount" : "Mount point:", "Systeminfo_Storage_Device" : "Device:", @@ -616,12 +617,18 @@ "Systeminfo_Storage_Usage_Mount" : "Mount point:", "Systeminfo_Storage_Usage_Total" : "Total:", "Systeminfo_Storage_Usage_Used" : "Used:", - "Systeminfo_Storage_Usage_Free" : "Free:", - "Systeminfo_Network" : "Network", - "Systeminfo_Network_Hardware" : "Network Hardware", + "Systeminfo_Storage_Usage_Free" : "Free:", "Systeminfo_Services" : "Services", "Systeminfo_Services_Name" : "Service Name", - "Systeminfo_Services_Description" : "Service Description", - "Systeminfo_USB_Devices" : "USB Devices" + "Systeminfo_Services_Description" : "Service Description", + "Systeminfo_System" : "System", + "Systeminfo_System_Architecture": "Architecture:", + "Systeminfo_System_AVG": "Load average:", + "Systeminfo_System_Kernel": "Kernel:", + "Systeminfo_System_OSVersion": "Operating System:", + "Systeminfo_System_System": "System:", + "Systeminfo_System_Uname": "Uname:", + "Systeminfo_System_Uptime": "Uptime:", + "Systeminfo_USB_Devices" : "USB Devices" } }