/TalkBack/res/values/strings_googletv.xml

http://eyes-free.googlecode.com/ · XML · 99 lines · 18 code · 18 blank · 63 comment · 0 complexity · a9cfcab34060665f621d11498ecba98f MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  3. <!-- VALUES -->
  4. <!--
  5. Source: A value for announcing the turning on the screen saver.
  6. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  7. -->
  8. <string name="value_googletv_screen_saver">Screen saver.</string>
  9. <!--
  10. Source: A value for announcing the pressed state of a toggle button.
  11. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  12. -->
  13. <string name="value_googletv_pressed">Pressed.</string>
  14. <!--
  15. Source: A value for announcing the non-pressed state of a toggle button.
  16. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  17. -->
  18. <string name="value_googletv_not_pressed">Not pressed.</string>
  19. <!--
  20. Source: A value for announcing the "My Stocks" image button in the CNBC application.
  21. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  22. -->
  23. <string name="value_googletv_my_stocks">My Stocks</string>
  24. <!--
  25. Source: A value for announcing the "Hot Stocks" image button in the CNBC application.
  26. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  27. -->
  28. <string name="value_googletv_hot_stocks">Hot Stocks</string>
  29. <!--
  30. Source: A value for announcing the "Videos" image button in the CNBC application.
  31. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  32. -->
  33. <string name="value_googletv_videos">Videos</string>
  34. <!--
  35. Source: A value for announcing the "Edit" image button in the CNBC application.
  36. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  37. -->
  38. <string name="value_googletv_edit_button">Edit button</string>
  39. <!--
  40. Do not translate.
  41. Source: A value for announcing the "CNBC.com" image button in the CNBC application.
  42. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  43. -->
  44. <string name="value_googletv_cnbc_com" translatable="false">C N B C dot com</string>
  45. <!--
  46. Source: A value for announcing the "CNBC TV" image button in the CNBC application.
  47. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  48. -->
  49. <string name="value_googletv_cnbc_tv">C N B C T V</string>
  50. <!--
  51. Source: A value for announcing the "F" image button in the Weather application.
  52. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  53. -->
  54. <string name="value_googletv_weather_fahrenheit">Fahrenheit button</string>
  55. <!--
  56. Source: A value for announcing the "C" image button in the Weather application.
  57. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  58. -->
  59. <string name="value_googletv_weather_celsius">Celsius button</string>
  60. <!--
  61. Source: A value for announcing the "Play" top story image button in the Weather application.
  62. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  63. -->
  64. <string name="value_googletv_weather_play_top_story">Play top story button</string>
  65. <!--
  66. Source: A value for announcing a toggle button in the Launcher application.
  67. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  68. -->
  69. <string name="value_googletv_toggle_button">Toggle button.</string>
  70. <!-- TEMPLATES -->
  71. <!--
  72. Source: An utterance template for announcing an item position.
  73. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  74. -->
  75. <string name="template_googletv_item_position"><xliff:g id="item_index">%1$s</xliff:g> of <xliff:g id="item_count">%2$s</xliff:g>.</string>
  76. <!--
  77. Source: An utterance template for announcing a stock quote in the CNBC application.
  78. Description: This is spoken to the user. [CHAR LIMIT="NONE"]
  79. -->
  80. <string name="template_googletv_stock_quote"><xliff:g id="stock_abbreviation">%1$s</xliff:g> <xliff:g id="stock_description">%2$s</xliff:g>. Last <xliff:g id="stock_price">%3$s</xliff:g>, change <xliff:g id="absolute_stock_price_change">%4$s</xliff:g>, or <xliff:g id="relative_stock_price_change">%5$s</xliff:g>.</string>
  81. </resources>