diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 69f895524..2f589ffc7 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -460,31 +460,28 @@ "Plugins_Filters_Mac" : "Mac Filter", "Plugins_Out_of" : "out of", "Plugins_no_control" : "No form control was found to render this value.", - "Plugins_enabled_settings" : "Enabled settings", - "Plugins_enabled_settings_icon" : "fa-solid fa-toggle-on", - "Plugins_type_core" : "Core", - "Plugins_type_core_icon" : "fa-solid fa-gem", - "Plugins_type_device_scanner" : "Device Scanners", - "Plugins_type_device_scanner_icon" : "fa-solid fa-magnifying-glass-plus", - "Plugins_type_other" : "Others", - "Plugins_type_other_icon" : "fa-solid fa-recycle", - "Plugins_type_system" : "System", - "Plugins_type_system_icon" : "fa-solid fa-gear", - "Plugins_type_publisher" : "Publishers", - "Plugins_type_publisher_icon" : "fa-solid fa-comment-dots", + "settings_enabled" : "Enabled settings", + "settings_enabled_icon" : "fa-solid fa-toggle-on", + "settings_core_icon" : "fa-solid fa-gem", + "settings_device_scanners_icon" : "fa-solid fa-magnifying-glass-plus", + "settings_other_scanners_icon" : "fa-solid fa-recycle", + "settings_system_icon" : "fa-solid fa-gear", + "settings_publisher_icon" : "fa-solid fa-comment-dots", "Settings_Metadata_Toggle" : "Show/hide metadata for the given setting.", "settings_missing" : "Not all settings loaded, refresh the page! This is probably caused by a high load on the database or app startup sequence.", "settings_missing_block" : "You can not save your settings without specifying all setting keys. Refresh the page. This is probably caused by a high load on the database.", "settings_old" : "Importing settings and re-initializing...", "settings_saved" : "
Settings saved to the pialert.conf file.

A time-stamped backup of the previous file created.

Reloading...
", + "settings_system_label" : "System", + "settings_core_label" : "Core", "settings_imported_label" : "Settings imported", "settings_imported" : "Last time settings were imported from the pialert.conf file", "settings_other_scanners_label" : "Other scanners", "settings_other_scanners" : "Other, non-device scanner plugins that are currently enabled.", "settings_device_scanners_label" : "Device scanners", "settings_device_scanners" : "Device scanners used to discover devices that write into the CurrentScan database table.", - "settings_publishers_enabled_label" : "Publishers", - "settings_publishers_enabled" : "Enabled notification gateways - publishers, that will send a notification depending on your settings.", + "settings_publisher_label" : "Publishers", + "settings_publishers" : "Enabled notification gateways - publishers, that will send a notification depending on your settings.", "settings_expand_all" : "Expand all", "Settings_device_Scanners_desync": "⚠ Device scanner schedules are out-of-sync.", "Settings_device_Scanners_desync_popup": "Schedules of devices scanners (*_RUN_SCHD) are not the same. This will result into inconsistent device online/offline notifications. Unless this is intended, please use the same schedule for all enabled 🔍Device scanners.", diff --git a/front/settings.php b/front/settings.php index 2fea2f2b2..092305a43 100755 --- a/front/settings.php +++ b/front/settings.php @@ -89,7 +89,7 @@
- "> + ">
@@ -100,35 +100,35 @@
- "> + ">
- "> + ">
- "> + ">
- "> + ">
- "> + ">
@@ -219,6 +219,9 @@ function initSettingsPage(settingsData, pluginsData){ overviewSections_html += `
+ + + ${getString("settings_"+section+"_label")}