| The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2009, The Android Open Source Project |
| 6 | ** |
| 7 | ** Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | ** you may not use this file except in compliance with the License. |
| 9 | ** You may obtain a copy of the License at |
| 10 | ** |
| 11 | ** http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ** |
| 13 | ** Unless required by applicable law or agreed to in writing, software |
| 14 | ** distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | ** See the License for the specific language governing permissions and |
| 17 | ** limitations under the License. |
| 18 | */ |
| 19 | --> |
| 20 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| Amith Yamasani | 6a6075c | 2010-02-03 15:35:49 -0800 | [diff] [blame] | 21 | <!-- Symbols that are suggested between words --> |
| Ken Wakasa | f5df46f | 2010-10-21 01:56:18 +0900 | [diff] [blame] | 22 | <string name="suggested_punctuations">!?,\u0022\u0027:();-/@_</string> |
| Jean Chalard | 863f95b | 2011-05-09 16:54:07 +0900 | [diff] [blame] | 23 | <!-- Symbols that should be swapped with a magic space --> |
| 24 | <string name="magic_space_swapping_symbols">.,;:!?)]}\u0022</string> |
| 25 | <!-- Symbols that should strip a magic space --> |
| 26 | <string name="magic_space_stripping_symbols">\u0009\u0020\n/_\u0027-</string> |
| 27 | <!-- Symbols that should convert magic spaces into real space --> |
| 28 | <string name="magic_space_promoting_symbols">([*&@{<>+=|</string> |
| 29 | <!-- Symbols that do NOT separate words --> |
| 30 | <string name="non_word_separator_symbols">\u0027-</string> |
| 31 | <!-- Word separator list is the union of all symbols except those that are not separators: |
| 32 | magic_space_swapping_symbols | magic_space_stripping_symbols | |
| 33 | magic_space_neutral_symbols \ non_word_separator_symbols --> |
| Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 34 | |
| Tadashi G. Takaoka | 246acc5 | 2010-12-14 11:06:05 +0900 | [diff] [blame] | 35 | <!-- Label for ALT modifier key. Must be short to fit on key! --> |
| 36 | <string name="label_alt_key">ALT</string> |
| 37 | <!-- Label for "Tab" key. Must be short to fit on key! --> |
| 38 | <string name="label_tab_key">Tab</string> |
| 39 | <!-- Label for "switch to symbols" key. Must be short to fit on key! --> |
| 40 | <string name="label_to_symbol_key">\?123</string> |
| 41 | <!-- Label for "switch to numeric" key. Must be short to fit on key! --> |
| 42 | <string name="label_to_numeric_key">123</string> |
| 43 | |
| Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 44 | <!-- Option values to show/hide the settings key in onscreen keyboard --> |
| 45 | <!-- Automatically decide to show or hide the settings key --> |
| Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 46 | <string name="settings_key_mode_auto">0</string> |
| Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 47 | <!-- Always show the settings key --> |
| Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 48 | <string name="settings_key_mode_always_show">1</string> |
| Ken Wakasa | 1508c0e | 2010-09-15 13:37:52 +0900 | [diff] [blame] | 49 | <!-- Always hide the settings key --> |
| Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 50 | <string name="settings_key_mode_always_hide">2</string> |
| 51 | <!-- Array of the settings key mode values --> |
| 52 | <string-array name="settings_key_modes_values"> |
| 53 | <item>@string/settings_key_mode_auto</item> |
| 54 | <item>@string/settings_key_mode_always_show</item> |
| 55 | <item>@string/settings_key_mode_always_hide</item> |
| 56 | </string-array> |
| 57 | <!-- Array of the settings key modes --> |
| 58 | <string-array name="settings_key_modes"> |
| 59 | <item>@string/settings_key_mode_auto_name</item> |
| 60 | <item>@string/settings_key_mode_always_show_name</item> |
| 61 | <item>@string/settings_key_mode_always_hide_name</item> |
| 62 | </string-array> |
| satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 63 | |
| 64 | <!-- Always show the suggestion strip --> |
| Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 65 | <string name="prefs_suggestion_visibility_show_value">0</string> |
| satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 66 | <!-- Show the suggestion strip only on portrait mode --> |
| Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 67 | <string name="prefs_suggestion_visibility_show_only_portrait_value">1</string> |
| satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 68 | <!-- Always hide the suggestion strip --> |
| Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 69 | <string name="prefs_suggestion_visibility_hide_value">2</string> |
| satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 70 | <!-- Default value of the visibility of the suggestion strip --> |
| Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 71 | <string name="prefs_suggestion_visibility_default_value">0</string> |
| 72 | <!-- Option to show/hide the suggestion strip --> |
| 73 | <string-array name="prefs_suggestion_visibility_values"> |
| 74 | <item>@string/prefs_suggestion_visibility_show_value</item> |
| 75 | <item>@string/prefs_suggestion_visibility_show_only_portrait_value</item> |
| 76 | <item>@string/prefs_suggestion_visibility_hide_value</item> |
| 77 | </string-array> |
| 78 | <string-array name="prefs_suggestion_visibilities"> |
| 79 | <item>@string/prefs_suggestion_visibility_show_name</item> |
| 80 | <item>@string/prefs_suggestion_visibility_show_only_portrait_name</item> |
| 81 | <item>@string/prefs_suggestion_visibility_hide_name</item> |
| 82 | </string-array> |
| 83 | |
| Tadashi G. Takaoka | 9ecad8c | 2010-12-13 12:37:23 +0900 | [diff] [blame] | 84 | <string name="auto_correction_threshold_mode_index_off">0</string> |
| 85 | <string name="auto_correction_threshold_mode_index_modest">1</string> |
| 86 | <string name="auto_correction_threshold_mode_index_aggeressive">2</string> |
| 87 | <string-array name="auto_correction_threshold_mode_indexes"> |
| 88 | <item>@string/auto_correction_threshold_mode_index_off</item> |
| 89 | <item>@string/auto_correction_threshold_mode_index_modest</item> |
| 90 | <item>@string/auto_correction_threshold_mode_index_aggeressive</item> |
| Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 91 | </string-array> |
| 92 | <string-array name="auto_correction_threshold_modes"> |
| 93 | <item>@string/auto_correction_threshold_mode_off</item> |
| 94 | <item>@string/auto_correction_threshold_mode_modest</item> |
| 95 | <item>@string/auto_correction_threshold_mode_aggeressive</item> |
| 96 | </string-array> |
| 97 | |
| 98 | <string name="voice_mode_main">0</string> |
| 99 | <string name="voice_mode_symbols">1</string> |
| 100 | <string name="voice_mode_off">2</string> |
| 101 | <string-array name="voice_input_modes_values"> |
| 102 | <item>@string/voice_mode_main</item> |
| 103 | <item>@string/voice_mode_symbols</item> |
| 104 | <item>@string/voice_mode_off</item> |
| 105 | </string-array> |
| 106 | <!-- Array of Voice Input modes --> |
| 107 | <string-array name="voice_input_modes"> |
| 108 | <item>@string/voice_input_modes_main_keyboard</item> |
| 109 | <item>@string/voice_input_modes_symbols_keyboard</item> |
| 110 | <item>@string/voice_input_modes_off</item> |
| 111 | </string-array> |
| 112 | <!-- Array of Voice Input modes summary --> |
| 113 | <string-array name="voice_input_modes_summary"> |
| 114 | <item>@string/voice_input_modes_summary_main_keyboard</item> |
| 115 | <item>@string/voice_input_modes_summary_symbols_keyboard</item> |
| 116 | <item>@string/voice_input_modes_summary_off</item> |
| 117 | </string-array> |
| 118 | |
| 119 | <!-- Title for Latin keyboard debug settings activity / dialog --> |
| 120 | <string name="english_ime_debug_settings">Android keyboard Debug settings</string> |
| 121 | <string name="prefs_debug_mode">Debug Mode</string> |
| satok | 7599cfe | 2010-11-13 19:09:30 +0900 | [diff] [blame] | 122 | |
| Tadashi G. Takaoka | 75fde64 | 2010-11-19 00:31:20 -0800 | [diff] [blame] | 123 | <!-- Keyboard theme names --> |
| Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 124 | <string name="layout_basic">Basic</string> |
| 125 | <string name="layout_high_contrast">Basic (High Contrast)</string> |
| 126 | <string name="layout_stone_bold">Stone (bold)</string> |
| 127 | <string name="layout_stone_normal">Stone (normal)</string> |
| 128 | <string name="layout_gingerbread">Gingerbread</string> |
| 129 | <string name="layout_honeycomb">Honeycomb</string> |
| Tadashi G. Takaoka | 75fde64 | 2010-11-19 00:31:20 -0800 | [diff] [blame] | 130 | |
| 131 | <!-- For keyboard theme switcher dialog --> |
| Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 132 | <string-array name="keyboard_layout_modes"> |
| Tadashi G. Takaoka | 75fde64 | 2010-11-19 00:31:20 -0800 | [diff] [blame] | 133 | <item>@string/layout_basic</item> |
| 134 | <item>@string/layout_high_contrast</item> |
| 135 | <item>@string/layout_stone_normal</item> |
| 136 | <item>@string/layout_stone_bold</item> |
| 137 | <item>@string/layout_gingerbread</item> |
| 138 | <item>@string/layout_honeycomb</item> |
| 139 | </string-array> |
| Tadashi G. Takaoka | 1b1f7f9 | 2010-12-11 17:06:24 +0900 | [diff] [blame] | 140 | <string-array name="keyboard_layout_modes_values"> |
| Tadashi G. Takaoka | 75fde64 | 2010-11-19 00:31:20 -0800 | [diff] [blame] | 141 | <item>0</item> |
| 142 | <item>1</item> |
| 143 | <item>2</item> |
| 144 | <item>3</item> |
| 145 | <item>4</item> |
| 146 | <item>5</item> |
| 147 | </string-array> |
| Tadashi G. Takaoka | e276d8d | 2011-01-14 16:12:36 +0900 | [diff] [blame] | 148 | |
| 149 | <!-- Subtype locale name exceptions --> |
| 150 | <string-array name="subtype_locale_exception_keys"> |
| 151 | <item>en_US</item> |
| 152 | <item>en_GB</item> |
| 153 | </string-array> |
| 154 | <string-array name="subtype_locale_exception_values"> |
| 155 | <item>English (US)</item> |
| 156 | <item>English (UK)</item> |
| 157 | </string-array> |
| The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 158 | </resources> |