1<?xml version="1.0" encoding="utf-8"?> 2<!-- ChromeOS-specific strings (included from ash_strings.grd). 3 Everything in this file is wrapped in <if expr="chromeos">. --> 4<grit-part> 5 6 <!-- Status tray charging strings. --> 7 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE" desc="The title of a notification indicating that a low-current USB charger has been connected."> 8 Low-power charger connected 9 </message> 10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The message body of a notification indicating that a low-current USB charger has been connected."> 11 Your Chromebook may not charge while it is turned on. Consider using the official charger. 12 </message> 13 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE_SHORT" desc="The message body of a notification indicating that a low-current USB charger has been connected, short version."> 14 Your Chromebook may not charge while it is turned on. 15 </message> 16 17 <message name="IDS_CHARGER_REPLACEMENT_ACCESSIBILTY_NOTIFICATION" desc="The notification string used in accessibility to tell user to contact Google for replacing the possible bad charger."> 18 You may have a bad charger. If you live in the US, please call 866-628-1371 in order to receive help and a replacement. If you live in the UK, please call 0800-026-0613. If you live in Ireland, please call 1-800-832-664. If you live in Canada, please call 866-628-1372. If you live in Australia, please call 1-800-067-460. 19 </message> 20 21 <!-- Status Tray Network strings --> 22 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the network dialog header."> 23 Network 24 </message> 25 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detailed view header."> 26 Private Network 27 </message> 28 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network device."> 29 Ethernet 30 </message> 31 <message name="IDS_ASH_STATUS_TRAY_WIFI" desc="The wifi network device."> 32 Wi-Fi 33 </message> 34 <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for the cellular button."> 35 Cellular 36 </message> 37 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button."> 38 Network Info 39 </message> 40 <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network:"> 41 IP Address 42 </message> 43 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to display in the network info bubble when it is otherwise empty."> 44 No network information available 45 </message> 46 <message name="IDS_ASH_STATUS_TRAY_NO_CELLULAR_NETWORKS" desc="The message to display in the network list when no cellular networks are available."> 47 No cellular network available 48 </message> 49 <message name="IDS_ASH_STATUS_TRAY_NETWORK_NOT_CONNECTED" desc="Description in status area or network dropdown when no network is connected."> 50 No network 51 </message> 52 <message name="IDS_ASH_STATUS_TRAY_VPN_DISCONNECTED" desc="The label used in system tray bubble to display vpn is disconnected."> 53 VPN disconnected 54 </message> 55 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTED" desc="Message for the network tray tooltip and default menu text when connected to a network."> 56 Connected to <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 57 </message> 58 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTING" desc="Message for the network tray tooltip and default menu text when connecting to a network."> 59 Connecting to <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 60 </message> 61 <message name="IDS_ASH_STATUS_TRAY_NETWORK_ACTIVATING" desc="Message for the network tray tooltip and default menu text when activating a network."> 62 Activating <ph name="NAME">$1<ex>YBH Cellular</ex></ph> 63 </message> 64 <message name="IDS_ASH_STATUS_TRAY_NETWORK_LIST_CONNECTING" desc="Message for the network list when connecting to a network."> 65 <ph name="NAME">$1<ex>GoogleGuest</ex></ph>: Connecting... 66 </message> 67 <message name="IDS_ASH_STATUS_TRAY_NETWORK_LIST_ACTIVATING" desc="Message for the network list when activating a network."> 68 <ph name="NAME">$1<ex>YBH Cellular</ex></ph>: Activating... 69 </message> 70 <message name="IDS_ASH_STATUS_TRAY_NETWORK_LIST_ACTIVATE" desc="Message for the network list to activate the network."> 71 Activate <ph name="NETWORKSERVICE">$1<ex>YBH Cellular</ex></ph> 72 </message> 73 <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in the settings entry in the network dialog."> 74 Settings... 75 </message> 76 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROXY_SETTINGS" desc="The label used in the proxy settings entry in the network dialog in the login screen."> 77 Proxy... 78 </message> 79 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_ENABLED" desc="The label used in the tray popup to notify that Wi-Fi is turned on."> 80 Wi-Fi is turned on. 81 </message> 82 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_DISABLED" desc="The label used in the tray popup to notify that Wi-Fi is turned off."> 83 Wi-Fi is turned off. 84 </message> 85 <message name="IDS_ASH_STATUS_TRAY_NETWORK_NO_VPN" desc="The label used in the tray popup to notify no vpn is configured."> 86 VPN is not configured. 87 </message> 88 <message name="IDS_ASH_STATUS_TRAY_ENABLE_WIFI" desc="The label used for the item to enable wifi."> 89 Enable Wi-Fi 90 </message> 91 <message name="IDS_ASH_STATUS_TRAY_DISABLE_WIFI" desc="The label used for the item to disable wifi."> 92 Disable Wi-Fi 93 </message> 94 <message name="IDS_ASH_STATUS_TRAY_OTHER_WIFI" desc="The label used for the item to display other Wi-Fi networks."> 95 Join other... 96 </message> 97 <message name="IDS_ASH_STATUS_TRAY_OTHER_VPN" desc="The label used for the item to configure other private networks."> 98 Join other... 99 </message> 100 <message name="IDS_ASH_STATUS_TRAY_TURN_ON_WIFI" desc="The label used for the item to turn on Wi-Fi networks."> 101 Turn Wi-Fi on... 102 </message> 103 <message name="IDS_ASH_STATUS_TRAY_ENABLE_MOBILE" desc="The label used for the item to enable cellular networks."> 104 Enable mobile data 105 </message> 106 <message name="IDS_ASH_STATUS_TRAY_DISABLE_MOBILE" desc="The label used for the item to disable cellular networks."> 107 Disable mobile data 108 </message> 109 <message name="IDS_ASH_STATUS_TRAY_SETUP_MOBILE" desc="The label used for the item to setup cellular network when no SIM card in installed."> 110 Set up mobile data 111 </message> 112 <message name="IDS_ASH_STATUS_TRAY_OTHER_MOBILE" desc="The label used for the item to display other cellular networks."> 113 Mobile ... 114 </message> 115 <message name="IDS_ASH_STATUS_TRAY_MOBILE_VIEW_ACCOUNT" desc="In the network popup bubble, the text of the top-up URL link."> 116 View mobile account 117 </message> 118 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning for wifi networks"> 119 Searching for Wi-Fi networks... 120 </message> 121 <message name="IDS_ASH_STATUS_TRAY_INITIALIZING_CELLULAR" desc="Message for the status area when initializing the cellular device."> 122 Initializing cellular modem... 123 </message> 124 <message name="IDS_ASH_STATUS_TRAY_CELLULAR_SCANNING" desc="Message when scanning for cellular networks"> 125 Searching for cellular networks... 126 </message> 127 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERABLE" desc="Notification shown when a Bluetooth adapter is discoverable."> 128 Your computer is discoverable to nearby Bluetooth devices and will appear as "<ph name="NAME">$1<ex>Chromebook</ex></ph>" with address <ph name="ADDRESS">$2<ex>01:23:45:67:89:0A</ex></ph> 129 </message> 130 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISPLAY_PINCODE" desc="Bluetooth pairing message typically shown on a request from a 2.0 device that has a keyboard."> 131 Bluetooth device "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>" would like permission to pair. Please enter this PIN code on that device: <ph name="PINCODE">$2<ex>123456</ex></ph> 132 </message> 133 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISPLAY_PASSKEY" desc="Bluetooth pairing message typically shown on a request from a device that has a keyboard."> 134 Bluetooth device "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>" would like permission to pair. Please enter this passkey on that device: <ph name="PASSKEY">$2<ex>123456</ex></ph> 135 </message> 136 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_CONFIRM_PASSKEY" desc="Bluetooth pairing message typically shown on a request from a device that has a display."> 137 Bluetooth device "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>" would like permission to pair. Before accepting, please confirm that this passkey is shown on that device: <ph name="PASSKEY">$2<ex>123456</ex></ph> 138 </message> 139 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_AUTHORIZE_PAIRING" desc="Bluetooth pairing message typically shown on a request from a device without input or display."> 140 Bluetooth device "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>" would like permission to pair. 141 </message> 142 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ACCEPT" desc="Message on button to accept Bluetooth pairing request."> 143 Accept 144 </message> 145 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_REJECT" desc="Message on button to reject Bluetooth pairing request."> 146 Reject 147 </message> 148 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_PAIRED" desc="Notification shown when a new device is paired with the computer."> 149 Bluetooth device "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>" has been paired and is now available to all users. You may remove this pairing using Settings. 150 </message> 151 152 <!-- Other Network UI strings --> 153 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network connection error notification"> 154 Network Connection Error 155 </message> 156 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE" desc="Message for network connection error notification"> 157 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph> 158 </message> 159 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_SERVER_MESSAGE" desc="Message for network connection error notification with details and a server message"> 160Failed to connect to '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph> 161Server message: <ph name="server_msg">$3<ex>Incorrect password</ex></ph> 162 </message> 163 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_NO_NAME" desc="Message for network connection error where the network name is unavailable"> 164 Failed to connect to network: <ph name="details">$1<ex>Unrecognized error</ex></ph> 165 </message> 166 <message name="IDS_NETWORK_OUT_OF_CREDITS_TITLE" desc="Title for network out of data error notification"> 167 Network Connection Error 168 </message> 169 <message name="IDS_NETWORK_OUT_OF_CREDITS_BODY" desc="Message body for network out of data error notification"> 170 You may have used up your mobile data allowance. Visit the <ph name="name">$1<ex>GoogleGuest</ex></ph> activation portal to buy more data. 171 </message> 172 <message name="IDS_NETWORK_UNRECOGNIZED_ERROR" desc="Unrecognized Network error text"> 173 Unrecognized error: <ph name="desc">$1<ex>ShillErrorString</ex></ph> 174 </message> 175 <message name="IDS_NETWORK_CELLULAR_ACTIVATED_TITLE" desc="Title for cellular activated notification"> 176 Cellular Activated 177 </message> 178 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular activated notification"> 179 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' data service has been activated and is ready to go. 180 </message> 181 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network activation error notification"> 182 Network Activation Error 183 </message> 184 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when attempting to activate a mobile network that requires a connection"> 185 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' requires a network connection. 186 </message> 187 188 <!-- Network state strings --> 189 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in about:network: UNKNOWN"> 190 Unknown 191 </message> 192 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in about:network: IDLE"> 193 Idle 194 </message> 195 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in about:network: CARRIER"> 196 Carrier 197 </message> 198 <message name="IDS_CHROMEOS_NETWORK_STATE_ASSOCIATION" desc="Network state in about:network: ASSOCIATION"> 199 Association 200 </message> 201 <message name="IDS_CHROMEOS_NETWORK_STATE_CONFIGURATION" desc="Network state in about:network: CONFIGURATION"> 202 Configuration 203 </message> 204 <message name="IDS_CHROMEOS_NETWORK_STATE_READY" desc="Network state in about:network: READY"> 205 Connected 206 </message> 207 <message name="IDS_CHROMEOS_NETWORK_STATE_DISCONNECT" desc="Network state in about:network: DISCONNECT"> 208 Disconnect 209 </message> 210 <message name="IDS_CHROMEOS_NETWORK_STATE_FAILURE" desc="Network state in about:network: FAILURE"> 211 Failure 212 </message> 213 <message name="IDS_CHROMEOS_NETWORK_STATE_ACTIVATION_FAILURE" desc="Network state in about:network: ACTIVATION_FAILURE"> 214 Activation failure 215 </message> 216 <message name="IDS_CHROMEOS_NETWORK_STATE_UNRECOGNIZED" desc="Network state in about:network: Unrecognized"> 217 Unrecognized state 218 </message> 219 <message name="IDS_CHROMEOS_NETWORK_STATE_PORTAL" desc="Network state in about:network: Portal"> 220 Portal state 221 </message> 222 <message name="IDS_CHROMEOS_NETWORK_STATE_ONLINE" desc="Network state in about:network: Online"> 223 Online state 224 </message> 225 <message name="IDS_CHROMEOS_NETWORK_STATE_CONNECT_REQUESTED" desc="Network state in about:network: Connect Requested"> 226 Connect Requested 227 </message> 228 229 <!-- Network error strings --> 230 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNKNOWN" desc="Network error details in notifications: UNKNOWN"> 231 Unknown network error 232 </message> 233 <message name="IDS_CHROMEOS_NETWORK_ERROR_OUT_OF_RANGE" desc="Network error details in notifications: OUT_OF_RANGE"> 234 Out of range 235 </message> 236 <message name="IDS_CHROMEOS_NETWORK_ERROR_PIN_MISSING" desc="Network error details in notifications: PIN_MISSING"> 237 PIN missing 238 </message> 239 <message name="IDS_CHROMEOS_NETWORK_ERROR_DHCP_FAILED" desc="Network error details in notifications: DHCP_FAILED"> 240 DHCP lookup failed 241 </message> 242 <message name="IDS_CHROMEOS_NETWORK_ERROR_CONNECT_FAILED" desc="Network error details in notifications: CONNECT_FAILED"> 243 Connect failed 244 </message> 245 <message name="IDS_CHROMEOS_NETWORK_ERROR_BAD_PASSPHRASE" desc="Network error details in notifications: BAD_PASSPHRASE. Error when a bad wifi password/passphrase is entered."> 246 Bad password 247 </message> 248 <message name="IDS_CHROMEOS_NETWORK_ERROR_BAD_WEPKEY" desc="Network error details in notifications: BAD_WEPKEY"> 249 Bad WEP key 250 </message> 251 <message name="IDS_CHROMEOS_NETWORK_ERROR_ACTIVATION_FAILED" desc="Network error details in notifications: ACTIVATION_FAILED"> 252 Activation failed 253 </message> 254 <message name="IDS_CHROMEOS_NETWORK_ERROR_NEED_EVDO" desc="Network error details in notifications: NEED_EVDO"> 255 Need EVDO 256 </message> 257 <message name="IDS_CHROMEOS_NETWORK_ERROR_NEED_HOME_NETWORK" desc="Network error details in notifications: NEED_HOME_NETWORK"> 258 Need home network 259 </message> 260 <message name="IDS_CHROMEOS_NETWORK_ERROR_OTASP_FAILED" desc="Network error details in notifications: OTASP_FAILED"> 261 OTASP failed 262 </message> 263 <message name="IDS_CHROMEOS_NETWORK_ERROR_AAA_FAILED" desc="Network error details in notifications: AAA_FAILED"> 264 AAA check failed 265 </message> 266 <message name="IDS_CHROMEOS_NETWORK_ERROR_INTERNAL" desc="Network error details in notifications: INTERNAL"> 267 Internal error 268 </message> 269 <message name="IDS_CHROMEOS_NETWORK_ERROR_DNS_LOOKUP_FAILED" desc="Network error details in notifications: DNS_LOOKUP_FAILED"> 270 DNS lookup failed 271 </message> 272 <message name="IDS_CHROMEOS_NETWORK_ERROR_HTTP_GET_FAILED" desc="Network error details in notifications: HTTP_GET_FAILED"> 273 HTTP get failed 274 </message> 275 <message name="IDS_CHROMEOS_NETWORK_ERROR_IPSEC_PSK_AUTH_FAILED" desc="Network error details in notifications: IPSEC_PSK_AUTH_FAILED"> 276 Incorrect password 277 </message> 278 <message name="IDS_CHROMEOS_NETWORK_ERROR_CERT_AUTH_FAILED" desc="Network error details in notifications: IPSEC_CERT_AUTH_FAILED"> 279 Authentication certificate rejected by network 280 </message> 281 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_LOCAL_TLS_FAILED" desc="Network error details in notifications: EAP_LOCAL_TLS_FAILED"> 282 Authentication certificate rejected locally 283 </message> 284 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_REMOTE_TLS_FAILED" desc="Network error details in notifications: EAP_REMOTE_TLS_FAILED"> 285 Authentication certificate rejected remotely 286 </message> 287 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_AUTH_FAILED" desc="Network error details in notifications: IPSEC_CERT_AUTH_FAILED"> 288 Username/password incorrect or EAP-auth failed 289 </message> 290 <message name="IDS_CHROMEOS_NETWORK_ERROR_PPP_AUTH_FAILED" desc="Network error details in notifications: PPP_AUTH_FAILED"> 291 PPP authentication failed due to an incorrect username or password 292 </message> 293 <message name="IDS_CHROMEOS_NETWORK_ERROR_CONFIGURE_FAILED" desc="Network error details in notifications: Configuration error"> 294 Failed to configure network 295 </message> 296 <message name="IDS_CHROMEOS_NETWORK_ERROR_CERTIFICATES_NOT_LOADED" desc="Network error details in notifications: Certificates not loaded"> 297 Certificates not loaded 298 </message> 299 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error details in notifications: Unrecognized"> 300 Unrecognized error 301 </message> 302 303 <!-- Status tray screen capture strings. --> 304 <message name="IDS_ASH_STATUS_TRAY_SCREEN_CAPTURE_STOP" desc="label used for screen capture stop button"> 305 Stop 306 </message> 307 308 <!-- Status tray media recording state strings. --> 309 <message name="IDS_ASH_STATUS_TRAY_MEDIA_RECORDING_AUDIO" desc="label used to indicate that the microphone is used by a background user"> 310 Microphone is in use. 311 </message> 312 <message name="IDS_ASH_STATUS_TRAY_MEDIA_RECORDING_VIDEO" desc="label used to indicate that the camera is used by a background user"> 313 Camera is in use. 314 </message> 315 <message name="IDS_ASH_STATUS_TRAY_MEDIA_RECORDING_AUDIO_VIDEO" desc="label used to indicate that the camera and microphone are used by a background user"> 316 Camera and microphone are in use. 317 </message> 318 319 <!-- Status tray screen share strings. --> 320 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_STOP" desc="label used for screen sharing stop button"> 321 Stop 322 </message> 323 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for screen sharing notification"> 324 Sharing control of your screen via Hangouts. 325 </message> 326 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label for screen sharing notification with name"> 327 Sharing control of your screen with <ph name="HELPER_NAME">$1<ex>Walder Frey</ex></ph> via Hangouts. 328 </message> 329 330 <!-- Status tray audio strings. --> 331 <message name="IDS_ASH_STATUS_TRAY_AUDIO_HEADPHONE" desc="label used for audio headphone device"> 332 Headphone 333 </message> 334 335 <message name="IDS_ASH_STATUS_TRAY_AUDIO_INTERNAL_SPEAKER" desc="label used for internal audio speaker"> 336 Speaker (Internal) 337 </message> 338 339 <message name="IDS_ASH_STATUS_TRAY_AUDIO_INTERNAL_MIC" desc="label used for internal microphone"> 340 Microphone (Internal) 341 </message> 342 343 <message name="IDS_ASH_STATUS_TRAY_AUDIO_USB_DEVICE" desc="label used for usb audio device"> 344 <ph name="device_name">$1<ex>Headphone</ex></ph> (USB) 345 </message> 346 347 <message name="IDS_ASH_STATUS_TRAY_AUDIO_BLUETOOTH_DEVICE" desc="label used for bluetooth audio device"> 348 <ph name="device_name">$1<ex>Headphone</ex></ph> (Bluetooth) 349 </message> 350 351 <message name="IDS_ASH_STATUS_TRAY_AUDIO_HDMI_DEVICE" desc="label used for hdmi audio device"> 352 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI) 353 </message> 354 355 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change wallpaper in context menu"> 356 Set wallpaper... 357 </message> 358 359 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the settings item in the status tray."> 360 Settings 361 </message> 362 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tray for SMS."> 363 SMS 364 </message> 365 <message name="IDS_ASH_STATUS_TRAY_SMS_MESSAGES" desc="The label used in the default status tray view for SMS with the number of messages."> 366 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph> 367 </message> 368 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messagees in the system tray."> 369 SMS from <ph name="PHONE_NUMBER">$1<ex>08700 776655</ex></ph> 370 </message> 371 <message name="IDS_ASH_STATUS_TRAY_TRACING" desc="The status tray item indicating that performance tracing is running."> 372 Performance tracing enabled 373 </message> 374 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text for the brightness slider."> 375 Brightness 376 </message> 377 <message name="IDS_ASH_STATUS_TRAY_AUDIO" desc="The label used in audio detailed page bottom header of ash tray pop up."> 378 Audio Settings 379 </message> 380 <message name="IDS_ASH_STATUS_TRAY_AUDIO_OUTPUT" desc="The label used in audio detailed page for audio output section of ash tray pop up."> 381 Output 382 </message> 383 <message name="IDS_ASH_STATUS_TRAY_AUDIO_INPUT" desc="The label used in audio detailed page for audio input section of ash tray pop up."> 384 Input 385 </message> 386 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING" desc="The label used in the tray to show that the current status is mirroring."> 387 Mirroring to <ph name="DISPLAY_NAME">$1</ph> 388 </message> 389 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED" desc="The label used in the tray to show that the current status is extended."> 390 Extending screen to <ph name="DISPLAY_NAME">$1</ph> 391 </message> 392 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING_NO_INTERNAL" desc="The label used in the tray to show that the current status is mirroring and the device doesn't have the internal display."> 393 Mirroring 394 </message> 395 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED_NO_INTERNAL" desc="The label used in the tray to show that the current status is extended and the device doesn't have the internal display."> 396 Extending screen 397 </message> 398 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED" desc="The title of the notification indicating that the system is in docked mode."> 399 Docked mode 400 </message> 401 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED_DESCRIPTION" desc="The body of the notification indicating that the system is in docked mode."> 402 You can keep using your Chromebook while it's connected to an external display, even with the lid closed. 403 </message> 404 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_RESOLUTION_CHANGED" desc="The label used in the tray to notify that the display resolution settings has changed."> 405 <ph name="DISPLAY_NAME">$1</ph> resolution was changed to <ph name="RESOLUTION">$2</ph> 406 </message> 407 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_RESOLUTION_CHANGED_TO_UNSUPPORTED" desc="The label used in the tray to notify that the display resolution settings has changed to an unsupported resolution and the system falls back to another resolution."> 408 <ph name="DISPLAY_NAME">$1</ph> doesn't support <ph name="SPECIFIED_RESOLUTION">$2<ex>2560x1600</ex></ph>. The resolution was changed to <ph name="FALLBACK_RESOLUTION">$3<ex>1920x1200</ex></ph> 409 </message> 410 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ROTATED" desc="The label used in the tray to notify that the display rotation settings has changed."> 411 <ph name="DISPLAY_NAME">$1</ph> was rotated to <ph name="ROTATION">$2</ph> 412 </message> 413 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_SINGLE_DISPLAY" desc="The label used in the tray to show a single display's configuration"> 414 <ph name="DISPLAY_NAME">$1</ph>: <ph name="ANNOTATION">$2</ph> 415 </message> 416 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ANNOTATED_NAME" desc="Label used to show a display name with annotation (like screen resolution or overscan info)."> 417 <ph name="DISPLAY_NAME">$1</ph> (<ph name="ANNOTATION">$2</ph>) 418 </message> 419 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ANNOTATION" desc="Label used to annotate the display's status like resolution or overscan flag."> 420 <ph name="RESOLUTION">$1</ph>, <ph name="OVERSCAN">$2</ph> 421 </message> 422 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ANNOTATION_OVERSCAN" desc="Label used to describe that the system notice that this display device may have overscan area."> 423 overscan 424 </message> 425 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_STANDARD_ORIENTATION" desc="The default value of display orientation option item."> 426 0° 427 </message> 428 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_90" desc="The value of display orientation option item: 90-degree rotated"> 429 90° 430 </message> 431 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_180" desc="The value of display orientation option item: 180-degree rotated"> 432 180° 433 </message> 434 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ORIENTATION_270" desc="The value of display orientation option item: 270-degree rotated"> 435 270° 436 </message> 437 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_ENABLED" desc="The label used for the tray item to indicate caps lock is on and to toggle caps lock by the click."> 438 CAPS LOCK is on 439 </message> 440 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_DISABLED" desc="The label used for the tray item to indicate caps lock is on and to toggle caps lock by the click."> 441 CAPS LOCK is off 442 </message> 443 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_SHORTCUT_SEARCH" desc="The shortcut text used for the caps lock tray item."> 444 Search 445 </message> 446 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_SHORTCUT_SEARCH_OR_SHIFT" desc="The shortcut text used for the caps lock tray item."> 447 Search or Shift 448 </message> 449 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_SHORTCUT_ALT_SEARCH" desc="The shortcut text used for the caps lock tray item."> 450 Alt+Search 451 </message> 452 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_SHORTCUT_ALT_SEARCH_OR_SHIFT" desc="The shortcut text used for the caps lock tray item."> 453 Alt+Search or Shift 454 </message> 455 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_CANCEL_BY_ALT_SEARCH" desc="The message shown on a bubble when caps lock is turned on."> 456CAPS LOCK is on. 457Press Alt+Search or Shift to cancel. 458 </message> 459 <message name="IDS_ASH_STATUS_TRAY_CAPS_LOCK_CANCEL_BY_SEARCH" desc="The message shown on a bubble when caps lock is turned on."> 460CAPS LOCK is on. 461Press Search or Shift to cancel. 462 </message> 463 <message name="IDS_ASH_STATUS_TRAY_IME_TURNED_ON_BUBBLE" desc="The message shown on a bubble when an IME is enabled"> 464 Your input method has changed to <ph name="INPUT_METHOD_ID">$1<ex>EN</ex></ph>. 465Press Shift + Alt to switch. 466 </message> 467 <message name="IDS_ASH_STATUS_TRAY_THIRD_PARTY_IME_TURNED_ON_BUBBLE" desc="The message shown on a bubble when a third party IME is enabled"> 468 Your input method has changed to <ph name="INPUT_METHOD_ID">$1<ex>EN</ex></ph>*(<ph name="BEGIN_LINK"><a target="_blank" href="$2"></ph>3rd party<ph name="END_LINK"></a><ex></a></ex></ph>). 469Press Shift + Alt to switch. 470 </message> 471 <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL" desc="The label in the tray dialog to indicate that the battery is full."> 472 Battery full 473 </message> 474 <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT" desc="The label in the tray dialog to show the remaining battery power as a percent."> 475 <ph name="percentage">$1<ex>56</ex></ph>% remaining 476 </message> 477 <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT_ONLY" desc="The label in the tray bubble setting row to show the remaining battery power as a percent."> 478 <ph name="percentage">$1<ex>56</ex></ph>% 479 </message> 480 <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL" desc="The label in the tray dialog to show a time estimate until the battery is fully charged."> 481 <ph name="hour">$1<ex>2</ex></ph>h <ph name="minute">$2<ex>53</ex></ph>m until full 482 </message> 483 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING" desc="The label in the tray dialog indicating that the time to charge or discharge the battery is being calculated."> 484 Calculating... 485 </message> 486 <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_LEFT_SHORT" desc="The label in the tray bubble settings row to show a time estimate until the battery is empty."> 487 <ph name="hour">$1<ex>2</ex></ph>:<ph name="minute">$2<ex>53</ex></ph> left 488 </message> 489 <message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL_SHORT" desc="The label in the tray bubble settings row to show a time estimate until the battery is fully charged."> 490 <ph name="hour">$1<ex>2</ex></ph>:<ph name="minute">$2<ex>53</ex></ph> until full 491 </message> 492 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CHARGING_UNRELIABLE" desc="The label in the tray dialog to indicate that battery charging is unreliable."> 493 Low-power charger 494 </message> 495 <message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL_CHARGE_ACCESSIBLE" desc="The message used by accessibility to show battery is fully charged."> 496 Battery is full. 497 </message> 498 <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT_ACCESSIBLE" desc="The message used by accessibility to show battery is discharging."> 499 Battery is <ph name="percentage">$1<ex>56</ex></ph>% full. 500 </message> 501 <message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT_CHARGING_ACCESSIBLE" desc="The message used by accessibility to show battery is being charged."> 502 Battery is <ph name="percentage">$1<ex>56</ex></ph>% full and charging. 503 </message> 504 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING_ACCESSIBLE" desc="The message used by accessibility to show battery is calculating its time in short message."> 505 Calculating battery time. 506 </message> 507 <message name= "IDS_ASH_STATUS_TRAY_BATTERY_TIME_LEFT_ACCESSIBLE" desc="The message used by accessibility to read remaining battery time until empty."> 508 Time left until battery is empty, <ph name="time_left">$1<ex>1 hour and 15 minutes</ex></ph> 509 </message> 510 <message name= "IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL_ACCESSIBLE" desc="The message used by accessibility to read the estimated time until full."> 511 Time remaining until battery is fully charged, <ph name="time_remaining">$1<ex>1 hour and 15 minutes</ex></ph> 512 </message> 513 <message name = "IDS_ASH_STATUS_TRAY_BATTERY_TIME_ACCESSIBLE" desc="The message used by accessibility to read battery time, which includes both non-zero hours and minutes."> 514 <ph name="hour">$1<ex> 1 hour</ex></ph> and <ph name="minute">$2<ex>15 minutes</ex></ph> 515 </message> 516 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CHARGING_UNRELIABLE_ACCESSIBLE" desc="The message used by accessibility to indicate that battery charging is unreliable."> 517 Plugged in to a low-power charger. Battery charging may not be reliable. 518 </message> 519 <message name="IDS_ASH_STATUS_TRAY_BUBBLE_SESSION_LENGTH_LIMIT" desc="Tray bubble item shown to inform the user that the session length is limited."> 520 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 seconds</ex></ph>. 521 </message> 522 <message name="IDS_ASH_STATUS_TRAY_NOTIFICATION_SESSION_LENGTH_LIMIT" desc="Notification shown to inform the user that the session length is limited."> 523 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 seconds</ex></ph>. You will be signed out. 524 </message> 525 <message name="IDS_ASH_STATUS_TRAY_ROTATION_LOCK_AUTO" desc="The text shown in the tray menu when rotation is set to auto."> 526 Rotation on (Tap here to change) 527 </message> 528 <message name="IDS_ASH_STATUS_TRAY_ROTATION_LOCK_LOCKED" desc="The text shown in the tray menu when rotation is set to locked."> 529 Rotation locked (Tap here to change) 530 </message> 531 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The accessible text for virtual keyboard icon in status tray."> 532 Show on-screen keyboard 533 </message> 534 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to show that the system failed to enter the mirroring mode."> 535 Could not mirror displays since no supported resolutions found. Entered extended desktop instead. 536 </message> 537 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error message to show that the system failed to enter the extended desktop mode or unknown status. Please translate the parentized text."> 538 Dear Monitor, it's not working out between us. (That monitor is not supported) 539 </message> 540 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_ACCEPT" desc="A button label shown in the notification for the resolution change to accept the change"> 541 Accept 542 </message> 543 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_REVERT" desc="A button label shown in the notification for the resolution change to revert the change"> 544 Revert 545 </message> 546 <message name="IDS_ASH_DISPLAY_RESOLUTION_TIMEOUT" desc="A message for to notify the user about the timeout of display resolution change."> 547 Reverting to old resolution in <ph name="TIMEOUT_SECONDS">$1</ph> 548 </message> 549 <message name="IDS_ASH_LOW_PERIPHERAL_BATTERY_NOTIFICATION_TEXT" desc="The text of the notification when a peripheral device is in low battery condition."> 550 Battery low (<ph name="percentage">$1<ex>56</ex></ph>%) 551 </message> 552 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_SUCCESS" desc="The title of the notification when a screenshot was taken."> 553 Screenshot taken 554 </message> 555 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_DISABLED" desc="The title of the notification when taking a screenshot failed because screenshots are disabled."> 556 Screenshots disabled 557 </message> 558 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title of the notification when taking a screenshot failed."> 559 An error occurred 560 </message> 561 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The text of the notification when a screenshot was taken."> 562 Click to view 563 </message> 564 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_DISABLED" desc="The text of the notification when taking a screenshot failed because screenshots are disabled by administrator policy."> 565 The ability to take screenshots has been disabled by your administrator. 566 </message> 567 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text of the notification when taking a screenshot failed."> 568 Failed to save screenshot 569 </message> 570 <message name="IDS_ASH_SIGN_OUT_WARNING_POPUP_TEXT" desc="The text of the popup when the user preses the exit shortcut in chrome-os."> 571 Press Ctrl+Shift+Q twice to sign out. 572 </message> 573 <message name="IDS_ASH_SIGN_OUT_WARNING_POPUP_TEXT_ACCESSIBLE" desc="The message used by accessibility to indicate the content of the popup when the user preses the exit shortcut in chrome-os."> 574 Press Control Shift Q twice to sign out. 575 </message> 576 <message name="IDS_ASH_LOGOUT_CONFIRMATION_TITLE" desc="Dialog title for the logout confirmation dialog."> 577 Exiting Session 578 </message> 579 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the logout confirmation dialog."> 580 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>. 581 </message> 582 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left."> 583 You will be signed out now. 584 </message> 585 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay button of the logout confirmation dialog."> 586 Sign out now 587 </message> 588</grit-part> 589