From c6fab002be40af546899d806d39112e9c73dea78 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 12 Aug 2023 19:57:33 +0200 Subject: [PATCH] Update systeminfo.php Added new translation variable "Systeminfo_General" Added new translation variable "Systeminfo_This_Client" Added new translation variable "Systeminfo_System" Added new translation variable "Systeminfo_Motherboard" Added new translation variable "Systeminfo_CPU" Added new translation variable "Systeminfo_Memory" Added new translation variable "Systeminfo_Storage" Added new translation variable "Systeminfo_Storage_usage" Added new translation variable "Systeminfo_Network" Added new translation variable "Systeminfo_Network_Hardware" Added new translation variable "Systeminfo_Services" : "Services", Added new translation variable "Systeminfo_USB_Devices" --- front/systeminfo.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/front/systeminfo.php b/front/systeminfo.php index 7608d719..b41d5e27 100644 --- a/front/systeminfo.php +++ b/front/systeminfo.php @@ -130,7 +130,7 @@ $usb_devices_mount = explode("\n", trim($usb_result)); // General ---------------------------------------------------------- echo '
-

General

+

' . lang('Systeminfo_General') . '

@@ -155,7 +155,7 @@ echo '
// Client ---------------------------------------------------------- echo '
-

This Client

+

' . lang('Systeminfo_This_Client') . '

@@ -183,7 +183,7 @@ echo '