/ime/latinime/res/values/strings.xml

http://eyes-free.googlecode.com/ · XML · 406 lines · 181 code · 82 blank · 143 comment · 0 complexity · 2709bf6453e6aa4a99a7add88cce197a MD5 · raw file

  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">Eyes-Free keyboard</string>
  23. <!-- Title for Latin keyboard settings activity / dialog -->
  24. <string name="english_ime_settings">Eyes-Free keyboard settings</string>
  25. <!-- Title for Latin keyboard input options dialog -->
  26. <string name="english_ime_input_options">Input options</string>
  27. <!-- Title for Accessibility settings dialog -->
  28. <string name="accessibility_settings">Accessibility settings</string>
  29. <!-- Permission for sending and receiving LatinIME broadcasts -->
  30. <string name="permlab_sendIntentBroadcastCommandsToLatinIME">Send commands to Eyes-Free keyboard</string>
  31. <string name="permdesc_sendIntentBroadcastCommandsToLatinIME">Allows an application or service
  32. to change the keyboard mode (ex. from navigating to hidden).</string>
  33. <!-- Option to launch tutorial -->
  34. <string name="launch_tutorial">Launch tutorial</string>
  35. <string name="launch_tutorial_summary">Learn how to use the Eyes-Free keyboard</string>
  36. <!-- Option to answer calls using the volume buttons -->
  37. <string name="answer_calls">Volume to answer calls</string>
  38. <string name="answer_calls_summary">Answer calls by pressing the volume up or down buttons</string>
  39. <!-- Option to automatically switch to QWERTY keyboard -->
  40. <string name="auto_switch">Auto typing mode</string>
  41. <string name="auto_switch_summary">Switch to typing mode when entering edit boxes</string>
  42. <!-- Option to show directional pad keys in navigation mode -->
  43. <string name="dpad_keys">Show D-Pad keys</string>
  44. <string name="dpad_keys_summary">Show directional pad keys in navigation mode (flick still enabled)</string>
  45. <!-- Option to use linear forward/back instead of left/right in navigation mode -->
  46. <string name="linear_navigation">Use linear navigation</string>
  47. <string name="linear_navigation_summary">Use left and right gesture to move through UI elements</string>
  48. <string name="linear_navigation_missing">Requires Linear Navigation service. Click to install.</string>
  49. <string name="linear_navigation_disabled">Linear Navigation service must be enabled. Click to enable.</string>
  50. <!-- Option to provide vibrate/haptic feedback on keypress -->
  51. <string name="vibrate_on_keypress">Haptic feedback</string>
  52. <string name="vibrate_on_keypress_summary">Vibrate on keypress and directional pad events</string>
  53. <!-- Option to play back sound on keypress in soft keyboard -->
  54. <string name="sound_on_keypress">Auditory feedback</string>
  55. <string name="sound_on_keypress_summary">Make a sound on keypress and directional pad events</string>
  56. <!-- Option to pop up the character with a larger font above soft keyboard -->
  57. <string name="popup_on_keypress">Popup on keypress</string>
  58. <!-- Option to enable using nearby keys when correcting/predicting -->
  59. <string name="hit_correction">Correct typing errors</string>
  60. <!-- Description for hit_correction -->
  61. <string name="hit_correction_summary">Enable input error correction</string>
  62. <!-- Option to enable using nearby keys when correcting/predicting in landscape-->
  63. <string name="hit_correction_land">Landscape input errors</string>
  64. <!-- Description for hit_correction in landscape -->
  65. <string name="hit_correction_land_summary">Enable input error correction</string>
  66. <!-- Option to automatically correct word on hitting space -->
  67. <string name="auto_correction">Word suggestions</string>
  68. <!-- Description for auto_correction -->
  69. <string name="auto_correction_summary">Automatically correct the previous word</string>
  70. <!-- Option to enable text prediction -->
  71. <string name="prediction">Word suggestions</string>
  72. <!-- Category title for text prediction -->
  73. <string name="prediction_category">Word suggestion settings</string>
  74. <!-- Description for text prediction -->
  75. <string name="prediction_summary">Enable auto completion while typing</string>
  76. <!-- Dialog title for auto complete choices -->
  77. <string name="auto_complete_dialog_title">Auto completion</string>
  78. <!-- Option to enable text prediction in landscape -->
  79. <string name="prediction_landscape">Increase text field size</string>
  80. <!-- Description for text prediction -->
  81. <string name="prediction_landscape_summary">Hide word suggestions in landscape view</string>
  82. <!-- Option to enable auto capitalization of sentences -->
  83. <string name="auto_cap">Auto-capitalization</string>
  84. <!-- Description for auto cap -->
  85. <string name="auto_cap_summary">Capitalize the start of a sentence</string>
  86. <!-- Option to enable auto punctuate -->
  87. <string name="auto_punctuate">Auto-punctuate</string>
  88. <!-- Description for auto punctuate -->
  89. <string name="auto_punctuate_summary"></string>
  90. <!-- Option to enable quick fixes -->
  91. <string name="quick_fixes">Quick fixes</string>
  92. <!-- Description for quick fixes -->
  93. <string name="quick_fixes_summary">Corrects commonly typed mistakes</string>
  94. <!-- Option to enable showing suggestions -->
  95. <string name="show_suggestions">Enable suggestions</string>
  96. <!-- Description for show suggestions -->
  97. <string name="show_suggestions_summary">Swipe upward from the keyboard area, then left or right to select suggested words</string>
  98. <!-- Option to enable auto completion -->
  99. <string name="auto_complete">Auto-complete</string>
  100. <!-- Description for auto completion -->
  101. <string name="auto_complete_summary">Spacebar and punctuation automatically insert highlighted word</string>
  102. <!-- Option to show/hide the settings key -->
  103. <string name="prefs_settings_key">Show settings key</string>
  104. <!-- Array of the settings key mode values -->
  105. <string-array name="settings_key_modes_values" translatable="false">
  106. <item>@string/settings_key_mode_auto</item>
  107. <item>@string/settings_key_mode_always_show</item>
  108. <item>@string/settings_key_mode_always_hide</item>
  109. </string-array>
  110. <!-- Option to automatically decide to show/hide the settings key -->
  111. <string name="settings_key_mode_auto_name">Automatic</string>
  112. <!-- Option to always show the settings key -->
  113. <string name="settings_key_mode_always_show_name">Always show</string>
  114. <!-- Option to always hide the settings key -->
  115. <string name="settings_key_mode_always_hide_name">Always hide</string>
  116. <!-- Array of the settings key modes -->
  117. <string-array name="settings_key_modes">
  118. <item>@string/settings_key_mode_auto_name</item>
  119. <item>@string/settings_key_mode_always_show_name</item>
  120. <item>@string/settings_key_mode_always_hide_name</item>
  121. </string-array>
  122. <!-- Option to enable bigram completion -->
  123. <string name="bigram_suggestion">Bigram Suggestions</string>
  124. <!-- Description for auto completion -->
  125. <string name="bigram_suggestion_summary">Use previous word to improve suggestion</string>
  126. <!-- Array of prediction modes -->
  127. <string-array name="prediction_modes">
  128. <item>None</item>
  129. <item>Basic</item>
  130. <item>Advanced</item>
  131. </string-array>
  132. <!-- Don't translate -->
  133. <string name="prediction_none" translatable="false">0</string>
  134. <!-- Don't translate -->
  135. <string name="prediction_basic" translatable="false">1</string>
  136. <!-- Don't translate -->
  137. <string name="prediction_full" translatable="false">2</string>
  138. <string-array name="prediction_modes_values" translatable="false">
  139. <item>@string/prediction_none</item>
  140. <item>@string/prediction_basic</item>
  141. <item>@string/prediction_full</item>
  142. </string-array>
  143. <!-- Indicates that a word has been added to the dictionary -->
  144. <string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>
  145. <!-- Tip to long press on keys -->
  146. <string name="tip_long_press">Hold a key down to see accents (ø, ö, etc.)</string>
  147. <!-- Tip to dismiss keyboard -->
  148. <string name="tip_dismiss">Press the back key \u21B6 to close the keyboard at any point</string>
  149. <!-- Tip to press ?123 to access numbers and symbols -->
  150. <string name="tip_access_symbols">Access numbers and symbols</string>
  151. <!-- Tip to long press on typed word to add to dictionary -->
  152. <string name="tip_add_to_dictionary">Press and hold the left-most word to add it to the dictionary
  153. </string>
  154. <!-- Instruction to touch the bubble to continue -->
  155. <string name="touch_to_continue">Touch this hint to continue »</string>
  156. <!-- Instruction to touch the bubble to start typing -->
  157. <string name="touch_to_finish">Touch here to close this hint and start typing!</string>
  158. <!-- Tutorial tip 1 - The keyboard opens any time you touch a text field -->
  159. <string name="tip_to_open_keyboard"><b>The keyboard opens any time you touch a text field</b></string>
  160. <!-- Tutorial tip 2 - Touch and hold a key to view accents (examples) -->
  161. <string name="tip_to_view_accents"><b>Touch &amp; hold a key to view accents\n(ø, ö, ô, ó, and so on)</b>
  162. </string>
  163. <!-- Tutorial tip 3 - How to switch to number/symbol keyboard -->
  164. <string name="tip_to_open_symbols"><b>Switch to numbers and symbols by touching this key</b></string>
  165. <!-- Tutorial tip 4 - How to switch back to alphabet keyboard -->
  166. <string name="tip_to_close_symbols"><b>Go back to letters by touching this key again</b></string>
  167. <!-- Tutorial tip 5 - How to launch keyboard settings -->
  168. <string name="tip_to_launch_settings"><b>Touch &amp; hold this key to change keyboard settings, like auto complete</b></string>
  169. <!-- Tutorial tip 6 - Done with the tutorial -->
  170. <string name="tip_to_start_typing"><b>Try it!</b></string>
  171. <!-- Label for soft enter key when it performs GO action. Must be short to fit on key! -->
  172. <string name="label_go_key">Go</string>
  173. <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key! -->
  174. <string name="label_next_key">Next</string>
  175. <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key! -->
  176. <string name="label_done_key">Done</string>
  177. <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! -->
  178. <string name="label_send_key">Send</string>
  179. <!-- Label for "switch to symbols" key. Must be short to fit on key! -->
  180. <string name="label_symbol_key">\?123</string>
  181. <!-- Label for "switch to numeric" key. Must be short to fit on key! -->
  182. <string name="label_phone_key">123</string>
  183. <!-- Label for "switch to alphabetic" key. Must be short to fit on key! -->
  184. <string name="label_alpha_key">ABC</string>
  185. <!-- Label for ALT modifier key. Must be short to fit on key! -->
  186. <string name="label_alt_key">Alt</string>
  187. <!-- Voice related labels -->
  188. <!-- Title of the warning dialog that shows when a user initiates voice input for
  189. the first time. -->
  190. <string name="voice_warning_title">Voice input</string>
  191. <!-- Message that gets put at the top of the warning dialog if the user is attempting to use
  192. voice input in a currently unsupported locale. Voice input will work for such a user,
  193. but it will only recognize them in English. -->
  194. <string name="voice_warning_locale_not_supported">Voice input is not currently supported for your language, but does work in English.</string>
  195. <!-- Message of the warning dialog that shows when a user initiates voice input for
  196. the first time, or turns it on in settings. -->
  197. <string name="voice_warning_may_not_understand">Voice input is an experimental feature using Google\'s networked speech recognition.</string>
  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. <!-- Message to show when user clicks the swiping hint (which says
  202. "Swipe across keyboard to speak"). Also shown when enabling settings. -->
  203. <string name="voice_hint_dialog_message">To use voice input, press the microphone button or slide your finger across the on-screen keyboard.</string>
  204. <!-- Short message to tell the user the system is ready for them to speak. -->
  205. <string name="voice_listening">Speak now</string>
  206. <!-- Short message shown after the user finishes speaking. -->
  207. <string name="voice_working">Working</string>
  208. <!-- Short message shown before the user should speak. -->
  209. <string name="voice_initializing"></string>
  210. <!-- Short message shown when a generic error occurs. -->
  211. <string name="voice_error">Error. Please try again.</string>
  212. <!-- Short message shown for a network error. -->
  213. <string name="voice_network_error">Couldn\'t connect</string>
  214. <!-- Short message shown for a network error where the utterance was really long,
  215. in which case we should suggest that the user speak less. -->
  216. <string name="voice_too_much_speech">Error, too much speech.</string>
  217. <!-- Short message shown for an audio error. -->
  218. <string name="voice_audio_error">Audio problem</string>
  219. <!-- Short message shown for an error with the voice server. -->
  220. <string name="voice_server_error">Server error</string>
  221. <!-- Short message shown when no speech is heard. -->
  222. <string name="voice_speech_timeout">No speech heard</string>
  223. <!-- Short message shown when the server couldn't parse any speech. -->
  224. <string name="voice_no_match">No matches found</string>
  225. <!-- Short message shown when the user initiates voice and voice
  226. search is not installed. -->
  227. <string name="voice_not_installed">Voice search not installed</string>
  228. <!-- Short hint shown in candidate view to explain voice input. -->
  229. <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string>
  230. <!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
  231. <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
  232. <!-- Label on button to stop recognition. Must be short to fit on button. -->
  233. <string name="cancel">Cancel</string>
  234. <!-- Label on button when an error occurs -->
  235. <string name="ok">OK</string>
  236. <!-- Preferences item for enabling speech input -->
  237. <string name="voice_input">Voice input</string>
  238. <!-- Array of Voice Input modes -->
  239. <string-array name="voice_input_modes">
  240. <item>On main keyboard</item>
  241. <item>On symbols keyboard</item>
  242. <item>Off</item>
  243. </string-array>
  244. <!-- Don't translate -->
  245. <string name="voice_mode_main" translatable="false">0</string>
  246. <!-- Don't translate -->
  247. <string name="voice_mode_symbols" translatable="false">1</string>
  248. <!-- Don't translate -->
  249. <string name="voice_mode_off" translatable="false">2</string>
  250. <string-array name="voice_input_modes_values" translatable="false">
  251. <item>@string/voice_mode_main</item>
  252. <item>@string/voice_mode_symbols</item>
  253. <item>@string/voice_mode_off</item>
  254. </string-array>
  255. <!-- Array of Voice Input modes summary -->
  256. <string-array name="voice_input_modes_summary">
  257. <item>Mic on main keyboard</item>
  258. <item>Mic on symbols keyboard</item>
  259. <item>Voice input is disabled</item>
  260. </string-array>
  261. <!-- Press the "enter" key after the user speaks. Option on settings.-->
  262. <string name="auto_submit">Auto submit after voice</string>
  263. <!-- Press the "enter" key after the user speaks. Summary of option in settings.-->
  264. <string name="auto_submit_summary">Automatically press enter when searching or going to the next field.</string>
  265. <!-- IME Tutorial screen (ROMAN) --><skip />
  266. <!-- appears above image showing the user to click on a TextView to show the IME -->
  267. <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>
  268. <!-- appears above the image showing the back button used to close the keyboard -->
  269. <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>
  270. <!-- appears above image showing how to use touch and hold -->
  271. <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>
  272. <!-- appears above image showing how to access keyboard settings -->
  273. <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>
  274. <!-- popular web domains for the locale - most popular, displayed on the keyboard -->
  275. <string name="popular_domain_0">".com"</string>
  276. <!-- popular web domains for the locale - item 1, displayed in the popup -->
  277. <string name="popular_domain_1">".net"</string>
  278. <!-- popular web domains for the locale - item 2, displayed in the popup -->
  279. <string name="popular_domain_2">".org"</string>
  280. <!-- popular web domains for the locale - item 3, displayed in the popup -->
  281. <string name="popular_domain_3">".gov"</string>
  282. <!-- popular web domains for the locale - item 4, displayed in the popup -->
  283. <string name="popular_domain_4">".edu"</string>
  284. <!-- Menu item for launching Input method picker -->
  285. <string name="selectInputMethod">Select input method</string>
  286. <!-- Title for input language selection screen -->
  287. <string name="language_selection_title">Input languages</string>
  288. <!-- Title summary for input language selection screen -->
  289. <string name="language_selection_summary">Slide finger on spacebar to change language</string>
  290. <!-- Add to dictionary hint -->
  291. <string name="hint_add_to_dictionary">\u2190 Touch again to save</string>
  292. <!-- Inform the user that a particular language has an available dictionary -->
  293. <string name="has_dictionary">Dictionary available</string>
  294. <!-- Preferences item for enabling to send user statistics to Google -->
  295. <string name="prefs_enable_log">Enable user feedback</string>
  296. <!-- Description for enabling to send user statistics to Google -->
  297. <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string>
  298. <!-- Preferences item for enabling to correct suggestions by touching words you have typed -->
  299. <string name="prefs_enable_recorrection">Touch to correct words</string>
  300. <!-- The summary for the preferences item for enabling to correct suggestions by touching words you have typed -->
  301. <string name="prefs_enable_recorrection_summary">Touch entered words to correct them</string>
  302. <!-- Description for keyboard theme switcher -->
  303. <string name="keyboard_layout">Keyboard Theme</string>
  304. <string name="layout_basic" translatable="false">Basic</string>
  305. <string name="layout_high_contrast" translatable="false">Basic (High Contrast)</string>
  306. <string name="layout_gingerbread" translatable="false">Gingerbread</string>
  307. <string-array name="keyboard_layout_modes" translatable="false">
  308. <item>@string/layout_basic</item>
  309. <item>@string/layout_high_contrast</item>
  310. <item>@string/layout_gingerbread</item>
  311. </string-array>
  312. <string-array name="keyboard_layout_modes_values" translatable="false">
  313. <item>0</item>
  314. <item>1</item>
  315. <item>2</item>
  316. <item>3</item>
  317. <item>4</item>
  318. </string-array>
  319. <string name="subtype_mode_keyboard">keyboard</string>
  320. <string name="subtype_mode_voice">voice</string>
  321. <!-- Title for Latin keyboard debug settings activity / dialog -->
  322. <string name="english_ime_debug_settings" translatable="false">Eyes-Free keyboard Debug settings</string>
  323. <string name="prefs_debug_mode" translatable="false">Debug Mode</string>
  324. </resources>