Fix translations

This commit is contained in:
MrLetsplay 2023-10-03 16:39:09 +02:00
parent d688121d95
commit 1734907eb7
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg
2 changed files with 2 additions and 2 deletions

View File

@ -121,6 +121,6 @@
<string name="broken_icon_packs_title">Beschädigte Symbolpakete</string> <string name="broken_icon_packs_title">Beschädigte Symbolpakete</string>
<string name="broken_icon_packs_message">Einige Symbolpakete konnten nicht geladen werden.\n\nWillst du die beschädigten Symbolpakete entfernen?</string> <string name="broken_icon_packs_message">Einige Symbolpakete konnten nicht geladen werden.\n\nWillst du die beschädigten Symbolpakete entfernen?</string>
<string name="icon_pack_imported">Symbolpaket mit %s Symbol(en) importiert</string> <string name="icon_pack_imported">Symbolpaket mit %s Symbol(en) importiert</string>
<string name="enable_encryption_message">Es ist empfehlenswert, Verschlüsselung zu aktivieren, um die Sicherheit der App zu erhpöhen.\n\nMöchtest du zu den Einstellungen wechseln, um Verschlüsselung zu aktivieren?</string> <string name="enable_encryption_message">Es ist empfehlenswert, Verschlüsselung zu aktivieren, um die Sicherheit der App zu erhöhen.\n\nMöchtest du zu den Einstellungen wechseln, um Verschlüsselung zu aktivieren?</string>
<string name="enable_encryption_title">Verschlüsselung aktivieren</string> <string name="enable_encryption_title">Verschlüsselung aktivieren</string>
</resources> </resources>

View File

@ -127,7 +127,7 @@
<string name="broken_icon_packs_title">Broken icon packs</string> <string name="broken_icon_packs_title">Broken icon packs</string>
<string name="broken_icon_packs_message">Some icon packs failed to load.\n\nDo you want to delete the broken icon packs?</string> <string name="broken_icon_packs_message">Some icon packs failed to load.\n\nDo you want to delete the broken icon packs?</string>
<string name="icon_pack_imported">Icon pack with %d icon(s) imported</string> <string name="icon_pack_imported">Icon pack with %d icon(s) imported</string>
<string name="enable_encryption_message">It is recommended enable encryption to improve the security of the application.\n\nDo you want to go to the settings now to enable encryption?</string> <string name="enable_encryption_message">It is recommended to enable encryption to improve the security of the application.\n\nDo you want to go to the settings now to enable encryption?</string>
<string name="enable_encryption_title">Enable encryption</string> <string name="enable_encryption_title">Enable encryption</string>
<string-array name="error_icon_pack_exists_choices"> <string-array name="error_icon_pack_exists_choices">
<item>Override</item> <item>Override</item>