Fixes character encoding errors due to unsupported terminal font

This commit is contained in:
Patrick Schneider 2025-06-10 20:42:29 +02:00
commit 1911e67126
2 changed files with 5 additions and 11 deletions

View file

@ -177,10 +177,8 @@
<string name="dialog_evaluation_yes">Ja</string>
<string name="menu_display_evaluation_dialog">Online-Befragung</string>
<string name="dialog_goodbye_google_title">Wir verlassen Google Play __</string>
<string name="dialog_goodbye_google_desc">Unsere Apps m_ssen sich leider von Google Play verabschieden. Sie k_nnen die App weiterhin nutzen, erhalten jedoch keine Updates mehr.
Weitere Informationen zu den Gr_nden und warum das nicht das Ende der Privacy Friendly Apps ist, finden Sie auf unserer Website:
<a href="https://secuso.aifb.kit.edu/2809.php">Hier klicken, um mehr zu erfahren</a></string>
<string name="dialog_goodbye_google_title">Wir verlassen Google Play 😢</string>
<string name="dialog_goodbye_google_desc">Unsere Apps müssen sich leider von Google Play verabschieden. Sie können die App weiterhin nutzen, erhalten jedoch keine Updates mehr.\nWeitere Informationen zu den Gründen und warum das nicht das Ende der Privacy Friendly Apps ist, finden Sie auf unserer Website:\n\n<a href="https://secuso.aifb.kit.edu/2809.php">Hier klicken, um mehr zu erfahren</a>
</string>
<string name="dialog_goodbye_google_deactivate_notice">Zeige diese Mitteilung nicht nochmal</string>
</resources>

View file

@ -170,11 +170,7 @@
<string name="menu_display_evaluation_dialog">Online Evaluation</string>
<string name="dialog_goodbye_google_title">Goodbye Google Play __</string>
<string name="dialog_goodbye_google_desc">Our apps will have to say goodbye to Google Play. You can continue to use the app but you will not receive any updates in the future.
You can find more info about the reasons and why this isn_t the end of the Privacy Friendly Apps on our website:
<a href="https://secuso.aifb.kit.edu/english/2809.php">Click here to learn more</a>
</string>
<string name="dialog_goodbye_google_title">Goodbye Google Play 😢</string>
<string name="dialog_goodbye_google_desc">Our apps will have to say goodbye to Google Play. You can continue to use the app but you will not receive any updates in the future.\nYou can find more info about the reasons and why this isn\'t the end of the Privacy Friendly Apps on our website:\n\n<a href="https://secuso.aifb.kit.edu/english/2809.php">Click here to learn more</a></string>
<string name="dialog_goodbye_google_deactivate_notice">Don\'t show this notice again.</string>
</resources>