1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="DEFAULT_NAVIGATION_MODE">List</string>
<string name="DEFAULT_TEXT_TABLE">auto</string>
<string name="DEFAULT_ATTRIBUTES_TABLE">upper_lower</string>
<string name="DEFAULT_CONTRACTION_TABLE">en-us-g2</string>
<string name="DEFAULT_KEYBOARD_TABLE">braille</string>
<string name="DEFAULT_BRAILLE_DRIVER">auto</string>
<string name="DEFAULT_COMMUNICATION_METHOD">Bluetooth</string>
<string name="DEFAULT_SPEECH_SUPPORT">an</string>
<string name="DEFAULT_LOG_LEVEL">notice</string>
</resources>
|