/shell/res/values/strings.xml
XML | 415 lines | 85 code | 2 blank | 328 comment | 0 complexity | c6dbdc146b6340830070f5bddaf0251d 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 4 <!-- 5 Source: Speech feedback. 6 Description: Spoken when the user turns on their device and the screen is locked. 7 --> 8 <string name="please_unlock">Please unlock.</string> 9 <!-- 10 Source: Speech feedback. 11 Description: Spoken when the user has new voicemail. 12 --> 13 <string name="you_have_new_voicemail">You have new voicemail.</string> 14 <!-- 15 Source: Speech feedback. 16 Description: Spoken when the user attempts to open a shortcut to an application that is not installed. 17 --> 18 <string name="application_not_installed">Application not installed.</string> 19 <!-- 20 Source: Label for Compass shortcut. 21 Description: This speaks the device's current location. 22 --> 23 <string name="compass">Compass</string> 24 <!-- 25 Source: Label for Battery status shortcut. 26 Description: This speaks the device's current battery charging status. 27 --> 28 <string name="battery">Battery</string> 29 <!-- 30 Source: Spoken description of the current time. 31 Description: Label for 12:00 AM (midnight). 32 --> 33 <string name="midnight">midnight</string> 34 <!-- 35 Source: Spoken description of the current time. 36 Description: Label for 12:00 PM (noon). 37 --> 38 <string name="noon">noon</string> 39 <!-- 40 Source: Spoken description of the current time. 41 Description: Label for time (AM). 42 --> 43 <string name="am">AM</string> 44 <!-- 45 Source: Spoken description of the current time. 46 Description: Label for time (PM). 47 --> 48 <string name="pm">PM</string> 49 <!-- 50 Source: Label for Applications. 51 Description: This allows the user to select and run an installed application. 52 --> 53 <string name="applications">Applications</string> 54 <!-- 55 Source: Speech feedback. 56 Description: Spoken when the cached list of applications has been reloaded. [CHAR LIMIT="NONE"] 57 --> 58 <string name="applist_reload">Applications Reloaded</string> 59 <!-- 60 Source: Label for Shortcuts. 61 Description: This allows the user to select and run a custom shortcut. 62 --> 63 <string name="shortcuts">Shortcuts</string> 64 <!-- 65 Source: Label for Voicemail shortcut. 66 Description: This opens the user's voicemail. 67 --> 68 <string name="voicemail">Voicemail</string> 69 <!-- 70 Source: Speech feedback. 71 Description: Spoken when the user checks battery status while the phone is charging. 72 --> 73 <string name="charging">charging</string> 74 <!-- 75 Source: Label for Bluetooth. 76 Description: This speaks Bluetooth status. 77 --> 78 <string name="bluetooth">Bluetooth</string> 79 <!-- 80 Source: Label for GPS. 81 Description: This speaks GPS status. 82 --> 83 <string name="gps">GPS</string> 84 <!-- 85 Source: Speech feedback. 86 Description: Spoken when there is no data network available. [CHAR LIMIT="NONE"] 87 --> 88 <string name="no_data_network">No data network</string> 89 <!-- 90 Source: Speech feedback. 91 Description: Spoken when the user is connected to an data network of unknown type. [CHAR LIMIT="NONE"] 92 --> 93 <string name="mobile_data_network">Mobile data network</string> 94 <!-- 95 Source: Speech feedback. 96 Description: Spoken when the user is connected to a 3G data network. [CHAR LIMIT="NONE"] 97 --> 98 <string name="threeg_data_network">3G data network</string> 99 <!-- 100 Source: Speech feedback. 101 Description: Spoken when the user is connected to an EDGE data network. [CHAR LIMIT="NONE"] 102 --> 103 <string name="edge_data_network">EDGE data network</string> 104 <!-- 105 Source: Speech feedback for network signal. 106 Description: Used when describing the data network signal, e.g. "4 bars". [CHAR LIMIT="NONE"] 107 --> 108 <string name="bars"><xliff:g id="number" example="4">%d</xliff:g> bars.</string> 109 <!-- 110 Source: Speech feedback. 111 Description: Spoken when text is deleted. This is preceded by the deleted character or text, ex. "H. deleted.". 112 --> 113 <string name="deleted"><xliff:g id="text" example="H">%s</xliff:g>. deleted.</string> 114 <!-- 115 Source: Label for Network Signal shortcut. 116 Description: This speaks the cellphone network signal status. 117 --> 118 <string name="signal">Signal</string> 119 <!-- 120 Source: Label for Location shortcut. 121 Description: This speaks the device's current location. 122 --> 123 <string name="location">Location</string> 124 <!-- 125 Source: Label for Wi-Fi shortcut. 126 Description: This speaks the Wi-Fi signal status. 127 --> 128 <string name="wifi">WiFi</string> 129 <!-- 130 Source: Keyboard key. 131 Description: Spoken description for the "." keyboard key. 132 --> 133 <string name="period">Period</string> 134 <!-- 135 Source: Keyboard key. 136 Description: Spoken description for the "?" keyboard key. 137 --> 138 <string name="question_mark">Question Mark</string> 139 <!-- 140 Source: Keyboard key. 141 Description: Spoken description for the "!" keyboard key. 142 --> 143 <string name="exclamation_point">Exclamation Point</string> 144 <!-- 145 Source: Keyboard key. 146 Description: Spoken description for the "," keyboard key. 147 --> 148 <string name="comma">Comma</string> 149 <!-- 150 Source: Keyboard key. 151 Description: Spoken description for the backspace keyboard key. 152 --> 153 <string name="backspace">Backspace</string> 154 <!-- 155 Source: Label for the button to save shortcuts. Shown when editing shortcuts. 156 Description: This saves the current shortcuts. 157 --> 158 <string name="save_shortcuts">Save Shortcuts</string> 159 <!-- 160 Source: Label for Time shortcut. 161 Description: This speaks the current time. 162 --> 163 <string name="time">Time</string> 164 <!-- 165 Source: Label for Search shortcut. 166 Description: This opens a dialog to perform a Google search. 167 --> 168 <string name="search">Search</string> 169 <!-- 170 Source: Label for Voice Search shortcut. 171 Description: This opens a dialog to perform a voice search. 172 --> 173 <string name="search_widget">Search widget</string> 174 <!-- 175 Source: Speech feedback. 176 Description: Spoken when the user attempts to launch voice search and it is not available. 177 --> 178 <string name="search_not_available">Voice search is not available on this device.</string> 179 <!-- 180 Source: Label for the button to uninstall an application. 181 Description: This removes the selected application from the device. 182 --> 183 <string name="uninstall">Uninstall</string> 184 <!-- 185 Source: Dialog title. 186 Description: Title for dialog that displays application details. 187 --> 188 <string name="details_for">Details for <xliff:g id="app_name" example="Gmail">%s</xliff:g></string> 189 <!-- 190 Source: Speech feedback. 191 Description: Spoken when the user enters the menu editor. 192 --> 193 <string name="entering_edit_mode">Entering edit mode</string> 194 <!-- 195 Source: Speech feedback. 196 Description: Spoken when the user exits the menu editor. 197 --> 198 <string name="exiting_edit_mode">Exiting edit mode</string> 199 <!-- 200 Source: Label for an empty shortcut. 201 Description: This does not perform an action. 202 --> 203 <string name="none">None</string> 204 <!-- 205 Source: Alert dialog text. 206 Description: Text shown to the user when the Text-To-Speech service is not available. 207 --> 208 <string name="tts_required">TextToSpeech is a required component. Please install it first.</string> 209 <!-- 210 Source: Label for the button to quit menu editing mode. 211 Description: Quits menu editing mode, returns to shortcut selection mode. 212 --> 213 <string name="quit">Quit</string> 214 <!-- 215 Source: Speech feedback. 216 Description: Spoken when the user attempts to edit an item that is not editable. 217 --> 218 <string name="cannot_edit_this_item">Cannot edit this item.</string> 219 <!-- 220 Source: Button label. 221 Description: Label for the button to restore the default application menus. 222 --> 223 <string name="restore_default_menus">Restore Default Menus</string> 224 <!-- 225 Source: Button label. 226 Description: Label for the button to edit the application menus. 227 --> 228 <string name="edit_menus">Edit Menus</string> 229 <!-- 230 Source: Status text. 231 Description: Text shown when the user is in menu editing mode. 232 --> 233 <string name="editing">Editing</string> 234 <!-- 235 Source: Button label. 236 Description: Action in the menu editor. Renames an existing menu. 237 --> 238 <string name="rename_menu">Rename Menu</string> 239 <!-- 240 Source: Button label. 241 Description: Action in the menu editor. Inserts a menu to the left. 242 --> 243 <string name="insert_menu_left">Insert Menu Left</string> 244 <!-- 245 Source: Button label. 246 Description: Action in the menu editor. Inserts a menu to the right. 247 --> 248 <string name="insert_menu_right">Insert Menu Right</string> 249 <!-- 250 Source: Dialog prompt. 251 Description: Prompt displayed to the user when creating a new menu. 252 --> 253 <string name="enter_new_menu_name">Enter new menu name</string> 254 <!-- 255 Source: Button label. 256 Description: Action in the menu editor. Creates a new menu. 257 --> 258 <string name="new_menu">New Menu</string> 259 <!-- 260 Source: Dialog title. 261 Description: Title for the dialog that allows the user to add a shortcut to the home screen. [CHAR LIMIT="NONE"] 262 --> 263 <string name="add_to_shell">Add shortcut</string> 264 <!-- 265 Source: Speech feedback. 266 Description: Spoken when the OneBox scraper is unable to condense Google search results into a single sentence answer. It is followed by the search query text. 267 --> 268 <string name="no_short_answer">Sorry, no short answer for</string> 269 <!-- 270 Source: Shortcut title. 271 Description: Title for the widget that toggles Bluetooth on and off. [CHAR LIMIT="NONE"] 272 --> 273 <string name="bluetooth_toggle">Blue tooth toggle</string> 274 <!-- 275 Source: Speech feedback. 276 Description: Spoken when the user turns Bluetooth off. [CHAR LIMIT="NONE"] 277 --> 278 <string name="bluetooth_turning_off">Blue tooth turning off</string> 279 <!-- 280 Source: Speech feedback. 281 Description: Spoken when the user turns Bluetooth on. [CHAR LIMIT="NONE"] 282 --> 283 <string name="bluetooth_turning_on">Blue tooth turning on</string> 284 <!-- 285 Source: Shortcut title. 286 Description: Title for the widget that toggles Wi-Fi on and off. [CHAR LIMIT="NONE"] 287 --> 288 <string name="wifi_toggle">Wifi toggle</string> 289 <!-- 290 Source: Speech feedback. 291 Description: Spoken when the user turns Wi-Fi off. [CHAR LIMIT="NONE"] 292 --> 293 <string name="wifi_off">Wifi off</string> 294 <!-- 295 Source: Speech feedback. 296 Description: Spoken when the user turns Wi-Fi on. [CHAR LIMIT="NONE"] 297 --> 298 <string name="wifi_on">Wifi on</string> 299 <!-- 300 Source: Shortcut title. 301 Description: Title for the widget that toggles background data synchronization on and off. [CHAR LIMIT="NONE"] 302 --> 303 <string name="autosync_toggle">Autosync toggle</string> 304 <!-- 305 Source: Speech feedback. 306 Description: Spoken when the user turns background data synchronization off. [CHAR LIMIT="NONE"] 307 --> 308 <string name="autosync_off">Autosync off</string> 309 <!-- 310 Source: Speech feedback. 311 Description: Spoken when the user turns background data synchronization on. [CHAR LIMIT="NONE"] 312 --> 313 <string name="autosync_on">Autosync on</string> 314 <!-- 315 Source: Speech feedback. 316 Description: Warning spoken when the user turns off background data synchronization. [CHAR LIMIT="NONE"] 317 --> 318 <string name="background_data_warning">Warning: background data disabled.</string> 319 <!-- 320 Source: Shortcut title. 321 Description: Label for the Gmail application. [CHAR LIMIT="NONE"] 322 --> 323 <string name="gmail">Gmail</string> 324 <!-- 325 Source: Shortcut title. 326 Description: Title for the widget that displays notifications. [CHAR LIMIT="NONE"] 327 --> 328 <string name="open_notifications">Open notifications</string> 329 <!-- 330 Source: Save option in the application picker dialog. 331 Description: Clicking this saves the application shortcut. [CHAR LIMIT="NONE"] 332 --> 333 <string name="save">Save</string> 334 <!-- 335 Source: Run option in the application picker dialog. 336 Description: Clicking this runs the selected application. [CHAR LIMIT="NONE"] 337 --> 338 <string name="run">Run</string> 339 <!-- 340 Source: Type of shortcut. 341 Description: A type of shortcut that runs an application. [CHAR LIMIT="NONE"] 342 --> 343 <string name="application">Application</string> 344 <!-- 345 Source: Type of shortcut. 346 Description: A type of shortcut that opens a bookmark. [CHAR LIMIT="NONE"] 347 --> 348 <string name="bookmark">Bookmark</string> 349 <!-- 350 Source: Type of shortcut. 351 Description: A type of shortcut that opens a contact. [CHAR LIMIT="NONE"] 352 --> 353 <string name="contact">Contact</string> 354 <!-- 355 Source: Type of shortcut. 356 Description: A type of shortcut that dials a contact. [CHAR LIMIT="NONE"] 357 --> 358 <string name="direct_dial">Direct Dial</string> 359 <!-- 360 Source: Type of shortcut. 361 Description: A type of shortcut that opens a text message compose dialog. [CHAR LIMIT="NONE"] 362 --> 363 <string name="direct_message">Direct Message</string> 364 <!-- 365 Source: Type of shortcut. 366 Description: A type of shortcut that is specific to Eyes-Free Shell (ex. location, battery status, etc.). [CHAR LIMIT="NONE"] 367 --> 368 <string name="eyes_free_widget">Eyes-Free Widget</string> 369 <!-- 370 Source: Type of shortcut. 371 Description: A type of shortcut that opens a Settings page. [CHAR LIMIT="NONE"] 372 --> 373 <string name="settings">Settings</string> 374 <!-- 375 Source: Type of shortcut. 376 Description: A type of shortcut that opens a specific label view in Gmail. [CHAR LIMIT="NONE"] 377 --> 378 <string name="gmail_label">Gmail Label</string> 379 <!-- 380 Source: Type of shortcut. 381 Description: A type of shortcut that starts a video chat. [CHAR LIMIT="NONE"] 382 --> 383 <string name="video_chat">Video Chat</string> 384 <!-- 385 Source: Shortcut title. 386 Description: Label for the calling action. Includes the name of a contact. 387 --> 388 <string name="call">Call <xliff:g id="name">%s</xliff:g></string> 389 <!-- 390 Source: Shortcut title. 391 Description: Label for the messaging action. Includes the name of a contact. 392 --> 393 <string name="message">Message <xliff:g id="name" example="Larry">%s</xliff:g></string> 394 <!-- 395 Source: Shortcut title. 396 Description: Label for the video calling action. Includes the name of a contact. 397 --> 398 <string name="video_call">Video call <xliff:g id="name" example="Larry">%s</xliff:g></string> 399 <!-- 400 Source: Shortcut title. 401 Description: Label for starting the built-in Android launcher. 402 --> 403 <string name="android_launcher">Android Launcher</string> 404 <!-- 405 Source: Application name. 406 Description: The name of this application. 407 --> 408 <string name="app_name">Eyes-Free Shell</string> 409 <!-- 410 Source: The Google search URL. 411 Description: Use the localized Google domain (ex. google.fr) for better OneBox triggering. 412 --> 413 <string name="search_url">http://www.google.com/m?q=</string> 414 415</resources>