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