Thank you, I built with your changes:
https://www.aqua-mail.com/download/AquaMail-market-1.6.1.0-dev4.2-cs.apkThere seem some inconsistencies here, "Logovat" vs. "Zaznamenávat":
<string name="prefs_debug_log">Zaznamenávat pro ladění</string>
<string name="prefs_debug_log_summary">Povolit zaznamenávání událostí pro ladění</string>
<string name="prefs_debug_raw_data">Logovat hrubá data</string>
<string name="prefs_debug_raw_data_summary">Hrubá data jsou zahrnuta (hesla jsou stále skrytá)</string>
<string name="prefs_debug_db_data">Zaznamenávat údaje databáze</string>
<string name="prefs_debug_db_data_summary">Pomalu, hodně, ale někdy nezbytné</string>
<string name="prefs_debug_log_target">Umístění výstupu logování</string>
And these are missing:
<!-- strings_message_display.xml -->
<string name="message_display_read_receipt_sending">Sending read receipt…</string>
<!-- strings_prefs.xml -->
<string name="prefs_display_send_read_receipt_auto">Send read receipts</string>
<string name="prefs_display_send_read_receipt_auto_summary">Send read receipts without prompting</string>
<string name="prefs_notify_led_color_use_account">Use account color</string>
<string name="prefs_notify_led_color_use_account_summary">Use the account color (if set) for the LED</string>
Thanks!