mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Workflows v0.1.1 🆕
This commit is contained in:
@@ -252,9 +252,9 @@ if ($ENABLED_DARKMODE === True) {
|
||||
<li class=" <?php if (in_array (basename($_SERVER['SCRIPT_NAME']), array('settings.php') ) ){ echo 'active'; } ?>">
|
||||
<a href="settings.php"><i class="fa fa-cog"></i> <span><?= lang('Navigation_Settings');?></span></a>
|
||||
</li>
|
||||
<!-- <li class=" <?php if (in_array (basename($_SERVER['SCRIPT_NAME']), array('flows.php') ) ){ echo 'active'; } ?>">
|
||||
<a href="flows.php"><i class="fa fa-shuffle"></i> <span><?= lang('Navigation_Flows');?></span></a>
|
||||
</li> -->
|
||||
<li class=" <?php if (in_array (basename($_SERVER['SCRIPT_NAME']), array('flows.php') ) ){ echo 'active'; } ?>">
|
||||
<a href="workflows.php"><i class="fa fa-shuffle"></i> <span><?= lang('Navigation_Workflows');?></span></a>
|
||||
</li>
|
||||
<li class=" <?php if (in_array (basename($_SERVER['SCRIPT_NAME']), array('systeminfo.php') ) ){ echo 'active'; } ?>">
|
||||
<a href="systeminfo.php"><i class="fa fa-microchip"></i> <span><?= lang('Navigation_SystemInfo');?></span></a>
|
||||
</li>
|
||||
|
||||
@@ -3,6 +3,25 @@
|
||||
"About_Title": "Open Source Network Guard",
|
||||
"About_Design" : "Designed for:",
|
||||
"About_Exit" : "Sign out",
|
||||
"AppEvents_GUID" : "Application Event GUID",
|
||||
"AppEvents_DateTimeCreated" : "Logged",
|
||||
"AppEvents_ObjectType" : "Object Type",
|
||||
"AppEvents_ObjectPlugin" : "Linked Plugin",
|
||||
"AppEvents_ObjectMAC" : "Linked MAC (at log time)",
|
||||
"AppEvents_ObjectIP" : "Linked IP (at log time)",
|
||||
"AppEvents_ObjectPrimaryID" : "Primary ID",
|
||||
"AppEvents_ObjectSecondaryID" : "Secondary ID",
|
||||
"AppEvents_ObjectForeignKey" : "Foreign Key",
|
||||
"AppEvents_ObjectIndex" : "Index",
|
||||
"AppEvents_ObjectIsNew" : "Is new (at log time)",
|
||||
"AppEvents_ObjectIsArchived" : "Is archived (at log time)",
|
||||
"AppEvents_ObjectStatusColumn" : "Status column",
|
||||
"AppEvents_ObjectStatus" : "Status (at log time)",
|
||||
"AppEvents_Type" : "Type",
|
||||
"AppEvents_Helper1" : "Helper 1",
|
||||
"AppEvents_Helper2" : "Helper 2",
|
||||
"AppEvents_Helper3" : "Helper 3",
|
||||
"AppEvents_Extra" : "Extra",
|
||||
"Gen_Delete" : "Delete",
|
||||
"Gen_DeleteAll" : "Delete all",
|
||||
"Gen_Cancel" : "Cancel",
|
||||
@@ -44,7 +63,7 @@
|
||||
"Navigation_Maintenance" : "Maintenance",
|
||||
"Navigation_Settings" : "Settings",
|
||||
"Navigation_SystemInfo" : "System info",
|
||||
"Navigation_Flows" : "Flows",
|
||||
"Navigation_Workflows" : "Workflows",
|
||||
"Navigation_HelpFAQ" : "Help / FAQ",
|
||||
"Navigation_Donations" : "Donations",
|
||||
"Device_Title" : "Devices",
|
||||
|
||||
0
front/php/templates/language/fr_fr.json
Normal file → Executable file
0
front/php/templates/language/fr_fr.json
Normal file → Executable file
Reference in New Issue
Block a user