New Settings screen
* Settings screen is now based on the Android SharedPreferences * Added function key configuration on the Settings screen * Added a setting for toggling the on-screen buttons * Added a dark/light theme setting * Improved translations * Fixed a problem with launching the Settings screen directly from the Android settings * Fixed ignoring keys not actually ignoring them properly
This commit is contained in:
parent
4e59d3393c
commit
b550d5d5dd
84 changed files with 1463 additions and 1205 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="app_settings">Traditional T9 Opties</string>
|
||||
<string name="close">Sluiten</string>
|
||||
<string name="error_unexpected">Er is een onverwachte fout opgetreden.</string>
|
||||
|
|
@ -10,13 +10,13 @@
|
|||
<string name="add_word_exist">Woord \"%1$s\" staat al in het woordenboek.</string>
|
||||
<string name="add_word_invalid_language">Kan geen woord invoegen als er geen taal is geselecteerd.</string>
|
||||
<string name="add_word_title">Woord toevoegen</string>
|
||||
<string name="pref_help">Laat help zien</string>
|
||||
<string name="pref_category_about">Over de applicatie</string>
|
||||
<string name="pref_help">Helpen</string>
|
||||
<string name="pref_dark_theme">Donker thema</string>
|
||||
<string name="pref_choose_languages">Talen kiezen</string>
|
||||
<string name="pref_loaddict">Woordenboek laden</string>
|
||||
<string name="pref_loaduserdict">Gebruikerswoordenboek laden</string>
|
||||
<string name="pref_truncatedict">Woordenboek wissen</string>
|
||||
<string name="dictionary_truncate_title">Woordenboek wissen</string>
|
||||
<string name="pref_category_dictionaries">Woordenboeken</string>
|
||||
<string name="dictionary_loading">Woordenboek laden (%1$s)…</string>
|
||||
<string name="dictionary_loading_user_dict">Gebruikerswoordenboek laden…</string>
|
||||
<string name="dictionary_load_title">Woordenboek laden</string>
|
||||
<string name="dictionary_not_found">Laden mislukt. Woordenboek voor %1$s niet gevonden.</string>
|
||||
<string name="dictionary_truncated">Woordenboek succesvol gewist.</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue