Merge branch 'iNtEgraIR2021-stable-patch-02264' into 'stable'

Added German and French UI strings for scan cancellation

See merge request divested-mobile/hypatia!2
This commit is contained in:
IratePorcupine 2021-02-24 17:19:14 +00:00
commit 7cdde895b3
2 changed files with 4 additions and 0 deletions

View file

@ -33,6 +33,8 @@
<string name="main_database_download_error_logcat">Download ist fehlgeschlagen. Für weitere Details bitte in logcat nachsehen</string>
<string name="main_starting_scan">Scan startet...</string>
<string name="main_cancelling_scan">Scan wird abgebrochen...</string>
<string name="main_cancelled_scan">Scan wurde abgebrochen</string>
<string name="main_files_pending_scan">%s Dateien, die zur Überprüfung vorgesehen sind</string>
<string name="main_database_loaded">Datenbank mit %s Signaturen geladen</string>
<string name="main_hashing_files">Generiere Hashes für Dateien...</string>

View file

@ -34,6 +34,8 @@
<string name="main_database_download_error_logcat">Téléchargement échoué, vérifier le logcat</string>
<string name="main_starting_scan">Démarrage du scan...</string>
<string name="main_cancelling_scan">Le scan est annulé...</string>
<string name="main_cancelled_scan">Le scan a été annulé</string>
<string name="main_files_pending_scan">%s dossiers en attente de scan</string>
<string name="main_database_loaded">Base de données chargée de %s signatures</string>
<string name="main_hashing_files">Hachage de fichiers...</string>