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 2008, 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"> |
| 21 | <!-- Title for Latin keyboard --> |
| 22 | <string name="english_ime_name">Android keyboard</string> |
| 23 | <!-- Title for Latin keyboard settings activity / dialog --> |
| 24 | <string name="english_ime_settings">Android keyboard settings</string> |
| 25 | |
| 26 | <!-- Option to provide vibrate/haptic feedback on keypress --> |
| 27 | <string name="vibrate_on_keypress">Vibrate on keypress</string> |
| 28 | <!-- Option to play back sound on keypress in soft keyboard --> |
| 29 | <string name="sound_on_keypress">Sound on keypress</string> |
| 30 | |
| 31 | <!-- Option to enable using nearby keys when correcting/predicting --> |
| 32 | <string name="hit_correction">Correct typing errors</string> |
| 33 | |
| 34 | <!-- Description for hit_correction --> |
| 35 | <string name="hit_correction_summary">Enable input error correction</string> |
| 36 | |
| 37 | <!-- Option to enable using nearby keys when correcting/predicting in landscape--> |
| 38 | <string name="hit_correction_land">Landscape input errors</string> |
| 39 | |
| 40 | <!-- Description for hit_correction in landscape --> |
| 41 | <string name="hit_correction_land_summary">Enable input error correction</string> |
| 42 | |
| 43 | <!-- Option to automatically correct word on hitting space --> |
| 44 | <string name="auto_correction">Word suggestions</string> |
| 45 | |
| 46 | <!-- Description for auto_correction --> |
| 47 | <string name="auto_correction_summary">Automatically correct the previous word</string> |
| 48 | |
| 49 | <!-- Option to enable text prediction --> |
| 50 | <string name="prediction">Word suggestions</string> |
| 51 | <!-- Category title for text prediction --> |
| 52 | <string name="prediction_category">Word suggestion settings</string> |
| 53 | <!-- Description for text prediction --> |
| 54 | <string name="prediction_summary">Enable auto completion while typing</string> |
| 55 | |
| 56 | <!-- Dialog title for auto complete choices --> |
| 57 | <string name="auto_complete_dialog_title">Auto completion</string> |
| 58 | |
| 59 | <!-- Option to enable text prediction in landscape --> |
| 60 | <string name="prediction_landscape">Increase text field size</string> |
| 61 | <!-- Description for text prediction --> |
| 62 | <string name="prediction_landscape_summary">Hide word suggestions in landscape view</string> |
| 63 | |
| 64 | <!-- Option to enable auto capitalization of sentences --> |
| 65 | <string name="auto_cap">Auto-capitalization</string> |
| 66 | <!-- Description for auto cap --> |
| 67 | <string name="auto_cap_summary">Capitalize the start of a sentence</string> |
| 68 | <!-- Option to enable auto punctuate --> |
| 69 | <string name="auto_punctuate">Auto-punctuate</string> |
| 70 | <!-- Description for auto punctuate --> |
| 71 | <string name="auto_punctuate_summary"></string> |
| 72 | |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame^] | 73 | <!-- Option to enable quick fixes --> |
| 74 | <string name="quick_fixes">Quick fixes</string> |
| 75 | <!-- Description for quick fixes --> |
| 76 | <string name="quick_fixes_summary">Corrects commonly typed mistakes</string> |
| 77 | |
| 78 | <!-- Option to enable showing suggestions --> |
| 79 | <string name="show_suggestions">Show suggestions</string> |
| 80 | <!-- Description for show suggestions --> |
| 81 | <string name="show_suggestions_summary">Display suggested words while typing</string> |
| 82 | |
| 83 | <!-- Option to enable auto completion --> |
| 84 | <string name="auto_complete">Auto-complete</string> |
| 85 | <!-- Description for auto completion --> |
| 86 | <string name="auto_complete_summary">Spacebar and punctuation automatically insert highlighted word</string> |
| 87 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 88 | <!-- Array of prediction modes --> |
| 89 | <string-array name="prediction_modes"> |
| 90 | <item>None</item> |
| 91 | <item>Basic</item> |
| 92 | <item>Advanced</item> |
| 93 | </string-array> |
| 94 | |
| 95 | <!-- Don't translate --> |
| 96 | <string name="prediction_none" >0</string> |
| 97 | <!-- Don't translate --> |
| 98 | <string name="prediction_basic">1</string> |
| 99 | <!-- Don't translate --> |
| 100 | <string name="prediction_full" >2</string> |
| 101 | |
| 102 | <string-array name="prediction_modes_values"> |
| 103 | <item>@string/prediction_none</item> |
| 104 | <item>@string/prediction_basic</item> |
| 105 | <item>@string/prediction_full</item> |
| 106 | </string-array> |
| 107 | |
| 108 | <!-- Indicates that a word has been added to the dictionary --> |
| 109 | <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string> |
| 110 | <!-- Accented forms of "a" --> |
| 111 | <string name="alternates_for_a">àáâãäåæ</string> |
| 112 | <!-- Accented forms of "e" --> |
| 113 | <string name="alternates_for_e">èéêë</string> |
| 114 | <!-- Accented forms of "i" --> |
| 115 | <string name="alternates_for_i">ìíîï</string> |
| 116 | <!-- Accented forms of "o" --> |
| 117 | <string name="alternates_for_o">òóôõöœø</string> |
| 118 | <!-- Accented forms of "u" --> |
| 119 | <string name="alternates_for_u">ùúûü</string> |
| 120 | <!-- Letters associated with "s" --> |
| 121 | <string name="alternates_for_s">§ß</string> |
| 122 | <!-- Accented forms of "n" --> |
| 123 | <string name="alternates_for_n">ñ</string> |
| 124 | <!-- Accented forms of "c" --> |
| 125 | <string name="alternates_for_c">ç</string> |
| 126 | <!-- Accented forms of "y" --> |
| 127 | <string name="alternates_for_y">ýÿ</string> |
| 128 | <!-- Accented forms of "z" --> |
| 129 | <string name="alternates_for_z"></string> |
| 130 | |
| 131 | <!-- Tip to long press on keys --> |
| 132 | <string name="tip_long_press">Hold a key down to see accents (ø, ö, etc.)</string> |
| 133 | <!-- Tip to dismiss keyboard --> |
| 134 | <string name="tip_dismiss">Press the back key \u21B6 to close the keyboard at any point</string> |
| 135 | <!-- Tip to press ?123 to access numbers and symbols --> |
| 136 | <string name="tip_access_symbols">Access numbers and symbols</string> |
| 137 | <!-- Tip to long press on typed word to add to dictionary --> |
| 138 | <string name="tip_add_to_dictionary">Press and hold the left-most word to add it to the dictionary |
| 139 | </string> |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame^] | 140 | |
| 141 | <!-- Instruction to touch the bubble to continue --> |
| 142 | <string name="touch_to_continue">Touch this hint to continue »</string> |
| 143 | |
| 144 | <!-- Instruction to touch the bubble to start typing --> |
| 145 | <string name="touch_to_finish">Touch here to close this hint and start typing!</string> |
| 146 | |
| 147 | <!-- Tutorial tip 1 - The keyboard opens any time you touch a text field --> |
| 148 | <string name="tip_to_open_keyboard"><b>The keyboard opens any time you touch a text field</b></string> |
| 149 | |
| 150 | <!-- Tutorial tip 2 - Touch and hold a key to view accents (examples) --> |
| 151 | <string name="tip_to_view_accents"><b>Touch & hold a key to view accents\n(ø, ö, ô, ó, and so on)</b> |
| 152 | </string> |
| 153 | |
| 154 | <!-- Tutorial tip 3 - How to switch to number/symbol keyboard --> |
| 155 | <string name="tip_to_open_symbols"><b>Switch to numbers and symbols by touching this key</b></string> |
| 156 | |
| 157 | <!-- Tutorial tip 4 - How to switch back to alphabet keyboard --> |
| 158 | <string name="tip_to_close_symbols"><b>Go back to letters by touching this key again</b></string> |
| 159 | |
| 160 | <!-- Tutorial tip 5 - How to launch keyboard settings --> |
| 161 | <string name="tip_to_launch_settings"><b>Touch & hold this key to change keyboard settings, like auto complete</b></string> |
| 162 | |
| 163 | <!-- Tutorial tip 6 - Done with the tutorial --> |
| 164 | <string name="tip_to_start_typing"><b>Try it!</b></string> |
| 165 | |
| 166 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 167 | <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! --> |
| 168 | <string name="label_go_key">Go</string> |
| 169 | <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! --> |
| 170 | <string name="label_next_key">Next</string> |
| 171 | <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! --> |
| 172 | <string name="label_done_key">Done</string> |
| 173 | <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! --> |
| 174 | <string name="label_send_key">Send</string> |
| 175 | <!-- Label for "switch to symbols" key. Must be short to fit on key! --> |
| 176 | <string name="label_symbol_key">\?123</string> |
| 177 | <!-- Label for "switch to numeric" key. Must be short to fit on key! --> |
| 178 | <string name="label_phone_key">123</string> |
| 179 | <!-- Label for "switch to alphabetic" key. Must be short to fit on key! --> |
| 180 | <string name="label_alpha_key">ABC</string> |
| 181 | <!-- Label for ALT modifier key. Must be short to fit on key! --> |
| 182 | <string name="label_alt_key">ALT</string> |
| 183 | </resources> |