Restore Add word (#73)
* adding words to the dictionary is possible again * removed some unused code * updated Readme files * special key handlers now validate the input mode themselves * improved language validation and error handling here and there
This commit is contained in:
parent
78b6681812
commit
8d85215444
18 changed files with 195 additions and 159 deletions
|
|
@ -2,12 +2,12 @@
|
|||
<resources>
|
||||
<string name="app_settings">Traditional T9 Einstellungen</string>
|
||||
<string name="close">Schließen</string>
|
||||
<string name="error_unexpected">Unerwarteter Fehler aufgetreten.</string>
|
||||
|
||||
<string name="add_word_add">Hinzufügen</string>
|
||||
<string name="add_word_blank">Leeres Wort nicht hinzugefügt.</string>
|
||||
<string name="add_word_badchar">Wort mit nicht zuordbarem Buchstaben für %1$s (%2$s) kann nicht hinzugefügt werden.</string>
|
||||
<string name="add_word_exist1">Das Wort (%1$s) ist bereits in der DB.</string>
|
||||
<string name="add_word_exist2">Das Wort (%1$s) ist bereits für %2$s in der DB.</string>
|
||||
<string name="add_word_exist">Das Wort \"%1$s\" ist bereits in Wörterbuch.</string>
|
||||
<string name="add_word_title">Wort hinzufügen</string>
|
||||
|
||||
<string name="pref_help">"Hilfe anzeigen</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue