mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Maintenance
The source of a used GIF added to README. The source of the used Fonts added to README. Another used tool was added to the "Powered by" section. More translation work was done and the technique used to do the manual Nmap-scans was changed to include a loading animation. A speedtest has been added to the detailed view of the "Internet" device. This is also located under the "Nmap" tab.
This commit is contained in:
@@ -205,5 +205,27 @@ $pia_lang['Maintenance_Tool_restore_text'] = 'Das neuste Backup kann über diese
|
||||
$pia_lang['Maintenance_Tool_restore_noti'] = 'DB Wiederherstellung';
|
||||
$pia_lang['Maintenance_Tool_restore_noti_text'] = 'Sind Sie sicher, dass Sie die Datenbank aus der neusten Sicherung wiederherstellen möchten? Prüfen Sie, dass gerade keine Scans stattfinden.';
|
||||
|
||||
//////////////////////////////////////////////////////////////////
|
||||
// Maintenance Page
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
$pia_lang['BackDevices_Arpscan_disabled'] = 'Automatischer Arp-Scan deaktiviert';
|
||||
$pia_lang['BackDevices_Arpscan_enabled'] = 'Automatischer Arp-Scan aktiviert';
|
||||
$pia_lang['BackDevices_darkmode_disabled'] = 'Heller Modus aktiviert';
|
||||
$pia_lang['BackDevices_darkmode_enabled'] = 'Dunkler Modus aktiviert';
|
||||
$pia_lang['BackDevices_Restore_CopError'] = 'Die originale Datenbank konnte nicht kopiert werden.';
|
||||
$pia_lang['BackDevices_Restore_okay'] = 'Die Wiederherstellung wurde erfolgreich ausgeführt';
|
||||
$pia_lang['BackDevices_Restore_Failed'] = 'Die Wiederherstellung ist fehlgeschlagen. Stellen Sie das Backup manuell her.';
|
||||
$pia_lang['BackDevices_Backup_CopError'] = 'Die originale Datenbank konnte nicht gesichert werden.';
|
||||
$pia_lang['BackDevices_Backup_okay'] = 'Das Backup wurde erfolgreich beendet';
|
||||
$pia_lang['BackDevices_Backup_Failed'] = 'Das Backup wurde teilweise ausgeführt. Das Archiv ist entweder leer oder nicht vorhanden.';
|
||||
$pia_lang['BackDevices_DBTools_DelDev_a'] = 'Gerät erfolgreich gelöscht';
|
||||
$pia_lang['BackDevices_DBTools_DelDev_b'] = 'Geräte erfolgreich gelöscht';
|
||||
$pia_lang['BackDevices_DBTools_DelEvents'] = 'Events deleted successfully';
|
||||
$pia_lang['BackDevices_DBTools_DelEventsError'] = 'Fehler beim Löschen der Ereignisse';
|
||||
$pia_lang['BackDevices_DBTools_DelDevError_a'] = 'Fehler beim Löschen des Gerätes';
|
||||
$pia_lang['BackDevices_DBTools_DelDevError_b'] = 'Fehler beim Löschen der Geräte';
|
||||
$pia_lang['BackDevices_DBTools_UpdDev'] = 'Gerät erfolgreich aktualisiert';
|
||||
$pia_lang['BackDevices_DBTools_UpdDevError'] = 'EFehler beim Aktualisieren des Gerätes';
|
||||
?>
|
||||
|
||||
|
||||
@@ -204,5 +204,28 @@ $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 exectute the the DB Restore? Be sure that no scan is currently running.';
|
||||
|
||||
//////////////////////////////////////////////////////////////////
|
||||
// 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';
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user