Added 'realtime scanner stopped' UI notification strings for de, en, fr

This commit is contained in:
Petra Mirelli 2021-03-02 11:25:14 +00:00 committed by Tad
parent d5b176ff61
commit 87d94b451f
4 changed files with 6 additions and 1 deletions

View file

@ -110,7 +110,7 @@ public class MalwareScannerService extends Service {
} }
malwareMonitors.clear(); malwareMonitors.clear();
System.gc(); System.gc();
Toast.makeText(this, "Hypatia: Realtime Scanning Stopped", Toast.LENGTH_SHORT).show(); //TODO: Move to strings.xml Toast.makeText(this, Utils.getContext().getString(R.string.lblNotificationRealtimeStopped), Toast.LENGTH_SHORT).show();
} }
private void setForeground() { private void setForeground() {

View file

@ -20,6 +20,8 @@
<string name="lblNotificationMalwareDetectionDescription">Dient zur Warnung in Echtzeit wenn Malware erkannt wird</string> <string name="lblNotificationMalwareDetectionDescription">Dient zur Warnung in Echtzeit wenn Malware erkannt wird</string>
<string name="lblNotificationRealtimeTitle">Echtzeit-Scanner</string> <string name="lblNotificationRealtimeTitle">Echtzeit-Scanner</string>
<string name="lblNotificationRealtimeText">Bekannte Malware wird in Echtzeit erkannt</string> <string name="lblNotificationRealtimeText">Bekannte Malware wird in Echtzeit erkannt</string>
<string name="lblNotificationRealtimeStopped">Hypatia: Echtzeit-Scanner wurde gestoppt</string>
<string name="lblNotificationRealtimeDetection">Malware gefunden:</string>
<string name="lblRealtimeScannerToggle">Echtzeit-Scanner</string> <string name="lblRealtimeScannerToggle">Echtzeit-Scanner</string>
<string name="main_database_updating">Update von %s Datenbank(en) ...</string> <string name="main_database_updating">Update von %s Datenbank(en) ...</string>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">Hypatia</string> <string name="app_name">Hypatia</string>
<string name="app_copyright">Copyright 2017-2021 Divested Computing Group</string> <string name="app_copyright">Copyright 2017-2021 Divested Computing Group</string>
@ -20,6 +21,7 @@
<string name="lblNotificationRealtimeTitle">Scanner en temps réel</string> <string name="lblNotificationRealtimeTitle">Scanner en temps réel</string>
<string name="lblNotificationRealtimeDescription">Utilisé pour montrer les fichiers scannés compteur et maintenir le service de fond</string> <string name="lblNotificationRealtimeDescription">Utilisé pour montrer les fichiers scannés compteur et maintenir le service de fond</string>
<string name="lblNotificationRealtimeText">Les logiciels malveillants connus seront détectés en temps réel</string> <string name="lblNotificationRealtimeText">Les logiciels malveillants connus seront détectés en temps réel</string>
<string name="lblNotificationRealtimeStopped">Hypatia: Scanner en temps réel a été arrêté</string>
<string name="lblNotificationRealtimeDetection">Malware détecté:</string> <string name="lblNotificationRealtimeDetection">Malware détecté:</string>
<string name="lblRealtimeScannerToggle">Scanner en temps réel</string> <string name="lblRealtimeScannerToggle">Scanner en temps réel</string>

View file

@ -20,6 +20,7 @@
<string name="lblNotificationRealtimeTitle">Realtime Scanner</string> <string name="lblNotificationRealtimeTitle">Realtime Scanner</string>
<string name="lblNotificationRealtimeDescription">Used to show files scanned counter and maintain the background service</string> <string name="lblNotificationRealtimeDescription">Used to show files scanned counter and maintain the background service</string>
<string name="lblNotificationRealtimeText">Known malware will be detected in realtime</string> <string name="lblNotificationRealtimeText">Known malware will be detected in realtime</string>
<string name="lblNotificationRealtimeStopped">Hypatia: Realtime Scanning Stopped</string>
<string name="lblNotificationRealtimeDetection">Malware Detected:</string> <string name="lblNotificationRealtimeDetection">Malware Detected:</string>
<string name="lblRealtimeScannerToggle">Realtime Scanner</string> <string name="lblRealtimeScannerToggle">Realtime Scanner</string>