/actionslib/res/values/strings.xml

http://eyes-free.googlecode.com/ · XML · 108 lines · 23 code · 7 blank · 78 comment · 0 complexity · 960282216d25abee7f4add4585d65a96 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <!--
  4. Source: Used when announcing the time, if the time is currently 12 midnight.
  5. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  6. -->
  7. <string name="midnight">midnight</string>
  8. <!--
  9. Source: Used when announcing the time, if the time is currently 12 noon.
  10. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  11. -->
  12. <string name="noon">noon</string>
  13. <!--
  14. Source: Used when announcing the time, if the time is currently in the morning.
  15. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  16. -->
  17. <string name="am">AM</string>
  18. <!--
  19. Source: Used when announcing the time, if the time is currently in the afternoon.
  20. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  21. -->
  22. <string name="pm">PM</string>
  23. <!--
  24. Source: Used when announcing the battery level, if the battery is currently being charged.
  25. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  26. -->
  27. <string name="charging">charging</string>
  28. <!--
  29. Source: Used when announcing the connectivity, if bluetooth is currently enabled.
  30. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  31. -->
  32. <string name="bluetooth">Bluetooth</string>
  33. <!--
  34. Source: Used when announcing the connectivity, if GPS is currently enabled.
  35. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  36. -->
  37. <string name="gps">GPS</string>
  38. <!--
  39. Source: Used when announcing the connectivity, if no data network is currently available.
  40. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  41. -->
  42. <string name="no_data_network">No data network</string>
  43. <!--
  44. Source: Used when announcing the connectivity, if the mobile data network is currently
  45. available.
  46. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  47. -->
  48. <string name="mobile_data_network">Mobile data network</string>
  49. <!--
  50. Source: Used when announcing the connectivity, if the 3g data network is currently available.
  51. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  52. -->
  53. <string name="threeg_data_network">3G data network</string>
  54. <!--
  55. Source: Used when announcing the connectivity, if the EDGE data network is currently
  56. available.
  57. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  58. -->
  59. <string name="edge_data_network">EDGE data network</string>
  60. <!--
  61. Source: Used when announcing the connectivity, to announce the current signal strength, i.e.
  62. number of bars available.
  63. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  64. -->
  65. <string name="bars">bars.</string>
  66. <!--
  67. Source: Used when announcing the connectivity, if wifi is currently available.
  68. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  69. -->
  70. <string name="wifi">WiFi</string>
  71. <!--
  72. Source: Used in the shortcut preferences page to edit the modifier key associated with a
  73. shortcut.
  74. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  75. -->
  76. <string name="modifier_key">Modifier Key</string>
  77. <!--
  78. Source: Used in the shortcut preferences page to edit the letter or number key associated with
  79. a shortcut.
  80. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  81. -->
  82. <string name="letter_key">Shortcut Key</string>
  83. <!--
  84. Source: Used in the shortcut preferences page to describe the menu key.
  85. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  86. -->
  87. <string name="menu_key">Menu</string>
  88. <!--
  89. Source: Used in the shortcut preferences page to describe the search key.
  90. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  91. -->
  92. <string name="search_key">Search</string>
  93. <!--
  94. Source: Used as the label to the keyboard shortcuts preferences page
  95. Description: This is spoken to the user. [[CHAR LIMIT="30"]]
  96. -->
  97. <string name="preferences_label">Keyboard Shortcuts</string>
  98. <!-- The following strings are used for earcons -->
  99. <string name="earcon_tick">[TICK]</string>
  100. <string name="earcon_tock">[TOCK]</string>
  101. </resources>