mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
412 lines
32 KiB
PHP
412 lines
32 KiB
PHP
<?php
|
|
//////////////////////////////////////////////////////////////////
|
|
// About - Update by @TeroRERO 07ago2022
|
|
//////////////////////////////////////////////////////////////////
|
|
$pia_lang['About_Title'] = 'Open Source Network Guard';
|
|
$pia_lang['About_Design'] = 'Designed for:';
|
|
$pia_lang['About_Exit'] = 'Sign out';
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
// General
|
|
//////////////////////////////////////////////////////////////////
|
|
$pia_lang['Gen_Delete'] = 'Delete';
|
|
$pia_lang['Gen_Cancel'] = 'Cancel';
|
|
$pia_lang['Gen_Okay'] = 'Ok';
|
|
$pia_lang['Gen_Purge'] = 'Purge';
|
|
$pia_lang['Gen_Backup'] = 'Run Backup';
|
|
$pia_lang['Gen_Restore'] = 'Run Restore';
|
|
$pia_lang['Gen_Switch'] = 'Switch';
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
// Login Page - Update by @TeroRERO 03ago2022
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
$pia_lang['Login_Box'] = 'Enter your password';
|
|
$pia_lang['Login_Remember'] = 'Remember';
|
|
$pia_lang['Login_Remember_small'] = '(valid for 7 days)';
|
|
$pia_lang['Login_Submit'] = 'Log in';
|
|
$pia_lang['Login_Psw_run'] = 'To change password run:';
|
|
$pia_lang['Login_Psw_new'] = 'new_password';
|
|
$pia_lang['Login_Psw_folder'] = 'in the config folder.';
|
|
$pia_lang['Login_Psw_alert'] = 'Password Alert!';
|
|
$pia_lang['Login_Psw-box'] = 'Password';
|
|
$pia_lang['Login_Toggle_Info'] = 'Password Information';
|
|
$pia_lang['Login_Toggle_Info_headline'] = 'Password Information';
|
|
$pia_lang['Login_Toggle_Alert_headline'] = 'Password Alert!';
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
// Device Page
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
$pia_lang['Navigation_Devices'] = 'Devices';
|
|
$pia_lang['Navigation_Presence'] = 'Presence';
|
|
$pia_lang['Navigation_Events'] = 'Events';
|
|
$pia_lang['Navigation_Maintenance'] = 'Maintenance';
|
|
$pia_lang['Navigation_Network'] = 'Network';
|
|
$pia_lang['Navigation_HelpFAQ'] = 'Help / FAQ';
|
|
$pia_lang['Device_Title'] = 'Devices';
|
|
$pia_lang['Device_Shortcut_AllDevices'] = 'All Devices';
|
|
$pia_lang['Device_Shortcut_Connected'] = 'Connected';
|
|
$pia_lang['Device_Shortcut_Favorites'] = 'Favorites';
|
|
$pia_lang['Device_Shortcut_NewDevices'] = 'New Devices';
|
|
$pia_lang['Device_Shortcut_DownAlerts'] = 'Down Alerts';
|
|
$pia_lang['Device_Shortcut_Archived'] = 'Archived';
|
|
$pia_lang['Device_Shortcut_Devices'] = 'Devices';
|
|
$pia_lang['Device_Shortcut_OnlineChart'] = 'Device presence over time';
|
|
$pia_lang['Device_TableHead_Name'] = 'Name';
|
|
$pia_lang['Device_TableHead_Owner'] = 'Owner';
|
|
$pia_lang['Device_TableHead_Type'] = 'Type';
|
|
$pia_lang['Device_TableHead_Favorite'] = 'Favorite';
|
|
$pia_lang['Device_TableHead_Group'] = 'Group';
|
|
$pia_lang['Device_TableHead_FirstSession'] = 'First Session';
|
|
$pia_lang['Device_TableHead_LastSession'] = 'Last Session';
|
|
$pia_lang['Device_TableHead_LastIP'] = 'Last IP';
|
|
$pia_lang['Device_TableHead_MAC'] = 'MAC';
|
|
$pia_lang['Device_TableHead_LastIPOrder'] = 'Last IP Order';
|
|
$pia_lang['Device_TableHead_Rowid'] = 'Rowid';
|
|
$pia_lang['Device_TableHead_Status'] = 'Status';
|
|
$pia_lang['Device_Searchbox'] = 'Search';
|
|
$pia_lang['Device_Tablelenght'] = 'Show _MENU_ entries';
|
|
$pia_lang['Device_Tablelenght_all'] = 'All';
|
|
$pia_lang['Device_Table_info'] = 'Showing _START_ to _END_ of _TOTAL_ entries';
|
|
$pia_lang['Device_Table_nav_next'] = 'Next';
|
|
$pia_lang['Device_Table_nav_prev'] = 'Previous';
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
// Presence Page
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
$pia_lang['Presence_Title'] = 'Presence by Device';
|
|
$pia_lang['Presence_Shortcut_AllDevices'] = 'All Devices';
|
|
$pia_lang['Presence_Shortcut_Connected'] = 'Connected';
|
|
$pia_lang['Presence_Shortcut_Favorites'] = 'Favorites';
|
|
$pia_lang['Presence_Shortcut_NewDevices'] = 'New Devices';
|
|
$pia_lang['Presence_Shortcut_DownAlerts'] = 'Down Alerts';
|
|
$pia_lang['Presence_Shortcut_Archived'] = 'Archived';
|
|
$pia_lang['Presence_Shortcut_Devices'] = 'Devices';
|
|
|
|
// Localizationfiles under pialert/front/lib/AdminLTE/bower_components/fullcalendar/dist/locale
|
|
$pia_lang['Presence_CallHead_Devices'] = 'Devices';
|
|
$pia_lang['Presence_CalHead_lang'] = 'en-us';
|
|
$pia_lang['Presence_CalHead_year'] = 'year';
|
|
$pia_lang['Presence_CalHead_quarter'] = 'quarter';
|
|
$pia_lang['Presence_CalHead_month'] = 'month';
|
|
$pia_lang['Presence_CalHead_week'] = 'week';
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
// Events Page
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
$pia_lang['Events_Title'] = 'Events';
|
|
$pia_lang['Events_Periodselect_today'] = 'Today';
|
|
$pia_lang['Events_Periodselect_LastWeek'] = 'Last Week';
|
|
$pia_lang['Events_Periodselect_LastMonth'] = 'Last Month';
|
|
$pia_lang['Events_Periodselect_LastYear'] = 'Last Year';
|
|
$pia_lang['Events_Periodselect_All'] = 'All Info';
|
|
$pia_lang['Events_Shortcut_AllEvents'] = 'All Events';
|
|
$pia_lang['Events_Shortcut_Sessions'] = 'Sessions';
|
|
$pia_lang['Events_Shortcut_MissSessions'] = 'Missing Sessions';
|
|
$pia_lang['Events_Shortcut_VoidSessions'] = 'Voided Sessions';
|
|
$pia_lang['Events_Shortcut_NewDevices'] = 'New Devices';
|
|
$pia_lang['Events_Shortcut_DownAlerts'] = 'Down Alerts';
|
|
$pia_lang['Events_Shortcut_Events'] = 'Events';
|
|
$pia_lang['Events_TableHead_Order'] = 'Order';
|
|
$pia_lang['Events_TableHead_Device'] = 'Device';
|
|
$pia_lang['Events_TableHead_Owner'] = 'Owner';
|
|
$pia_lang['Events_TableHead_Date'] = 'Date';
|
|
$pia_lang['Events_TableHead_EventType'] = 'Event Type';
|
|
$pia_lang['Events_TableHead_Connection'] = 'Connection';
|
|
$pia_lang['Events_TableHead_Disconnection'] = 'Disconnection';
|
|
$pia_lang['Events_TableHead_Duration'] = 'Duration';
|
|
$pia_lang['Events_TableHead_DurationOrder'] = 'Duration Order';
|
|
$pia_lang['Events_TableHead_IP'] = 'IP';
|
|
$pia_lang['Events_TableHead_IPOrder'] = 'IP Order';
|
|
$pia_lang['Events_TableHead_AdditionalInfo'] = 'Additional Info';
|
|
$pia_lang['Events_Searchbox'] = 'Search';
|
|
$pia_lang['Events_Tablelenght'] = 'Show _MENU_ entries';
|
|
$pia_lang['Events_Tablelenght_all'] = 'All';
|
|
$pia_lang['Events_Table_info'] = 'Showing _START_ to _END_ of _TOTAL_ entries';
|
|
$pia_lang['Events_Table_nav_next'] = 'Next';
|
|
$pia_lang['Events_Table_nav_prev'] = 'Previous';
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
// Device Details Page
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
$pia_lang['DevDetail_Periodselect_today'] = 'Today';
|
|
$pia_lang['DevDetail_Periodselect_LastWeek'] = 'Last Week';
|
|
$pia_lang['DevDetail_Periodselect_LastMonth'] = 'Last Month';
|
|
$pia_lang['DevDetail_Periodselect_LastYear'] = 'Last Year';
|
|
$pia_lang['DevDetail_Periodselect_All'] = 'All Info';
|
|
$pia_lang['DevDetail_Shortcut_CurrentStatus'] = 'Current Status';
|
|
$pia_lang['DevDetail_Shortcut_Sessions'] = 'Sessions';
|
|
$pia_lang['DevDetail_Shortcut_Presence'] = 'Presence';
|
|
$pia_lang['DevDetail_Shortcut_DownAlerts'] = 'Down Alerts';
|
|
$pia_lang['DevDetail_Tab_Details'] = 'Details';
|
|
$pia_lang['DevDetail_Tab_Nmap'] = 'Nmap';
|
|
$pia_lang['DevDetail_Tab_Sessions'] = 'Sessions';
|
|
$pia_lang['DevDetail_Tab_Presence'] = 'Presence';
|
|
$pia_lang['DevDetail_Tab_Events'] = 'Events';
|
|
$pia_lang['DevDetail_MainInfo_Title'] = 'Main Info';
|
|
$pia_lang['DevDetail_MainInfo_mac'] = 'MAC';
|
|
$pia_lang['DevDetail_MainInfo_Name'] = 'Name';
|
|
$pia_lang['DevDetail_MainInfo_Owner'] = 'Owner';
|
|
$pia_lang['DevDetail_MainInfo_Type'] = 'Type';
|
|
$pia_lang['DevDetail_MainInfo_Vendor'] = 'Vendor';
|
|
$pia_lang['DevDetail_MainInfo_Favorite'] = 'Favorite';
|
|
$pia_lang['DevDetail_MainInfo_Group'] = 'Group';
|
|
$pia_lang['DevDetail_MainInfo_Location'] = 'Location';
|
|
$pia_lang['DevDetail_MainInfo_Comments'] = 'Comments';
|
|
$pia_lang['DevDetail_MainInfo_Network_Title'] = 'Network';
|
|
$pia_lang['DevDetail_MainInfo_Network'] = 'Network Node (MAC)';
|
|
$pia_lang['DevDetail_MainInfo_Network_Port'] = 'Connected to Port';
|
|
$pia_lang['DevDetail_SessionInfo_Title'] = 'Session Info';
|
|
$pia_lang['DevDetail_SessionInfo_Status'] = 'Status';
|
|
$pia_lang['DevDetail_SessionInfo_FirstSession'] = 'First Session';
|
|
$pia_lang['DevDetail_SessionInfo_LastSession'] = 'Last Session';
|
|
$pia_lang['DevDetail_SessionInfo_LastIP'] = 'Last IP';
|
|
$pia_lang['DevDetail_SessionInfo_StaticIP'] = 'Static IP';
|
|
$pia_lang['DevDetail_EveandAl_Title'] = 'Events & Alerts config';
|
|
$pia_lang['DevDetail_EveandAl_ScanCycle'] = 'Scan Cycle';
|
|
$pia_lang['DevDetail_EveandAl_AlertAllEvents'] = 'Alert All Events';
|
|
$pia_lang['DevDetail_EveandAl_AlertDown'] = 'Alert Down';
|
|
$pia_lang['DevDetail_EveandAl_Skip'] = 'Skip repeated notifications during';
|
|
$pia_lang['DevDetail_EveandAl_NewDevice'] = 'New Device';
|
|
$pia_lang['DevDetail_EveandAl_Archived'] = 'Archived';
|
|
$pia_lang['DevDetail_EveandAl_RandomMAC'] = 'Random MAC';
|
|
$pia_lang['DevDetail_EveandAl_ScanCycle_a'] = 'Scan Device (1 min)';
|
|
$pia_lang['DevDetail_EveandAl_ScanCycle_z'] = 'Don't Scan Device (0 min)';
|
|
$pia_lang['DevDetail_button_Delete'] = 'Delete Device';
|
|
$pia_lang['DevDetail_button_DeleteEvents'] = 'Delete Events';
|
|
$pia_lang['DevDetail_button_DeleteEvents_Warning'] = 'Are you sure you want to delete all Events of this device?<br><br>(this will clear the <b>Events history</b> and the <b>Sessions</b> and might help with constant (persistent) notifications)';
|
|
$pia_lang['DevDetail_button_Reset'] = 'Reset Changes';
|
|
$pia_lang['DevDetail_button_Save'] = 'Save';
|
|
$pia_lang['DevDetail_button_DeleteEvents'] = 'Delete Events';
|
|
$pia_lang['DevDetail_button_DeleteEvents_Warning'] = 'Are you sure you want to delete all Events of this device?<br><br>(this will clear the <b>Events history</b> and the <b>Sessions</b> and might help with constant (persistent) notifications)';
|
|
$pia_lang['DevDetail_SessionTable_Order'] = 'Order';
|
|
$pia_lang['DevDetail_SessionTable_Connection'] = 'Connection';
|
|
$pia_lang['DevDetail_SessionTable_Disconnection'] = 'Disconnection';
|
|
$pia_lang['DevDetail_SessionTable_Duration'] = 'Duration';
|
|
$pia_lang['DevDetail_SessionTable_IP'] = 'IP';
|
|
$pia_lang['DevDetail_SessionTable_Additionalinfo'] = 'Additional info';
|
|
$pia_lang['DevDetail_Events_CheckBox'] = 'Hide Connection Events';
|
|
$pia_lang['DevDetail_Nmap_buttonFast'] = 'Fast Scan';
|
|
$pia_lang['DevDetail_Nmap_buttonDefault'] = 'Default Scan';
|
|
$pia_lang['DevDetail_Nmap_buttonDetail'] = 'Detailed Scan';
|
|
$pia_lang['DevDetail_Nmap_buttonFast_text'] = 'Fast Scan: Scan fewer ports (100) than the default scan (a few seconds)';
|
|
$pia_lang['DevDetail_Nmap_buttonDefault_text'] = 'Default Scan: Nmap scans the top 1,000 ports for each scan protocol requested. This catches roughly 93% of the TCP ports and 49% of the UDP ports. (about 5 seconds)';
|
|
$pia_lang['DevDetail_Nmap_buttonDetail_text'] = 'Detailed Scan: Default scan with enabled OS detection, version detection, script scanning and traceroute (up to 30 seconds or more)';
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
// Maintenance Page
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
$pia_lang['Maintenance_Title'] = 'Maintenance tools';
|
|
$pia_lang['Maintenance_database_path'] = 'Database-Path';
|
|
$pia_lang['Maintenance_database_size'] = 'Database-Size';
|
|
$pia_lang['Maintenance_database_lastmod'] = 'last Modification';
|
|
$pia_lang['Maintenance_database_backup'] = 'DB Backups';
|
|
$pia_lang['Maintenance_database_backup_found'] = 'backups where found';
|
|
$pia_lang['Maintenance_database_backup_total'] = 'total disk usage';
|
|
$pia_lang['Maintenance_arp_status'] = 'Scan Status';
|
|
$pia_lang['Maintenance_arp_status_off'] = 'is currently disabled';
|
|
$pia_lang['Maintenance_arp_status_on'] = 'scan(s) currently running';
|
|
$pia_lang['Maintenance_themeselector_lable'] = 'Select Skin';
|
|
$pia_lang['Maintenance_themeselector_empty'] = 'Choose a Skin';
|
|
$pia_lang['Maintenance_themeselector_apply'] = 'Apply';
|
|
$pia_lang['Maintenance_themeselector_text'] = 'The change takes place on the server side, so it affects all devices in use.';
|
|
$pia_lang['Maintenance_lang_selector_lable'] = 'Select Language';
|
|
$pia_lang['Maintenance_lang_selector_empty'] = 'Choose Language';
|
|
$pia_lang['Maintenance_lang_en_us'] = 'English (US)';
|
|
$pia_lang['Maintenance_lang_de_de'] = 'German (DE)';
|
|
$pia_lang['Maintenance_lang_es_es'] = 'Spanish (ES)';
|
|
$pia_lang['Maintenance_lang_selector_text'] = 'The change takes place on the server side, so it affects all devices in use.';
|
|
$pia_lang['Maintenance_lang_selector_apply'] = 'Apply';
|
|
$pia_lang['Maintenance_Tools_Tab_Settings'] = 'Settings';
|
|
$pia_lang['Maintenance_Tools_Tab_Tools'] = 'Tools';
|
|
$pia_lang['Maintenance_Tools_Tab_BackupRestore'] = 'Backup / Restore';
|
|
$pia_lang['Maintenance_Tool_darkmode'] = 'Toggle Modes (Dark/Light)';
|
|
$pia_lang['Maintenance_Tool_darkmode_text'] = 'Toggle between dark mode and light mode. If the switch does not work properly, try to clear the browser cache. The change takes place on the server side, so it affects all devices in use.';
|
|
$pia_lang['Maintenance_Tool_darkmode_noti'] = 'Toggle Modes';
|
|
$pia_lang['Maintenance_Tool_darkmode_noti_text'] = 'After the theme switch, the page tries to reload itself to activate the change. If necessary, the cache must be cleared.';
|
|
$pia_lang['Maintenance_Tool_arpscansw'] = 'Toggle arp-Scan (on/off)';
|
|
$pia_lang['Maintenance_Tool_arpscansw_text'] = 'Switching the arp-scan on or off. When the scan has been switched off it remains off until it is activated again. Active scans are not canceled.';
|
|
$pia_lang['Maintenance_Tool_arpscansw_noti'] = 'Toggle arp-Scan on or off';
|
|
$pia_lang['Maintenance_Tool_arpscansw_noti_text'] = 'When the scan has been switched off it remains off until it is activated again.';
|
|
$pia_lang['Maintenance_Tool_del_empty_macs'] = 'Delete Devices with empty MACs';
|
|
$pia_lang['Maintenance_Tool_del_empty_macs_text'] = 'Before using this function, please make a backup. The deletion cannot be undone. All devices without MAC will be deleted from the database.';
|
|
$pia_lang['Maintenance_Tool_del_empty_macs_noti'] = 'Delete Devices';
|
|
$pia_lang['Maintenance_Tool_del_empty_macs_noti_text'] = 'Are you sure you want to delete all devices with empty MAC addresses?<br>(maybe you prefer to archive it)';
|
|
$pia_lang['Maintenance_Tool_upgrade_database_noti'] = 'Upgrade database';
|
|
$pia_lang['Maintenance_Tool_upgrade_database_text'] = 'This button will upgrade the database to enable the Network activity over last 12 hours chart. Please backup your database in case of issues.';
|
|
$pia_lang['Maintenance_Tool_upgrade_database_noti_text'] = 'Are you sure you want to upgrade the database?<br>(maybe you prefer to archive it)';
|
|
$pia_lang['Maintenance_Tool_del_alldev'] = 'Delete all Devices';
|
|
$pia_lang['Maintenance_Tool_del_alldev_text'] = 'Before using this function, please make a backup. The deletion cannot be undone. All devices will be deleted from the database.';
|
|
$pia_lang['Maintenance_Tool_del_alldev_noti'] = 'Delete Devices';
|
|
$pia_lang['Maintenance_Tool_del_alldev_noti_text'] = 'Are you sure you want to delete all devices?';
|
|
$pia_lang['Maintenance_Tool_del_unknowndev'] = 'Delete (unknown) Devices';
|
|
$pia_lang['Maintenance_Tool_del_unknowndev_text'] = 'Before using this function, please make a backup. The deletion cannot be undone. All devices named (unknown) will be deleted from the database.';
|
|
$pia_lang['Maintenance_Tool_del_unknowndev_noti'] = 'Delete (unknown) Devices';
|
|
$pia_lang['Maintenance_Tool_del_unknowndev_noti_text'] = 'Are you sure you want to delete all (unknown) devices?';
|
|
$pia_lang['Maintenance_Tool_del_allevents'] = 'Delete Events (Reset Presence)';
|
|
$pia_lang['Maintenance_Tool_del_allevents_text'] = 'Before using this function, please make a backup. The deletion cannot be undone. All events in the database will be deleted. At that moment the presence of all devices will be reset. This can lead to invalid sessions. This means that devices are displayed as "present" although they are offline. A scan while the device in question is online solves the problem.';
|
|
$pia_lang['Maintenance_Tool_del_allevents_noti'] = 'Delete Events';
|
|
$pia_lang['Maintenance_Tool_del_allevents_noti_text'] = 'Are you sure you want to delete all Events? This resets Presence of all Devices.';
|
|
$pia_lang['Maintenance_Tool_del_allevents30'] = 'Delete all Events older than 30 days';
|
|
$pia_lang['Maintenance_Tool_del_allevents30_text'] = 'Before using this function, please make a backup. The deletion cannot be undone. All events older than 30 days in the database will be deleted. At that moment the presence of all devices will be reset. This can lead to invalid sessions. This means that devices are displayed as "present" although they are offline. A scan while the device in question is online solves the problem.';
|
|
$pia_lang['Maintenance_Tool_del_allevents30_noti'] = 'Delete Events';
|
|
$pia_lang['Maintenance_Tool_del_allevents30_noti_text'] = 'Are you sure you want to delete all Events older than 30 days? This resets Presence of all Devices.';
|
|
$pia_lang['Maintenance_Tool_backup'] = 'DB Backup';
|
|
$pia_lang['Maintenance_Tool_backup_text'] = 'The database backups are located in the database directory as a zip-archive, named with the creation date. There is no maximum number of backups.';
|
|
$pia_lang['Maintenance_Tool_backup_noti'] = 'DB Backup';
|
|
$pia_lang['Maintenance_Tool_backup_noti_text'] = 'Are you sure you want to execute the the DB Backup? Be sure that no scan is currently running.';
|
|
$pia_lang['Maintenance_Tool_restore'] = 'DB Restore';
|
|
$pia_lang['Maintenance_Tool_restore_text'] = 'The latest backup can be restored via the button, but older backups can only be restored manually. After the restore, make an integrity check on the database for safety, in case the db was currently in write access when the backup was created.';
|
|
$pia_lang['Maintenance_Tool_restore_noti'] = 'DB Restore';
|
|
$pia_lang['Maintenance_Tool_restore_noti_text'] = 'Are you sure you want to execute the the DB Restore? Be sure that no scan is currently running.';
|
|
$pia_lang['Maintenance_Tool_purgebackup'] = 'Purge Backups';
|
|
$pia_lang['Maintenance_Tool_purgebackup_text'] = 'All other backups will be deleted except for the last 3 backups.';
|
|
$pia_lang['Maintenance_Tool_purgebackup_noti'] = 'Purge Backups';
|
|
$pia_lang['Maintenance_Tool_purgebackup_noti_text'] = 'Are you sure you want to delete all backups except the last 3?';
|
|
$pia_lang['Maintenance_Tool_del_ActHistory'] = 'Deleting the network activity';
|
|
$pia_lang['Maintenance_Tool_del_ActHistory_text'] = 'The network activity graph is reset. This does not affect the events.';
|
|
$pia_lang['Maintenance_Tool_del_ActHistory_noti'] = 'Delete network activity';
|
|
$pia_lang['Maintenance_Tool_del_ActHistory_noti_text'] = 'Are you sure you want to reset the network activity?';
|
|
$pia_lang['Maintenance_Tool_ExportCSV'] = 'CSV Export';
|
|
$pia_lang['Maintenance_Tool_ExportCSV_text'] = 'Generate a CSV (comma separated value) file containing the list of Devices including the Network relationships between Network Nodes and connected devices.';
|
|
$pia_lang['Maintenance_Tool_ExportCSV_noti'] = 'CSV Export';
|
|
$pia_lang['Maintenance_Tool_ExportCSV_noti_text'] = 'Are you sure you want to generate a CSV file?';
|
|
$pia_lang['Maintenance_Tool_ImportCSV'] = 'CSV Import';
|
|
$pia_lang['Maintenance_Tool_ImportCSV_text'] = 'Before using this function, please make a backup. Import a CSV (comma separated value) file containing the list of Devices including the Network relationships between Network Nodes and connected devices. To do that place the CSV file named <b>devices.csv</b> into your <b>/config</b> folder.';
|
|
$pia_lang['Maintenance_Tool_ImportCSV_noti'] = 'CSV Import';
|
|
$pia_lang['Maintenance_Tool_ImportCSV_noti_text'] = 'Are you sure you want to import the CSV file? This will completely overwrite the devices in your database.';
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
// Maintenance Page
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
$pia_lang['BackDevices_Arpscan_disabled'] = 'Arp-Scan Disabled';
|
|
$pia_lang['BackDevices_Arpscan_enabled'] = 'Arp-Scan Enabled';
|
|
$pia_lang['BackDevices_darkmode_disabled'] = 'Darkmode Disabled';
|
|
$pia_lang['BackDevices_darkmode_enabled'] = 'Darkmode Enabled';
|
|
$pia_lang['BackDevices_Restore_CopError'] = 'The original database could not be saved.';
|
|
$pia_lang['BackDevices_Restore_okay'] = 'Restore executed successfully.';
|
|
$pia_lang['BackDevices_Restore_Failed'] = 'Restore Failed. Please restore the backup manually.';
|
|
$pia_lang['BackDevices_Backup_CopError'] = 'The original database could not be saved.';
|
|
$pia_lang['BackDevices_Backup_okay'] = 'The backup executed successfully with the new archive';
|
|
$pia_lang['BackDevices_Backup_Failed'] = 'The backup executed partially successfully. The archive could not be created or is empty.';
|
|
$pia_lang['BackDevices_DBTools_DelDev_a'] = 'Device deleted successfully';
|
|
$pia_lang['BackDevices_DBTools_DelDev_b'] = 'Devices deleted successfully';
|
|
$pia_lang['BackDevices_DBTools_DelEvents'] = 'Events deleted successfully';
|
|
$pia_lang['BackDevices_DBTools_DelEventsError'] = 'Error deleting Events';
|
|
$pia_lang['BackDevices_DBTools_DelDevError_a'] = 'Error deleting Device';
|
|
$pia_lang['BackDevices_DBTools_DelDevError_b'] = 'Error deleting Devices';
|
|
$pia_lang['BackDevices_DBTools_UpdDev'] = 'Device updated successfully';
|
|
$pia_lang['BackDevices_DBTools_UpdDevError'] = 'Error updating device';
|
|
$pia_lang['BackDevices_DBTools_Upgrade'] = 'Database upgraded successfully';
|
|
$pia_lang['BackDevices_DBTools_UpgradeError'] = 'Database upgrade failed';
|
|
$pia_lang['BackDevices_DBTools_Purge'] = 'The oldest backups were deleted';
|
|
$pia_lang['BackDevices_DBTools_ImportCSV'] = 'The devices from the CSV file were imported successfully.';
|
|
$pia_lang['BackDevices_DBTools_ImportCSVError'] = 'The CSV file couldn\'t be imported. Make sure the format is correct.';
|
|
$pia_lang['BackDevices_DBTools_ImportCSVMissing'] = 'The CSV file couldn\'t be found under <b>/config/devices.csv.</b>';
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
// Network Page
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
$pia_lang['Network_Title'] = 'Network overview';
|
|
$pia_lang['Network_ManageDevices'] = 'Manage Devices';
|
|
$pia_lang['Network_ManageAdd'] = 'Add Device';
|
|
$pia_lang['Network_ManageEdit'] = 'Update Device';
|
|
$pia_lang['Network_ManageDel'] = 'Delete Device';
|
|
$pia_lang['Network_ManageAdd_Name'] = 'Device Name';
|
|
$pia_lang['Network_ManageAdd_Name_text'] = 'Name without special characters';
|
|
$pia_lang['Network_ManageAdd_Type'] = 'Device Type';
|
|
$pia_lang['Network_ManageAdd_Type_text'] = '-- Select Type --';
|
|
$pia_lang['Network_ManageAdd_Port'] = 'Port Count';
|
|
$pia_lang['Network_ManageAdd_Port_text'] = 'leave blank for wifi and powerline';
|
|
$pia_lang['Network_ManageAdd_Submit'] = 'Add Device';
|
|
$pia_lang['Network_ManageEdit_ID'] = 'Device to update';
|
|
$pia_lang['Network_ManageEdit_ID_text'] = '-- Select Device for editing --';
|
|
$pia_lang['Network_ManageEdit_Name'] = 'New Device Name';
|
|
$pia_lang['Network_ManageEdit_Name_text'] = 'Name without special characters';
|
|
$pia_lang['Network_ManageEdit_Type'] = 'New Device Type';
|
|
$pia_lang['Network_ManageEdit_Type_text'] = '-- Select Type --';
|
|
$pia_lang['Network_ManageEdit_Port'] = ' New Port Count';
|
|
$pia_lang['Network_ManageEdit_Port_text'] = 'leave blank for wifi and powerline';
|
|
$pia_lang['Network_ManageEdit_Submit'] = 'Save Changes';
|
|
$pia_lang['Network_ManageDel_Name'] = 'Device to delete';
|
|
$pia_lang['Network_ManageDel_Name_text'] = '-- Select Device --';
|
|
$pia_lang['Network_ManageDel_Submit'] = 'Delete';
|
|
$pia_lang['Network_Table_State'] = 'State';
|
|
$pia_lang['Network_Table_Hostname'] = 'Hostname';
|
|
$pia_lang['Network_Table_IP'] = 'IP';
|
|
$pia_lang['Network_UnassignedDevices'] = 'Unassigned devices';
|
|
|
|
//////////////////////////////////////////////////////////////////
|
|
// Help Page
|
|
//////////////////////////////////////////////////////////////////
|
|
|
|
$pia_lang['HelpFAQ_Title'] = 'Help / FAQ';
|
|
$pia_lang['HelpFAQ_Cat_General'] = 'General';
|
|
$pia_lang['HelpFAQ_Cat_Detail'] = 'Details';
|
|
$pia_lang['HelpFAQ_Cat_General_100_head'] = 'The clock on the top right and the times of the events/presence are not correct (time difference).';
|
|
$pia_lang['HelpFAQ_Cat_General_100_text_a'] = 'On your PC the following time zone is set for the PHP environment:';
|
|
$pia_lang['HelpFAQ_Cat_General_100_text_b'] = 'If this is not the timezone you are in, you should change the timezone in the PHP configuration file. You can find it in this directory:';
|
|
$pia_lang['HelpFAQ_Cat_General_100_text_c'] = 'Search in this file for the entry "date.timezone", remove the leading ";" if necessary and enter the desired timezone. A list with the supported timezones can be found here (<a href="https://www.php.net/manual/en/timezones.php" target="blank">Link</a>)';
|
|
$pia_lang['HelpFAQ_Cat_General_101_head'] = 'My network seems to slow down, streaming "freezes".';
|
|
$pia_lang['HelpFAQ_Cat_General_101_text'] = 'It may well be that low-powered devices reach their performance limits with the way Pi.Alert detects new devices on the network. This is amplified even more,
|
|
if these devices communicate with the network via WLAN. Solutions here would be to switch to a wired connection if possible or, if the device is only to be used for a limited period of time, to use the arp scan.
|
|
pause the arp scan on the maintenance page.';
|
|
$pia_lang['HelpFAQ_Cat_General_102_head'] = 'I get the message that the database is read only.';
|
|
$pia_lang['HelpFAQ_Cat_General_102_text'] = 'Check in the Pi.Alert directory if the database folder (db) has been assigned the correct permissions:<br>
|
|
<span class="text-danger help_faq_code">drwxrwx--- 2 (your username) www-data</span><br>
|
|
If the permission is not correct, you can set it again with the following commands in the terminal or the console:<br>
|
|
<span class="text-danger help_faq_code">
|
|
sudo chgrp -R www-data ~/pialert/db<br>
|
|
chmod -R 770 ~/pialert/db
|
|
</span><br>
|
|
If the database is still read-only, try reinstalling or restoring a database backup from the maintenance page.';
|
|
$pia_lang['HelpFAQ_Cat_General_102docker_head'] = '(🐳 Docker only) Database issues (AJAX errors, read-only, not found)';
|
|
$pia_lang['HelpFAQ_Cat_General_102docker_text'] = 'Double-check you\'ve followed the <a href="https://github.com/jokob-sk/Pi.Alert/tree/main/dockerfiles">dockerfile readme (most up-to-date info)</a>. <br/> <br/> <ul data-sourcepos="49:4-52:146" dir="auto">
|
|
<li data-sourcepos="49:4-49:106">Download the <a href="https://github.com/jokob-sk/Pi.Alert/blob/main/db/pialert.db">original DB from GitHub</a>.</li>
|
|
<li data-sourcepos="50:4-50:195">Map the <code>pialert.db</code> file (<g-emoji class="g-emoji" alias="warning" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/26a0.png">⚠</g-emoji> not folder) from above to <code>/home/pi/pialert/db/pialert.db</code> (see <a href="https://github.com/jokob-sk/Pi.Alert/tree/main/dockerfiles#-examples">Examples</a> for details).</li>
|
|
<li data-sourcepos="51:4-51:161">If facing issues (AJAX errors, can\'t write to DB, etc,) make sure permissions are set correctly, alternatively check the logs under <code>/home/pi/pialert/log</code>.</li>
|
|
<li data-sourcepos="52:4-52:146">To solve permission issues you can also try to create a DB backup and then run a DB Restore via the <strong>Maintenance > Backup/Restore</strong> section.</li>
|
|
<li data-sourcepos="53:4-53:228">If the database is in read-only mode you can solve this by setting the owner and group by executing the following command on the host system: <code>docker exec pialert chown -R www-data:www-data /home/pi/pialert/db/pialert.db</code>.</li>
|
|
</ul>';
|
|
$pia_lang['HelpFAQ_Cat_General_103_head'] = 'The login page does not appear, even after changing the password.';
|
|
$pia_lang['HelpFAQ_Cat_General_103_text'] = 'In addition to the password, the configuration file must contain <span class="text-danger help_faq_code">~/pialert/config/pialert.conf</span>
|
|
also the parameter <span class="text-danger help_faq_code">PIALERT_WEB_PROTECTION</span> must set to <span class="text-danger help_faq_code">True</span>.';
|
|
$pia_lang['HelpFAQ_Cat_Device_200_head'] = 'I have devices in my list that I do not know about. After deleting them, they always reappear.';
|
|
$pia_lang['HelpFAQ_Cat_Device_200_text'] = 'If you use Pi-hole, please note that Pi.Alert retrieves information from Pi-hole. Pause Pi.Alert, go to the settings page in Pi-hole and
|
|
delete the DHCP lease if necessary. Then, also in Pi-hole, look under Tools -> Network to see if you can find the recurring hosts there.
|
|
If yes, delete them there as well. Now you can start Pi.Alert again. Now the device(s) should not show up anymore.';
|
|
$pia_lang['HelpFAQ_Cat_Detail_300_head'] = 'What means ';
|
|
$pia_lang['HelpFAQ_Cat_Detail_300_text_a'] = 'means a network device (a device of the type AP, Gateway, Powerline, Switch, WLAN, PLC, Router,USB LAN Adapter, USB WIFI Adapter, or Internet).';
|
|
$pia_lang['HelpFAQ_Cat_Detail_300_text_b'] = 'designates the port number where the currently edited device is connected to this network device.';
|
|
$pia_lang['HelpFAQ_Cat_Detail_301_head_a'] = 'When is scanning now? At ';
|
|
$pia_lang['HelpFAQ_Cat_Detail_301_head_b'] = ' says 1min but the graph shows 5min intervals.';
|
|
$pia_lang['HelpFAQ_Cat_Detail_301_text'] = 'The time interval between the scans is defined by the "Cronjob", which is set to 5min by default. The designation "1min" refers to the expected duration of the scan.
|
|
Depending on the network configuration, this time may vary. To edit the cronjob, you can use the following command in the terminal/console <span class="text-danger help_faq_code">crontab -e</span>
|
|
and change the interval.';
|
|
$pia_lang['HelpFAQ_Cat_Detail_302_head_a'] = 'What means ';
|
|
$pia_lang['HelpFAQ_Cat_Detail_302_head_b'] = 'and why can\'t I select that?';
|
|
$pia_lang['HelpFAQ_Cat_Detail_302_text'] = 'Some modern devices generate random MAC addresses for privacy reasons, which can no longer be associated with any manufacturer and which change again with each new connection.
|
|
Pi.Alert detects if it is such a random MAC address and activates this "field" automatically. To disable this behavior you have to look in your device how to disable
|
|
MAC address randomization.';
|
|
$pia_lang['HelpFAQ_Cat_Detail_303_head'] = 'What is Nmap and what is it for?';
|
|
$pia_lang['HelpFAQ_Cat_Detail_303_text'] = 'Nmap is a network scanner with multiple capabilities.<br>
|
|
When a new device appears in your list, you have the possibility to get more detailed information about the device via the Nmap scan.';
|
|
$pia_lang['HelpFAQ_Cat_Presence_400_head'] = 'Devices are displayed with a yellow marker and the note "missing event".';
|
|
$pia_lang['HelpFAQ_Cat_Presence_400_text'] = 'If this happens, you have the option to delete the events on the device in question (details view). Another possibility would be to switch on the device and wait until Pi.Alert detects the device as "online" with the next
|
|
scan and then simply turn the device off again. Now Pi.Alert should properly note the state of the device in the database with the next scan.';
|
|
$pia_lang['HelpFAQ_Cat_Presence_401_head'] = 'A device is displayed as present although it is "Offline".';
|
|
$pia_lang['HelpFAQ_Cat_Presence_401_text'] = 'If this happens, you have the possibility to delete the events for the device in question (details view). Another possibility would be to switch on the device and wait until Pi.Alert recognizes the device as "online" with the next scan
|
|
and then simply switch the device off again. Now Pi.Alert should properly note the state of the device in the database with the next scan.';
|
|
$pia_lang['HelpFAQ_Cat_Network_600_head'] = 'What is this page for?';
|
|
$pia_lang['HelpFAQ_Cat_Network_600_text'] = 'This page should offer you the possibility to map the assignment of your network devices. For this purpose, you can create one or more switches, WLANs, routers, etc., provide them with a port number if necessary and assign already detected
|
|
devices to them. This assignment is done in the detailed view of the device to be assigned. So it is possible for you to quickly determine to which port a host is connected and if it is online.';
|
|
|
|
?>
|