/KeyboardTutor/res/values/strings.xml

http://eyes-free.googlecode.com/ · XML · 272 lines · 46 code · 44 blank · 182 comment · 0 complexity · ae8ace77dfea6ee82ba65f484c82a644 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="app_name">Keyboard Tutor</string>
  4. <!-- Special keys -->
  5. <!--
  6. Source: A value for announcing the alt key.
  7. Description: This is spoken to the user. [CHAR LIMIT="30"]
  8. -->
  9. <string name="alt">alt</string>
  10. <!--
  11. Source: A value for announcing the shift key.
  12. Description: This is spoken to the user. [CHAR LIMIT="30"]
  13. -->
  14. <string name="shift">shift</string>
  15. <!--
  16. Source: A value for announcing the symbol key.
  17. Description: This is spoken to the user. [CHAR LIMIT="30"]
  18. -->
  19. <string name="sym">sym</string>
  20. <!--
  21. Source: A value for announcing the delete key.
  22. Description: This is spoken to the user. [CHAR LIMIT="30"]
  23. -->
  24. <string name="delete">delete</string>
  25. <!--
  26. Source: A value for announcing the enter key.
  27. Description: This is spoken to the user. [CHAR LIMIT="30"]
  28. -->
  29. <string name="enter">enter</string>
  30. <!--
  31. Source: A value for announcing the space key.
  32. Description: This is spoken to the user. [CHAR LIMIT="30"]
  33. -->
  34. <string name="space">space</string>
  35. <!--
  36. Source: A value for announcing the search key.
  37. Description: This is spoken to the user. [CHAR LIMIT="30"]
  38. -->
  39. <string name="search">search</string>
  40. <!--
  41. Source: A value for announcing the menu key.
  42. Description: This is spoken to the user. [CHAR LIMIT="30"]
  43. -->
  44. <string name="menu">menu. Press menu again to view options.</string>
  45. <!--
  46. Source: A value for announcing the start call key.
  47. Description: This is spoken to the user. [CHAR LIMIT="30"]
  48. -->
  49. <string name="call">call</string>
  50. <!--
  51. Source: A value for announcing the end call key.
  52. Description: This is spoken to the user. [CHAR LIMIT="30"]
  53. -->
  54. <string name="end_call">end call</string>
  55. <!--
  56. Source: A value for announcing the volume down key.
  57. Description: This is spoken to the user. [CHAR LIMIT="30"]
  58. -->
  59. <string name="volume_down">volume down</string>
  60. <!--
  61. Source: A value for announcing the volume up key.
  62. Description: This is spoken to the user. [CHAR LIMIT="30"]
  63. -->
  64. <string name="volume_up">volume up</string>
  65. <!--
  66. Source: A value for announcing the camera key.
  67. Description: This is spoken to the user. [CHAR LIMIT="30"]
  68. -->
  69. <string name="camera">camera</string>
  70. <!--
  71. Source: A value for announcing the left arrow key.
  72. Description: This is spoken to the user. [CHAR LIMIT="30"]
  73. -->
  74. <string name="left">left</string>
  75. <!--
  76. Source: A value for announcing the right arrow key.
  77. Description: This is spoken to the user. [CHAR LIMIT="30"]
  78. -->
  79. <string name="right">right</string>
  80. <!--
  81. Source: A value for announcing the up arrow key.
  82. Description: This is spoken to the user. [CHAR LIMIT="30"]
  83. -->
  84. <string name="up">up</string>
  85. <!--
  86. Source: A value for announcing the down arrow key.
  87. Description: This is spoken to the user. [CHAR LIMIT="30"]
  88. -->
  89. <string name="down">down</string>
  90. <!--
  91. Source: A value for announcing the center dpad key, or enter button that acts as a click.
  92. Description: This is spoken to the user. [CHAR LIMIT="30"]
  93. -->
  94. <string name="center">select</string>
  95. <!--
  96. Source: A value for announcing an unknown key, typically a special function key that does
  97. not result in a character.
  98. Description: This is spoken to the user. [CHAR LIMIT="30"]
  99. -->
  100. <string name="unknown">Unknown or empty</string>
  101. <!-- PUNCTUATION -->
  102. <!--
  103. Source: A value for announcing a question mark.
  104. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  105. -->
  106. <string name="punctuation_questionmark">Question mark</string>
  107. <!--
  108. Source: A value for announcing a space.
  109. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  110. -->
  111. <string name="punctuation_space">Space</string>
  112. <!--
  113. Source: A value for announcing a comma.
  114. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  115. -->
  116. <string name="punctuation_comma">Comma</string>
  117. <!--
  118. Source: A value for announcing a dot.
  119. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  120. -->
  121. <string name="punctuation_dot">Dot</string>
  122. <!--
  123. Source: A value for announcing an exclamation.
  124. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  125. -->
  126. <string name="punctuation_exclamation">Exclamation</string>
  127. <!--
  128. Source: A value for announcing an opening parenthesis.
  129. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  130. -->
  131. <string name="punctuation_open_paren">Open paren</string>
  132. <!--
  133. Source: A value for announcing a closing parenthesis.
  134. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  135. -->
  136. <string name="punctuation_close_paren">Close paren</string>
  137. <!--
  138. Source: A value for announcing a double quote.
  139. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  140. -->
  141. <string name="punctuation_double_quote">Double quote</string>
  142. <!--
  143. Source: A value for announcing a semicolon.
  144. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  145. -->
  146. <string name="punctuation_semicolon">Semicolon</string>
  147. <!--
  148. Source: A value for announcing a colon.
  149. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  150. -->
  151. <string name="punctuation_colon">Colon</string>
  152. <!--
  153. Source: A description of the edit text.
  154. Description: Instructions telling the user what to do. [CHAR LIMIT=NONE]
  155. -->
  156. <string name="edit_description">Press a key:</string>
  157. <!--
  158. Source: A value for announcing the back key. Includes instruction for exiting the
  159. application.
  160. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  161. -->
  162. <string name="back_message">Back. Press back again to exit.</string>
  163. <!--
  164. Source: A value for announcing the home key. Includes notice that the application is exiting.
  165. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  166. -->
  167. <string name="home_message">Home, exiting the application.</string>
  168. <!-- ALERTS -->
  169. <!--
  170. Source: Alert title for the event if the screen reader is being disabled.
  171. Description: While starting the application an announcement is made if accessibility services
  172. are disabled. [CHAR LIMIT=30]
  173. -->
  174. <string name="title_no_active_screen_reader_alert">Accessibility services Disabled!</string>
  175. <!--
  176. Source: Alert message for the event if the screen reader is being disabled.
  177. Description: While starting the application an announcement is made if accessibility services
  178. are disabled. [CHAR LIMIT=30]
  179. -->
  180. <string name="message_no_active_screen_reader_alert">Accessibility services are currently disabled. Would you like to open accessibility settings?</string>
  181. <!--
  182. Source: Alert title for the event of lacking accessibility settings on the device.
  183. Description: On some devices the accessibility category of the setting is missing.
  184. [CHAR LIMIT=30]
  185. -->
  186. <string name="title_no_accessibility_alert">Error</string>
  187. <!--
  188. Source: Alert message for the event of lacking accessibility settings on the device.
  189. Description: On some devices the accessibility category of the setting is missing.
  190. [CHAR LIMIT=100]
  191. -->
  192. <string name="message_no_accessibility_alert">Accessibility is not supported on this device.</string>
  193. <!--
  194. Source: Alert title for the event of lacking screen reader(s) on the device.
  195. Description: Some devices come with no accessibility services. [CHAR LIMIT=30]
  196. -->
  197. <string name="title_no_screen_reader_alert">No accessibility service</string>
  198. <!--
  199. Source: Alert message for the event of lacking accessibility services on the device.
  200. Description: On some devices the accessibility category of the setting is missing.
  201. [CHAR LIMIT=100]
  202. -->
  203. <string name="message_no_screen_reader_alert">There is no accessibility service installed on the device.</string>
  204. <!--
  205. Source: Displayed as a menu name.
  206. Description: A menu option that displays details about the application.
  207. [CHAR LIMIT=30]
  208. -->
  209. <string name="about_menu">About</string>
  210. <!--
  211. Source: Displayed on the about page.
  212. Description: Indicated the version of the application.
  213. [CHAR LIMIT=30]
  214. -->
  215. <string name="version_name">Version: %1s</string>
  216. <!--
  217. Source: Displayed on a button on the about page.
  218. Description: Indicates the link to the application terms of service.
  219. [CHAR LIMIT=30]
  220. -->
  221. <string name="terms_of_service">Terms of Service</string>
  222. <!--
  223. Source: Displayed on a button on the about page.
  224. Description: Indicates the link to the application privacy policy.
  225. [CHAR LIMIT=30]
  226. -->
  227. <string name="privacy_policy">Privacy Policy</string>
  228. </resources>