/TalkBack/res/values/strings.xml

http://eyes-free.googlecode.com/ · XML · 768 lines · 157 code · 3 blank · 608 comment · 0 complexity · 32674f29269a93282d674e2f7c7e9c7c MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  3. <!--The human-readable name of this service. Do not translate. -->
  4. <string name="talkback_setup_title" translatable="false">TalkBack</string>
  5. <!--
  6. Source: A brief description of TalkBack.
  7. Description: This is presented to the user on the accessibility settings view. [[CHAR LIMIT="NONE"]]
  8. -->
  9. <string name="talkback_service_description">When TalkBack is on, your device provides spoken feedback to help blind and low-vision users. For example, it describes what you touch, select, and activate.</string>
  10. <!-- NOTIFICATIONS -->
  11. <!--
  12. Source: A notification for a new text message (SMS) has appeared on the status bar.
  13. Description: This is spoken to the user. [[CHAR LIMIT="NONE"]]
  14. -->
  15. <string name="notification_type_text_message">Text message</string>
  16. <!--
  17. Source: A notification for a failed-to-be-send text message (SMS) has appeared on the status bar.
  18. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  19. -->
  20. <string name="notification_type_failed_text_message">Not sent text message</string>
  21. <!--
  22. Source: A notification for a missed call has appeared on the status bar.
  23. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  24. -->
  25. <string name="notification_type_missed_call">Missed call</string>
  26. <!--
  27. Source: A notification for a USB cable connected to the device has appeared on the status bar.
  28. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  29. -->
  30. <string name="notification_type_usb_connected">USB connected</string>
  31. <!--
  32. Source: A notification for muted state of the device has appeared on the status bar.
  33. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  34. -->
  35. <string name="notification_type_status_mute">Mute</string>
  36. <!--
  37. Source: A notification for a new chat message has appeared on the status bar.
  38. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  39. -->
  40. <string name="notification_type_status_chat">Chat</string>
  41. <!--
  42. Source: A notification for an error has appeared on the status bar.
  43. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  44. -->
  45. <string name="notification_type_status_error">Error</string>
  46. <!--
  47. Source: A notification for more (collapsed) icons has appeared the status bar.
  48. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  49. -->
  50. <string name="notification_type_status_more">More</string>
  51. <!--
  52. Source: A notification that it is safe to remove a SD card has appeared the status bar.
  53. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  54. -->
  55. <string name="notification_type_status_sdcard">SD card</string>
  56. <!--
  57. Source: A notification that an empty (no file system) USB card is present has appeared the status bar.
  58. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  59. -->
  60. <string name="notification_type_status_sdcard_usb">SD card USB</string>
  61. <!--
  62. Source: A notification that the device is synchronizing has appeared the status bar.
  63. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  64. -->
  65. <string name="notification_status_sync">Sync</string>
  66. <!--
  67. Source: A notification that the user received an email has appeared in the status bar.
  68. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  69. -->
  70. <string name="notification_type_new_email">New email</string>
  71. <!--
  72. Source: A notification that the device is synchronizing has appeared the status bar.
  73. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  74. -->
  75. <string name="notification_type_status_sync_noanim">Sync</string>
  76. <!--
  77. Source: A notification for a new voice mail has appeared the status bar.
  78. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  79. -->
  80. <string name="notification_type_status_voicemail">Voicemail</string>
  81. <!--
  82. Source: A notification that the device is playing media has appeared the status bar.
  83. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  84. -->
  85. <string name="notification_status_play">Playing</string>
  86. <!--
  87. Source: A notification icon for a custom (not in the above defined) event has appeared the status bar.
  88. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  89. -->
  90. <!-- TEMPLATES -->
  91. <!--
  92. Source: An utterance template for announcing the checked state of a check-box/radio-button.
  93. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  94. -->
  95. <string name="template_compound_button_checked"><xliff:g id="title">%1$s</xliff:g> checked</string>
  96. <!--
  97. Source: An utterance template for announcing the not checked state of a check-box/radio-button.
  98. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  99. -->
  100. <string name="template_compound_button_not_checked"><xliff:g id="title">%1$s</xliff:g> not checked</string>
  101. <!--
  102. Source: An utterance template for announcing an edit-box.
  103. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  104. -->
  105. <string name="template_edit_box">Edit box. <xliff:g id="text_content">%1$s</xliff:g></string>
  106. <!--
  107. Source: An utterance template for announcing a search-box.
  108. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  109. -->
  110. <string name="template_search_box">Search box. <xliff:g id="text_content">%1$s</xliff:g></string>
  111. <!--
  112. Source: An utterance template for announcing an alert/pop-up message.
  113. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  114. -->
  115. <string name="template_alert_dialog_template">Alert <xliff:g id="message">%1$s</xliff:g></string>
  116. <!--
  117. Source: An utterance template for announcing a text replacement (during edit).
  118. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  119. -->
  120. <string name="template_text_replaced"><xliff:g id="old_text">%1$s</xliff:g> replaced with <xliff:g id="new_text">%2$s</xliff:g></string>
  121. <!--
  122. Source: An utterance template for announcing a character sequence replacement (used for password fields).
  123. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  124. -->
  125. <string name="template_replaced_characters"><xliff:g id="old_text_length">%1$s</xliff:g> characters replaced with <xliff:g id="new_text_length">%2$s</xliff:g> characters</string>
  126. <!--
  127. Source: An utterance template for announcing the ringer volume.
  128. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  129. -->
  130. <string name="template_ringer_volume">Ringer <xliff:g id="percent">%d</xliff:g> percent.</string>
  131. <!--
  132. Source: An utterance template for announcing dragging an icon on the home screen.
  133. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  134. -->
  135. <string name="template_dragging_icon">Dragging <xliff:g id="title">%1$s</xliff:g> icon.</string>
  136. <!--
  137. Source: An utterance template for announcing an image.
  138. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  139. -->
  140. <string name="template_image_view"><xliff:g id="title">%1$s</xliff:g> image </string>
  141. <!--
  142. Source: An utterance template for announcing an image that has no label.
  143. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  144. -->
  145. <string name="template_unlabeled_image_view">image <xliff:g id="title">%d</xliff:g> </string>
  146. <!--
  147. Source: An utterance template for announcing a seek-bar (slider).
  148. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  149. -->
  150. <string name="template_seek_bar"><xliff:g id="title">%1$s</xliff:g> seek control.</string>
  151. <!--
  152. Source: An utterance template for announcing the progress of a seek-bar (slider).
  153. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  154. -->
  155. <string name="template_percent"><xliff:g id="percentage">%1$s</xliff:g> percent.</string>
  156. <!--
  157. Source: An utterance template for announcing the visible range of items within a list view.
  158. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  159. -->
  160. <string name="template_scroll_from_to_count">Showing items <xliff:g id="from_index">%d</xliff:g> to <xliff:g id="to_index">%d</xliff:g> of <xliff:g id="total_count">%d</xliff:g>.</string>
  161. <!--
  162. Source: An utterance template for announcing the visible item within a list view.
  163. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  164. -->
  165. <string name="template_scroll_from_count">Showing item <xliff:g id="from_index">%d</xliff:g> of <xliff:g id="total_count">%d</xliff:g>.</string>
  166. <!--
  167. Source: An utterance template for announcing a spinner/drop-down list.
  168. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  169. -->
  170. <string name="template_spinner"><xliff:g id="title">%1$s</xliff:g> drop down list.</string>
  171. <!--
  172. Source: An utterance template for announcing minutes in the alarm clock activity.
  173. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  174. -->
  175. <string name="template_minutes"><xliff:g id="minutes">%1$s</xliff:g> minutes</string>
  176. <!--
  177. Source: An utterance template for announcing hours in the alarm clock activity.
  178. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  179. -->
  180. <string name="template_hours"><xliff:g id="hours">%1$s</xliff:g> hours</string>
  181. <!--
  182. Source: An utterance template for announcing a day time range.
  183. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  184. -->
  185. <string name="template_announce_day"><xliff:g id="date">%1$s</xliff:g>, day view.</string>
  186. <!--
  187. Source: An utterance template for announcing the a week time range.
  188. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  189. -->
  190. <string name="template_announce_week"><xliff:g id="from_date">%1$s</xliff:g> to <xliff:g id="to_date">%2$s</xliff:g>, week view.</string>
  191. <!--
  192. Source: An utterance template for announcing a month time range.
  193. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  194. -->
  195. <string name="template_announce_month"><xliff:g id="month">%1$s</xliff:g>, month view.</string>
  196. <!--
  197. Source: A value for announcing the current event index (example: 2 of 6).
  198. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  199. -->
  200. <string name="template_announce_item_index"><xliff:g id="item_index">%1$s</xliff:g> of <xliff:g id="item_count">%2$s</xliff:g></string>
  201. <!--
  202. Source: String describing a list item that the user has hovered over.
  203. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  204. -->
  205. <!--
  206. Source: String indicating that a control that the user has hovered over is disabled.
  207. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  208. -->
  209. <string name="template_announce_disabled_control_hover"><xliff:g id="disabled_control_text">%1$s</xliff:g>, disabled</string>
  210. <!--
  211. Source: String spoken when a user as selected some characters in a password
  212. field, indicating the start and end point of the selection cursor.
  213. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  214. -->
  215. <string name="template_password_selected">Selected characters <xliff:g id="from_index">%1$s</xliff:g> to <xliff:g id="to_index">%1$s</xliff:g></string>
  216. <!--
  217. Source: String indicating the number of controls, (buttons, checkboxes, etc.) within the view that the user has hovered over.
  218. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  219. -->
  220. <string name="template_announce_clickable_children"><xliff:g id="number_clickable_children">%1$s</xliff:g>, clickable items</string>
  221. <!-- VALUES -->
  222. <!--
  223. Source: A value for announcing a password field.
  224. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  225. -->
  226. <string name="value_password">password</string>
  227. <!--
  228. Source: A value for announcing a sliding-drawer opening (widget that slides open to reveal a grid of applications).
  229. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  230. -->
  231. <string name="value_sliding_drawer_opened">Sliding drawer opened</string>
  232. <!--
  233. Source: A value for announcing a sliding-drawer open handle (widget that slides open to reveal a grid of applications).
  234. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  235. -->
  236. <string name="value_handle_view">Sliding drawer handle</string>
  237. <!--
  238. Source: A value for announcing showing an Input Method (like soft-keyboard).
  239. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  240. -->
  241. <string name="value_input_method_shown">Input method</string>
  242. <!--
  243. Source: A value for announcing opening the status-bar (for notifications on the top of the screen).
  244. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  245. -->
  246. <string name="value_status_bar_opened">Status bar</string>
  247. <!--
  248. Source: A value for announcing opening the activity options (shown on a press of the menu button).
  249. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  250. -->
  251. <string name="value_options_menu_open">Options.</string>
  252. <!--
  253. Source: A value for announcing text deletion.
  254. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  255. -->
  256. <string name="value_text_removed">deleted</string>
  257. <!--
  258. Source: A value for announcing the pending notifications summary.
  259. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  260. -->
  261. <string name="value_notification_summary">Notification summary</string>
  262. <!--
  263. Source: A value for announcing a character in a password filed.
  264. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  265. -->
  266. <string name="value_password_character_typed">dot</string>
  267. <!--
  268. Source: A value for announcing the checked state of a check-box/radio-button.
  269. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  270. -->
  271. <string name="value_checked">checked</string>
  272. <!--
  273. Source: A value for announcing the not checked state of a check-box/radio-button.
  274. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  275. -->
  276. <string name="value_not_checked">not checked</string>
  277. <!--
  278. Source: A value for announcing the disabled state of a control.
  279. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  280. -->
  281. <string name="value_disabled">disabled</string>
  282. <!--
  283. Source: A value for announcing that a view can be clicked.
  284. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  285. -->
  286. <string name="value_clickable">clickable</string>
  287. <!--
  288. Source: A value for announcing that a view can be long clicked.
  289. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  290. -->
  291. <string name="value_long_clickable">long clickable</string>
  292. <!--
  293. Source: A value for announcing that a view can be scrolled.
  294. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  295. -->
  296. <string name="value_scrollable">scrollable</string>
  297. <!--
  298. Source: A value for announcing the action of clicking on something.
  299. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  300. -->
  301. <string name="value_clicked">clicked</string>
  302. <!--
  303. Source: A value for announcing the vibrate ringer mode.
  304. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  305. -->
  306. <string name="value_ringer_vibrate">Ringer vibrate.</string>
  307. <!--
  308. Source: A value for announcing the silent ringer mode.
  309. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  310. -->
  311. <string name="value_ringer_silent">Ringer silent.</string>
  312. <!--
  313. Source: A value for announcing the normal ringer mode.
  314. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  315. -->
  316. <string name="value_ringer_normal">Ringer normal.</string>
  317. <!--
  318. Source: A value for announcing turning off the screen.
  319. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  320. -->
  321. <string name="value_screen_on">Screen on.</string>
  322. <!--
  323. Source: A value for announcing turning on the screen.
  324. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  325. -->
  326. <string name="value_screen_off">Screen off.</string>
  327. <!--
  328. Source: A value for announcing unlocking of the device.
  329. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  330. -->
  331. <string name="value_device_unlocked">Device unlocked.</string>
  332. <!--
  333. Source: A value for announcing a dragging-widget.
  334. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  335. -->
  336. <string name="value_dragging_widget">Dragging widget.</string>
  337. <!--
  338. Source: A value for announcing a web view (a view with web content).
  339. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  340. -->
  341. <string name="value_web_view">Web view.</string>
  342. <!--
  343. Source: A value for announcing an unknown object.
  344. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  345. -->
  346. <string name="value_unknown_object">Unknown object.</string>
  347. <!--VALUES specific for the Market -->
  348. <!--
  349. Source: A value for announcing the Market application search button.
  350. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  351. -->
  352. <string name="value_market_search">Search button.</string>
  353. <!-- VALUES specific for Google Maps -->
  354. <!--
  355. Source: A value for announcing the Maps button for choosing start location.
  356. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  357. -->
  358. <string name="value_maps_choose_start">Choose Start Location button.</string>
  359. <!--
  360. Source: A value for announcing the Maps button for choosing destination location.
  361. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  362. -->
  363. <string name="value_maps_choose_destination">Choose Destination Location button.</string>
  364. <!--
  365. Source: A value for announcing the Maps button to get driving directions.
  366. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  367. -->
  368. <string name="value_maps_driving">Driving radio button.</string>
  369. <!--
  370. Source: A value for announcing the Maps button to get public transportation directions.
  371. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  372. -->
  373. <string name="value_maps_public_transport">Public transport radio button.</string>
  374. <!--
  375. Source: A value for announcing the Maps button to get bicycling directions.
  376. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  377. -->
  378. <string name="value_maps_bicycling">Bicycling radio button.</string>
  379. <!--
  380. Source: A value for announcing the Maps button to get walking directions.
  381. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  382. -->
  383. <string name="value_maps_walking">Walking radio button.</string>
  384. <!--
  385. Source: A value for announcing the Maps checked button to get driving directions.
  386. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  387. -->
  388. <string name="value_maps_driving_checked">Driving, checked.</string>
  389. <!--
  390. Source: A value for announcing the Maps checked button to get public transportation directions.
  391. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  392. -->
  393. <string name="value_maps_public_transport_checked">Public transport, checked.</string>
  394. <!--
  395. Source: A value for announcing the Maps checked button to get bicycling directions.
  396. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  397. -->
  398. <string name="value_maps_bicycling_checked">Bicycling, checked.</string>
  399. <!--
  400. Source: A value for announcing the Maps checked button to get walking directions.
  401. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  402. -->
  403. <string name="value_maps_walking_checked">Walking, checked.</string>
  404. <!-- VALUES for the in call phone keypad -->
  405. <!--
  406. Source: Phone in call keypad.
  407. Description: values spoken when user focuses keypad buttons.
  408. -->
  409. <string name="value_phone_incall_one" translatable="false">1</string>
  410. <string name="value_phone_incall_two" translatable="false">2</string>
  411. <string name="value_phone_incall_three" translatable="false">3</string>
  412. <string name="value_phone_incall_four" translatable="false">4</string>
  413. <string name="value_phone_incall_five" translatable="false">5</string>
  414. <string name="value_phone_incall_six" translatable="false">6</string>
  415. <string name="value_phone_incall_seven" translatable="false">7</string>
  416. <string name="value_phone_incall_eight" translatable="false">8</string>
  417. <string name="value_phone_incall_nine" translatable="false">9</string>
  418. <string name="value_phone_incall_zero" translatable="false">0</string>
  419. <!--
  420. Source: Phone in call keypad.
  421. Description: The text spoken when a user places focus on the (*) star key.
  422. -->
  423. <string name="value_phone_incall_star">star</string>
  424. <!--
  425. Source: Phone in call keypad.
  426. Description: The text spoken when a user places focus on the pound/hash key.
  427. -->
  428. <string name="value_phone_incall_hash" translatable="false">#</string>
  429. <!-- VALUES for the setting time -->
  430. <!--
  431. Source: A value for announcing an increment hours button.
  432. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  433. -->
  434. <string name="value_increment_hours">Increment hours.</string>
  435. <!--
  436. Source: A value for announcing an increment minutes button.
  437. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  438. -->
  439. <string name="value_increment_minutes">Increment minutes.</string>
  440. <!--
  441. Source: A value for announcing an decrement hours button.
  442. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  443. -->
  444. <string name="value_decrement_hours">Decrement hours.</string>
  445. <!--
  446. Source: A value for announcing an decrement minutes button.
  447. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  448. -->
  449. <string name="value_decrement_minutes">Decrement minutes.</string>
  450. <!--VALUES for the setting the date -->
  451. <!--
  452. Source: A value for announcing an increment month button.
  453. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  454. -->
  455. <string name="value_increment_month">Increment month.</string>
  456. <!--
  457. Source: A value for announcing an increment day button.
  458. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  459. -->
  460. <string name="value_increment_day">Increment day.</string>
  461. <!--
  462. Source: A value for announcing an increment year button.
  463. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  464. -->
  465. <string name="value_increment_year">Increment year.</string>
  466. <!--
  467. Source: A value for announcing an decrement month button.
  468. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  469. -->
  470. <string name="value_decrement_month">Decrement month.</string>
  471. <!--
  472. Source: A value for announcing an decrement day button.
  473. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  474. -->
  475. <string name="value_decrement_day">Decrement day.</string>
  476. <!--
  477. Source: A value for announcing an decrement year button.
  478. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  479. -->
  480. <string name="value_decrement_year">Decrement year.</string>
  481. <!-- VALUES for media playback -->
  482. <!--
  483. Source: A value for announcing a play list.
  484. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  485. -->
  486. <string name="value_playlist">Playlist.</string>
  487. <!--
  488. Source: A value for announcing the toggle-shuffle button.
  489. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  490. -->
  491. <string name="value_toggle_shuffle">Toggle shuffle.</string>
  492. <!--
  493. Source: A value for announcing the toggle-repeat button.
  494. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  495. -->
  496. <string name="value_toggle_repeat">Toggle repeat.</string>
  497. <!--
  498. Source: A value for announcing the rewind button.
  499. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  500. -->
  501. <string name="value_rewind_button">Rewind button.</string>
  502. <!--
  503. Source: A value for announcing the play button.
  504. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  505. -->
  506. <string name="value_play_button">Play button.</string>
  507. <!--
  508. Source: A value for announcing the fast forward button.
  509. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  510. -->
  511. <string name="value_fast_forward_button">Fast forward button.</string>
  512. <!--
  513. Source: A value for announcing to whom a calendar belongs.
  514. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  515. -->
  516. <string name="value_owner">Owner</string>
  517. <!-- PERMISSIONS -->
  518. <!--
  519. Source: Title of an application permission.
  520. Description: Listed so the user can choose whether they want to allow using the permission. [CHAR LIMIT=30]
  521. -->
  522. <!--
  523. Source: Description of an application permission.
  524. Description: Listed so the user can choose whether they want to allow using the permission. [CHAR LIMIT=200]
  525. -->
  526. <!-- PUNCTUATION -->
  527. <!--
  528. Source: A value for announcing a question mark.
  529. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  530. -->
  531. <string name="punctuation_questionmark">Question mark</string>
  532. <!--
  533. Source: A value for announcing a space.
  534. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  535. -->
  536. <string name="punctuation_space">Space</string>
  537. <!--
  538. Source: A value for announcing a comma.
  539. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  540. -->
  541. <string name="punctuation_comma">Comma</string>
  542. <!--
  543. Source: A value for announcing a dot.
  544. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  545. -->
  546. <string name="punctuation_dot">Dot</string>
  547. <!--
  548. Source: A value for announcing an exclamation.
  549. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  550. -->
  551. <string name="punctuation_exclamation">Exclamation</string>
  552. <!--
  553. Source: A value for announcing an opening parenthesis.
  554. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  555. -->
  556. <string name="punctuation_open_paren">Open paren</string>
  557. <!--
  558. Source: A value for announcing a closing parenthesis.
  559. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  560. -->
  561. <string name="punctuation_close_paren">Close paren</string>
  562. <!--
  563. Source: A value for announcing a double quote.
  564. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  565. -->
  566. <string name="punctuation_double_quote">Double quote</string>
  567. <!--
  568. Source: A value for announcing a semicolon.
  569. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  570. -->
  571. <string name="punctuation_semicolon">Semicolon</string>
  572. <!--
  573. Source: A value for announcing a colon.
  574. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  575. -->
  576. <string name="punctuation_colon">Colon</string>
  577. <!-- PLURALS -->
  578. <!--
  579. Source: A plural for announcing the number of event(s) on a calendar day.
  580. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  581. -->
  582. <plurals name="plural_event">
  583. <item quantity="one">event</item>
  584. <item quantity="other">events</item>
  585. </plurals>
  586. <!-- SETTINGS MANAGEMENT -->
  587. <!--
  588. Source: Title of a notification that a preferences-manager application exists.
  589. Description: Allows the user to choose to download a preferences manager application. [CHAR LIMIT=30]
  590. -->
  591. <!--
  592. Source: Description of a notification that a preferences-manager application exists.
  593. Description: Allows the user to choose to download a preferences manager application. [CHAR LIMIT=70]
  594. -->
  595. <!--
  596. Source: Title of a notification that information about a TalkBack crash is present.
  597. Description: The user may choose to upload the crash information. [CHAR LIMIT=30]
  598. -->
  599. <string name="title_talkback_crash">TalkBack Crash Data Available</string>
  600. <!--
  601. Source: Description of a notification that information about a TalkBack crash is present.
  602. Description: The user may choose to upload the crash information.
  603. CHAR LIMIT=70
  604. -->
  605. <string name="message_talkback_crash">Click here to improve TalkBack by sending crash data.</string>
  606. <!-- PREFERENCES -->
  607. <!--
  608. Source: Preference category for customizing when to speak.
  609. Description: Contains preferences for customizing when to speak. [CHAR LIMIT=25]
  610. -->
  611. <string name="title_pref_category_when_to_speak">When to Speak</string>
  612. <!--
  613. Source: Preference for customizing how to speak for a given ringer mode.
  614. Description: The user can select one of several options. [CHAR LIMIT=25]
  615. -->
  616. <string name="title_pref_speak_ringer">Ringer volume</string>
  617. <!--
  618. Source: Preference for customizing how to speak when the screen is off.
  619. Description: The user can check or not check this. [CHAR LIMIT=40]
  620. -->
  621. <string name="title_pref_speak_screenoff">Speak when screen is off</string>
  622. <!--
  623. Source: Preference for setting up if to announce the caller ID.
  624. Description: The user can check or not check this. [CHAR LIMIT=40]
  625. -->
  626. <string name="title_pref_caller_id">Speak caller ID</string>
  627. <!--
  628. Source: Preference for using the proximity sensor to silence speech output.
  629. Description: The user can check or not check this. [CHAR LIMIT=25]
  630. -->
  631. <string name="title_pref_proximity">Use proximity sensor</string>
  632. <!--
  633. Source: Summary subtext for the Proximity Sensor setting.
  634. Description: Explains that the proximity sensor will be used to stop speech. [CHAR LIMIT="NONE"]
  635. -->
  636. <string name="summaryOn_pref_proximity">Proximity sensor silences speech</string>
  637. <!--
  638. Source: Summary subtext for the Proximity Sensor setting.
  639. Description: Explains that the proximity sensor will not have any effect on speech. [CHAR LIMIT="NONE"]
  640. -->
  641. <string name="summaryOff_pref_proximity">Proximity sensor does not control speech</string>
  642. <!--
  643. Source: Preference for speaking through a bluetooth headset when available.
  644. Description: The user can check or not check this. [CHAR LIMIT=25]
  645. -->
  646. <string name="title_pref_bluetooth">Bluetooth output</string>
  647. <!--
  648. Source: Summary subtext for the Bluetooth Output setting.
  649. Description: Explains that speech will be output through a Bluetooth headset when one is connected. [CHAR LIMIT="NONE"]
  650. -->
  651. <string name="summaryOn_pref_bluetooth">Speak through Bluetooth when available</string>
  652. <!--
  653. Source: Summary subtext for the Bluetooth Output setting.
  654. Description: Explains that speech will never be output through a Bluetooth headset. [CHAR LIMIT="NONE"]
  655. -->
  656. <string name="summaryOff_pref_bluetooth">Never speak through Bluetooth headsets</string>
  657. <!--
  658. Source: Preference category for customizing the sound and vibration feedback.
  659. Description: Contains preferences for customizing sound and vibration feedback. [CHAR LIMIT=25]
  660. -->
  661. <string name="title_pref_category_feedback_settings">Feedback Settings</string>
  662. <!--
  663. Source: Preference for whether to provide vibration feedback in response to system events.
  664. Description: The user can check or not check this. [CHAR LIMIT=25]
  665. -->
  666. <string name="title_pref_vibration">Vibration feedback</string>
  667. <!--
  668. Source: Summary provided for vibration feedback preference.
  669. Description: Displayed when the user's device does not support vibration. [CHAR LIMIT=NONE]
  670. -->
  671. <!--
  672. Source: Preference for opening the vibration patterns selection screen.
  673. Description: Allows the user to assign specific vibration patterns to actions. [CHAR LIMIT=25]
  674. -->
  675. <string name="title_pref_vibration_patterns">Assign vibration patterns</string>
  676. <!--
  677. Source: Preference for changing the vibration feedback for "explore by touch" events.
  678. Description: Allows the user to assign a specific vibration pattern to the touch exploration action. [CHAR LIMIT=25]
  679. -->
  680. <string name="title_pref_patterns_hover">Explore by touch</string>
  681. <!--
  682. Source: Preference for changing the vibration feedback for "explore by touch" events involving clickable items.
  683. Description: Allows the user to assign a specific vibration pattern to the touch exploration action. [CHAR LIMIT=40]
  684. -->
  685. <string name="title_pref_patterns_actionable">Exploring clickable items</string>
  686. <!--
  687. Source: Preference for whether to provide sound feedback in response to system events.
  688. Description: The user can check or not check this. [CHAR LIMIT=25]
  689. -->
  690. <string name="title_pref_soundback">Sound feedback</string>
  691. <!--
  692. Source: Preference for changing the volume of sound feedback.
  693. Description: Contains a list of volume settings. [CHAR LIMIT=25]
  694. -->
  695. <string name="title_pref_soundback_volume">Sound volume</string>
  696. <!--
  697. Source: Preference for opening the sound feedback selection screen.
  698. Description: Allows the user to assign specific sounds to actions. [CHAR LIMIT=25]
  699. -->
  700. <string name="title_pref_soundback_sounds">Assign sounds</string>
  701. <!--
  702. Source: Preference for changing the sound feedback for "explore by touch" events.
  703. Description: Allows the user to assign a specific sound to the touch exploration action. [CHAR LIMIT=25]
  704. -->
  705. <string name="title_pref_sounds_hover">Explore by touch</string>
  706. <!--
  707. Source: Preference for changing the sound feedback for "explore by touch" events involving clickable items.
  708. Description: Allows the user to assign a specific sound to the touch exploration action. [CHAR LIMIT=25]
  709. -->
  710. <string name="title_pref_sounds_actionable">Exploring clickable items</string>
  711. <!-- ALERTS -->
  712. <!--
  713. Source: Email subject for TalkBack crash report.
  714. Description: The user can optionally submit a TalkBack crash report. [CHAR LIMIT=50]
  715. -->
  716. <string name="subject_crash_report_email">TalkBack Crash Report</string>
  717. <!--
  718. Source: Header for TalkBack crash report messages
  719. Description: The user can optionally submit a TalkBack crash report. [CHAR LIMIT=200]
  720. -->
  721. <string name="header_crash_report_email">The following is a crash report for TalkBack. Clicking
  722. the \"Send\" button will transmit this data to the TalkBack developers.\n\n</string>
  723. <!-- AXIS -->
  724. <!--
  725. Source: When the user pressed a key combo while exploring a web page.
  726. Description: Announced when the user changes the granularity of reading a web page to character. [CHAR LIMIT="NONE"]
  727. -->
  728. <string name="axis_character">Navigate by character.</string>
  729. <!--
  730. Source: When the user pressed a key combo while exploring a web page.
  731. Description: Announced when the user changes the granularity of reading a web page to word. [CHAR LIMIT="NONE"]
  732. -->
  733. <string name="axis_word">Navigate by word.</string>
  734. <!--
  735. Source: When the user pressed a key combo while exploring a web page.
  736. Description: Announced when the user changes the granularity of reading a web page to sentence. [CHAR LIMIT="NONE"]
  737. -->
  738. <string name="axis_sentence">Navigate by sentence.</string>
  739. <!--
  740. Source: When the user pressed a key combo while exploring a web page.
  741. Description: Announced when the user changes the granularity of reading a web page to heading. [CHAR LIMIT="NONE"]
  742. -->
  743. <string name="axis_heading">Navigate by heading.</string>
  744. <!--
  745. Source: When the user pressed a key combo while exploring a web page.
  746. Description: Announced when the user changes the granularity of reading a web page to sibling. [CHAR LIMIT="NONE"]
  747. -->
  748. <string name="axis_sibling">Navigate by sibling.</string>
  749. <!--
  750. Source: When the user pressed a key combo while exploring a web page.
  751. Description: Announced when the user changes the granularity of reading a web page to parent first child. This
  752. axis is deprecated so this string is not translated. [CHAR LIMIT="NONE"]
  753. -->
  754. <string name="axis_parent_first_child" translatable="false">Navigate by parent first child.</string>
  755. <!--
  756. Source: When the user pressed a key combo while exploring a web page.
  757. Description: Announced when the user changes the granularity of reading a web page to document. [CHAR LIMIT="NONE"]
  758. -->
  759. <string name="axis_document">Navigate by document.</string>
  760. <!--
  761. Source: When the user pressed a key combo while exploring a web page.
  762. Description: Announced when the user changes the granularity of reading a web page to the default webview behavior. [CHAR LIMIT="NONE"]
  763. -->
  764. <string name="axis_default_web_view_behavior">Navigate by default web view behavior.</string>
  765. </resources>