mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
Added 'realtime scanner stopped' UI notification strings for de, en, fr
This commit is contained in:
parent
d5b176ff61
commit
87d94b451f
4 changed files with 6 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue