1
0
Fork 0

Added mode change notifications

This commit is contained in:
Clam 2014-03-30 16:34:51 +11:00
parent 7b5f1f7369
commit faf704bc67
5 changed files with 70 additions and 5 deletions

View file

@ -23,6 +23,17 @@
<item >1</item>
</string-array>
<string-array name="capsMode">
<item>Caps off</item>
<item>Single capital</item>
<item>All caps</item>
</string-array>
<string-array name="keyMode">
<item>Dictionary</item>
<item>Text</item>
<item>Number</item>
</string-array>
<string-array name="smileyContentDescription">
<item> Smile </item>

View file

@ -50,6 +50,9 @@
<string name="pref_querytest">Query test</string>
<string name="pref_testfunc">Test func</string>
<string name="pref_mode_notify">Mode notifications</string>
<string name="pref_mode_notify_subtitle">Used for vocalization of mode changes</string>
<string name="pref_loadingdict">Loading dictionary…</string>
<string name="pref_loadinguserdict">Loading user dictionary…</string>
<string name="pref_load_title">Load IME dictionary</string>