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 --> |
Ken Wakasa | 1cf0ce7 | 2010-04-07 18:37:36 +0900 | [diff] [blame] | 22 | <string name="english_ime_name">Android keyboard 2</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 23 | <!-- Title for Latin keyboard settings activity / dialog --> |
Ken Wakasa | 1cf0ce7 | 2010-04-07 18:37:36 +0900 | [diff] [blame] | 24 | <string name="english_ime_settings">Android keyboard 2 settings</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 25 | |
| 26 | <!-- Option to provide vibrate/haptic feedback on keypress --> |
| 27 | <string name="vibrate_on_keypress">Vibrate on keypress</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 28 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 29 | <!-- Option to play back sound on keypress in soft keyboard --> |
| 30 | <string name="sound_on_keypress">Sound on keypress</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 31 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 32 | <!-- Option to enable using nearby keys when correcting/predicting --> |
| 33 | <string name="hit_correction">Correct typing errors</string> |
| 34 | |
| 35 | <!-- Description for hit_correction --> |
| 36 | <string name="hit_correction_summary">Enable input error correction</string> |
| 37 | |
| 38 | <!-- Option to enable using nearby keys when correcting/predicting in landscape--> |
| 39 | <string name="hit_correction_land">Landscape input errors</string> |
| 40 | |
| 41 | <!-- Description for hit_correction in landscape --> |
| 42 | <string name="hit_correction_land_summary">Enable input error correction</string> |
| 43 | |
| 44 | <!-- Option to automatically correct word on hitting space --> |
| 45 | <string name="auto_correction">Word suggestions</string> |
| 46 | |
| 47 | <!-- Description for auto_correction --> |
| 48 | <string name="auto_correction_summary">Automatically correct the previous word</string> |
| 49 | |
| 50 | <!-- Option to enable text prediction --> |
| 51 | <string name="prediction">Word suggestions</string> |
| 52 | <!-- Category title for text prediction --> |
| 53 | <string name="prediction_category">Word suggestion settings</string> |
| 54 | <!-- Description for text prediction --> |
| 55 | <string name="prediction_summary">Enable auto completion while typing</string> |
| 56 | |
| 57 | <!-- Dialog title for auto complete choices --> |
| 58 | <string name="auto_complete_dialog_title">Auto completion</string> |
| 59 | |
| 60 | <!-- Option to enable text prediction in landscape --> |
| 61 | <string name="prediction_landscape">Increase text field size</string> |
| 62 | <!-- Description for text prediction --> |
| 63 | <string name="prediction_landscape_summary">Hide word suggestions in landscape view</string> |
| 64 | |
| 65 | <!-- Option to enable auto capitalization of sentences --> |
| 66 | <string name="auto_cap">Auto-capitalization</string> |
| 67 | <!-- Description for auto cap --> |
| 68 | <string name="auto_cap_summary">Capitalize the start of a sentence</string> |
| 69 | <!-- Option to enable auto punctuate --> |
| 70 | <string name="auto_punctuate">Auto-punctuate</string> |
| 71 | <!-- Description for auto punctuate --> |
| 72 | <string name="auto_punctuate_summary"></string> |
| 73 | |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 74 | <!-- Option to enable quick fixes --> |
| 75 | <string name="quick_fixes">Quick fixes</string> |
| 76 | <!-- Description for quick fixes --> |
| 77 | <string name="quick_fixes_summary">Corrects commonly typed mistakes</string> |
| 78 | |
| 79 | <!-- Option to enable showing suggestions --> |
| 80 | <string name="show_suggestions">Show suggestions</string> |
| 81 | <!-- Description for show suggestions --> |
| 82 | <string name="show_suggestions_summary">Display suggested words while typing</string> |
| 83 | |
| 84 | <!-- Option to enable auto completion --> |
| 85 | <string name="auto_complete">Auto-complete</string> |
| 86 | <!-- Description for auto completion --> |
| 87 | <string name="auto_complete_summary">Spacebar and punctuation automatically insert highlighted word</string> |
| 88 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 89 | <!-- Array of prediction modes --> |
| 90 | <string-array name="prediction_modes"> |
| 91 | <item>None</item> |
| 92 | <item>Basic</item> |
| 93 | <item>Advanced</item> |
| 94 | </string-array> |
| 95 | |
| 96 | <!-- Don't translate --> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 97 | <string name="prediction_none" translatable="false">0</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 98 | <!-- Don't translate --> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 99 | <string name="prediction_basic" translatable="false">1</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 100 | <!-- Don't translate --> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 101 | <string name="prediction_full" translatable="false">2</string> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 102 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 103 | <string-array name="prediction_modes_values" translatable="false"> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 104 | <item>@string/prediction_none</item> |
| 105 | <item>@string/prediction_basic</item> |
| 106 | <item>@string/prediction_full</item> |
| 107 | </string-array> |
| 108 | |
| 109 | <!-- Indicates that a word has been added to the dictionary --> |
| 110 | <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string> |
| 111 | <!-- Accented forms of "a" --> |
| 112 | <string name="alternates_for_a">àáâãäåæ</string> |
| 113 | <!-- Accented forms of "e" --> |
| 114 | <string name="alternates_for_e">èéêë</string> |
| 115 | <!-- Accented forms of "i" --> |
| 116 | <string name="alternates_for_i">ìíîï</string> |
| 117 | <!-- Accented forms of "o" --> |
| 118 | <string name="alternates_for_o">òóôõöœø</string> |
| 119 | <!-- Accented forms of "u" --> |
| 120 | <string name="alternates_for_u">ùúûü</string> |
| 121 | <!-- Letters associated with "s" --> |
| 122 | <string name="alternates_for_s">§ß</string> |
| 123 | <!-- Accented forms of "n" --> |
| 124 | <string name="alternates_for_n">ñ</string> |
| 125 | <!-- Accented forms of "c" --> |
| 126 | <string name="alternates_for_c">ç</string> |
| 127 | <!-- Accented forms of "y" --> |
| 128 | <string name="alternates_for_y">ýÿ</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 129 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 130 | <!-- Tip to long press on keys --> |
| 131 | <string name="tip_long_press">Hold a key down to see accents (ø, ö, etc.)</string> |
| 132 | <!-- Tip to dismiss keyboard --> |
| 133 | <string name="tip_dismiss">Press the back key \u21B6 to close the keyboard at any point</string> |
| 134 | <!-- Tip to press ?123 to access numbers and symbols --> |
| 135 | <string name="tip_access_symbols">Access numbers and symbols</string> |
| 136 | <!-- Tip to long press on typed word to add to dictionary --> |
| 137 | <string name="tip_add_to_dictionary">Press and hold the left-most word to add it to the dictionary |
| 138 | </string> |
Amith Yamasani | 6e3d427 | 2009-03-25 17:39:38 -0700 | [diff] [blame] | 139 | |
| 140 | <!-- Instruction to touch the bubble to continue --> |
| 141 | <string name="touch_to_continue">Touch this hint to continue »</string> |
| 142 | |
| 143 | <!-- Instruction to touch the bubble to start typing --> |
| 144 | <string name="touch_to_finish">Touch here to close this hint and start typing!</string> |
| 145 | |
| 146 | <!-- Tutorial tip 1 - The keyboard opens any time you touch a text field --> |
| 147 | <string name="tip_to_open_keyboard"><b>The keyboard opens any time you touch a text field</b></string> |
| 148 | |
| 149 | <!-- Tutorial tip 2 - Touch and hold a key to view accents (examples) --> |
| 150 | <string name="tip_to_view_accents"><b>Touch & hold a key to view accents\n(ø, ö, ô, ó, and so on)</b> |
| 151 | </string> |
| 152 | |
| 153 | <!-- Tutorial tip 3 - How to switch to number/symbol keyboard --> |
| 154 | <string name="tip_to_open_symbols"><b>Switch to numbers and symbols by touching this key</b></string> |
| 155 | |
| 156 | <!-- Tutorial tip 4 - How to switch back to alphabet keyboard --> |
| 157 | <string name="tip_to_close_symbols"><b>Go back to letters by touching this key again</b></string> |
| 158 | |
| 159 | <!-- Tutorial tip 5 - How to launch keyboard settings --> |
| 160 | <string name="tip_to_launch_settings"><b>Touch & hold this key to change keyboard settings, like auto complete</b></string> |
| 161 | |
| 162 | <!-- Tutorial tip 6 - Done with the tutorial --> |
| 163 | <string name="tip_to_start_typing"><b>Try it!</b></string> |
| 164 | |
| 165 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 166 | <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! --> |
| 167 | <string name="label_go_key">Go</string> |
| 168 | <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! --> |
| 169 | <string name="label_next_key">Next</string> |
| 170 | <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! --> |
| 171 | <string name="label_done_key">Done</string> |
| 172 | <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! --> |
| 173 | <string name="label_send_key">Send</string> |
| 174 | <!-- Label for "switch to symbols" key. Must be short to fit on key! --> |
| 175 | <string name="label_symbol_key">\?123</string> |
| 176 | <!-- Label for "switch to numeric" key. Must be short to fit on key! --> |
| 177 | <string name="label_phone_key">123</string> |
| 178 | <!-- Label for "switch to alphabetic" key. Must be short to fit on key! --> |
| 179 | <string name="label_alpha_key">ABC</string> |
| 180 | <!-- Label for ALT modifier key. Must be short to fit on key! --> |
| 181 | <string name="label_alt_key">ALT</string> |
Eric Fischer | 0d1bbf6 | 2009-06-18 15:53:28 -0700 | [diff] [blame] | 182 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 183 | <!-- Voice related labels --> |
| 184 | |
| 185 | <!-- Title of the warning dialog that shows when a user initiates voice input for |
| 186 | the first time. --> |
| 187 | <string name="voice_warning_title">Voice input</string> |
| 188 | |
| 189 | <!-- Message that gets put at the top of the warning dialog if the user is attempting to use |
| 190 | voice input in a currently unsupported locale. Voice input will work for such a user, |
| 191 | but it will only recognize them in English. --> |
| 192 | <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string> |
| 193 | |
| 194 | <!-- Message of the warning dialog that shows when a user initiates voice input for |
| 195 | the first time, or turns it on in settings. --> |
| 196 | <string name="voice_warning_may_not_understand">Voice input is an experimental feature using Google\'s networked speech recognition.</string> |
| 197 | |
| 198 | <!-- An additional part of the warning dialog for voice input that only shows when the user |
| 199 | actually initiates voice input, rather than just turning it on in settings. --> |
| 200 | <string name="voice_warning_how_to_turn_off">To turn off voice input, go to keyboard settings.</string> |
| 201 | |
| 202 | <!-- Message to show when user clicks the swiping hint (which says |
| 203 | "Swipe across keyboard to speak"). Also shown when enabling settings. --> |
| 204 | <string name="voice_hint_dialog_message">To use voice input, press the microphone button or slide your finger across the on-screen keyboard.</string> |
| 205 | |
| 206 | <!-- Short message to tell the user the system is ready for them to speak. --> |
| 207 | <string name="voice_listening">Speak now</string> |
| 208 | |
| 209 | <!-- Short message shown after the user finishes speaking. --> |
| 210 | <string name="voice_working">Working</string> |
| 211 | |
| 212 | <!-- Short message shown before the user should speak. --> |
| 213 | <string name="voice_initializing"></string> |
| 214 | |
| 215 | <!-- Short message shown when a generic error occurs. --> |
| 216 | <string name="voice_error">Error. Please try again.</string> |
| 217 | |
| 218 | <!-- Short message shown for a network error. --> |
| 219 | <string name="voice_network_error">Couldn\'t connect</string> |
| 220 | |
| 221 | <!-- Short message shown for a network error where the utterance was really long, |
| 222 | in which case we should suggest that the user speak less. --> |
| 223 | <string name="voice_too_much_speech">Error, too much speech.</string> |
| 224 | |
| 225 | <!-- Short message shown for an audio error. --> |
| 226 | <string name="voice_audio_error">Audio problem</string> |
| 227 | |
| 228 | <!-- Short message shown for an error with the voice server. --> |
| 229 | <string name="voice_server_error">Server error</string> |
| 230 | |
| 231 | <!-- Short message shown when no speech is heard. --> |
| 232 | <string name="voice_speech_timeout">No speech heard</string> |
| 233 | |
| 234 | <!-- Short message shown when the server couldn't parse any speech. --> |
| 235 | <string name="voice_no_match">No matches found</string> |
| 236 | |
| 237 | <!-- Short message shown when the user initiates voice and voice |
| 238 | search is not installed. --> |
| 239 | <string name="voice_not_installed">Voice search not installed</string> |
| 240 | |
| 241 | <!-- Short hint shown in candidate view to explain voice input. --> |
| 242 | <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string> |
| 243 | |
| 244 | <!-- Short hint shown in candidate view to explain that user can speak punctuation. --> |
| 245 | <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string> |
| 246 | |
| 247 | <!-- Label on button to stop recognition. Must be short to fit on button. --> |
| 248 | <string name="cancel">Cancel</string> |
| 249 | |
| 250 | <!-- Label on button when an error occurs --> |
| 251 | <string name="ok">OK</string> |
| 252 | |
| 253 | <!-- Preferences item for enabling speech input --> |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 254 | <string name="voice_input">Voice input</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 255 | |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 256 | <!-- Array of Voice Input modes --> |
| 257 | <string-array name="voice_input_modes"> |
| 258 | <item>On main keyboard</item> |
| 259 | <item>On symbols keyboard</item> |
| 260 | <item>Off</item> |
| 261 | </string-array> |
Amith Yamasani | b1cd701 | 2010-01-28 07:33:27 -0800 | [diff] [blame] | 262 | |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 263 | <!-- Don't translate --> |
| 264 | <string name="voice_mode_main" translatable="false">0</string> |
| 265 | <!-- Don't translate --> |
| 266 | <string name="voice_mode_symbols" translatable="false">1</string> |
| 267 | <!-- Don't translate --> |
| 268 | <string name="voice_mode_off" translatable="false">2</string> |
| 269 | |
| 270 | <string-array name="voice_input_modes_values" translatable="false"> |
| 271 | <item>@string/voice_mode_main</item> |
| 272 | <item>@string/voice_mode_symbols</item> |
| 273 | <item>@string/voice_mode_off</item> |
| 274 | </string-array> |
| 275 | |
| 276 | <!-- Array of Voice Input modes summary --> |
| 277 | <string-array name="voice_input_modes_summary"> |
| 278 | <item>Mic on main keyboard</item> |
| 279 | <item>Mic on symbols keyboard</item> |
| 280 | <item>Voice input is disabled</item> |
| 281 | </string-array> |
Amith Yamasani | b1cd701 | 2010-01-28 07:33:27 -0800 | [diff] [blame] | 282 | |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 283 | <!-- Press the "enter" key after the user speaks. Option on settings.--> |
| 284 | <string name="auto_submit">Auto submit after voice</string> |
| 285 | |
| 286 | <!-- Press the "enter" key after the user speaks. Summary of option in settings.--> |
| 287 | <string name="auto_submit_summary">Automatically press enter when searching or going to the next field.</string> |
| 288 | |
Eric Fischer | 0d1bbf6 | 2009-06-18 15:53:28 -0700 | [diff] [blame] | 289 | <!-- IME Tutorial screen (ROMAN) --><skip /> |
| 290 | <!-- appears above image showing the user to click on a TextView to show the IME --> |
| 291 | <string name="open_the_keyboard"><font size="17"><b>Open the keyboard\n</b></font><font size="3">\n</font>Touch any text field.</string> |
| 292 | |
| 293 | <!-- appears above the image showing the back button used to close the keyboard --> |
| 294 | <string name="close_the_keyboard"><font size="17"><b>Close the keyboard\n</b></font><font size="3">\n</font>Press the Back key.</string> |
| 295 | |
| 296 | <!-- appears above image showing how to use touch and hold --> |
| 297 | <string name="touch_and_hold"><font size="17"><b>Touch \u0026 hold a key for options\n</b></font><font size="3">\n</font>Access punctuation and accents.</string> |
| 298 | |
| 299 | <!-- appears above image showing how to access keyboard settings --> |
| 300 | <string name="keyboard_settings"><font size="17"><b>Keyboard settings\n</b></font><font size="3">\n</font>Touch \u0026 hold the <b>\?123\</b> key.</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 301 | |
Amith Yamasani | d9688c7 | 2009-09-04 15:30:43 -0700 | [diff] [blame] | 302 | <!-- popular web domains for the locale - most popular, displayed on the keyboard --> |
| 303 | <string name="popular_domain_0">".com"</string> |
| 304 | <!-- popular web domains for the locale - item 1, displayed in the popup --> |
| 305 | <string name="popular_domain_1">".net"</string> |
| 306 | <!-- popular web domains for the locale - item 2, displayed in the popup --> |
| 307 | <string name="popular_domain_2">".org"</string> |
| 308 | <!-- popular web domains for the locale - item 3, displayed in the popup --> |
| 309 | <string name="popular_domain_3">".gov"</string> |
| 310 | <!-- popular web domains for the locale - item 4, displayed in the popup --> |
| 311 | <string name="popular_domain_4">".edu"</string> |
Mike LeBeau | 466741d | 2010-01-16 12:21:23 -0800 | [diff] [blame] | 312 | |
| 313 | <!-- Menu item for launching Input method switcher --> |
| 314 | <string name="inputMethod">Input method</string> |
Amith Yamasani | 36fcf25 | 2009-10-12 13:48:35 -0700 | [diff] [blame] | 315 | |
| 316 | <!-- Title for input language selection screen --> |
Amith Yamasani | ec7eb07 | 2010-02-11 06:06:02 -0800 | [diff] [blame] | 317 | <string name="language_selection_title">Input languages</string> |
Amith Yamasani | 457fdff | 2010-02-09 14:17:30 -0800 | [diff] [blame] | 318 | <!-- Title summary for input language selection screen --> |
Amith Yamasani | ec7eb07 | 2010-02-11 06:06:02 -0800 | [diff] [blame] | 319 | <string name="language_selection_summary">Slide finger on spacebar to change language</string> |
Amith Yamasani | 66a787b | 2010-02-10 17:45:35 -0800 | [diff] [blame] | 320 | |
| 321 | <!-- Add to dictionary hint --> |
| 322 | <string name="hint_add_to_dictionary">\u2190 Tap again to save</string> |
Amith Yamasani | 0a2df34 | 2010-03-04 04:43:15 -0800 | [diff] [blame] | 323 | |
| 324 | <!-- Inform the user that a particular language has an available dictionary --> |
| 325 | <string name="has_dictionary">Dictionary available</string> |
satok | ee2ab40 | 2010-05-10 18:43:50 +0900 | [diff] [blame] | 326 | |
| 327 | <!-- Option to send logs --> |
| 328 | <string name="prefs_enable_log">Enable user feedback</string> |
| 329 | <!-- Description for sending logs --> |
| 330 | <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string> |
satok | a0f8739 | 2010-05-14 22:20:13 +0900 | [diff] [blame^] | 331 | |
| 332 | <string name="keyboard_layout">Keyboard Theme</string> |
| 333 | <string name="layout_basic" translatable="false">Basic</string> |
| 334 | <string name="layout_high_contrast" translatable="false">Basic (High Contrast)</string> |
| 335 | <string name="layout_blue_ribbon" translatable="false">Blue Ribbon</string> |
| 336 | <string name="layout_dazzle" translatable="false">Dazzle</string> |
| 337 | <string name="layout_blue_ribbon_high" translatable="false">Blue Ribbon (High Contrast)</string> |
| 338 | <string name="layout_dazzle_high" translatable="false">Dazzle (High Contrast)</string> |
| 339 | |
| 340 | <string-array name="keyboard_layout_modes" translatable="false"> |
| 341 | <item>@string/layout_basic</item> |
| 342 | <item>@string/layout_high_contrast</item> |
| 343 | <item>@string/layout_blue_ribbon</item> |
| 344 | <item>@string/layout_blue_ribbon_high</item> |
| 345 | <item>@string/layout_dazzle</item> |
| 346 | <item>@string/layout_dazzle_high</item> |
| 347 | </string-array> |
| 348 | |
| 349 | <string-array name="keyboard_layout_modes_values" translatable="false"> |
| 350 | <item>0</item> |
| 351 | <item>1</item> |
| 352 | <item>2</item> |
| 353 | <item>3</item> |
| 354 | <item>4</item> |
| 355 | <item>5</item> |
| 356 | </string-array> |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 357 | </resources> |