OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- ChromeOS-specific strings (included from ash_strings.grd). | 2 <!-- ChromeOS-specific strings (included from ash_strings.grd). |
3 Everything in this file is wrapped in <if expr="chromeos">. --> | 3 Everything in this file is wrapped in <if expr="chromeos">. --> |
4 <grit-part> | 4 <grit-part> |
5 | 5 |
6 <!-- Status tray charging strings. --> | 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."> | 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 | 8 Low-power charger connected |
9 </message> | 9 </message> |
10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag
e body of a notification indicating that a low-current USB charger has been conn
ected."> | 10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag
e body of a notification indicating that a low-current USB charger has been conn
ected."> |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 </message> | 339 </message> |
340 <message name="IDS_ASH_STATUS_TRAY_ROTATION_LOCK_LOCKED" desc="The text shown
in the tray menu when rotation is set to locked."> | 340 <message name="IDS_ASH_STATUS_TRAY_ROTATION_LOCK_LOCKED" desc="The text shown
in the tray menu when rotation is set to locked."> |
341 Rotation locked (Tap here to change) | 341 Rotation locked (Tap here to change) |
342 </message> | 342 </message> |
343 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_DISABLED" desc="The text shown in
the tray menu when the virtual keyboard is disabled."> | 343 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_DISABLED" desc="The text shown in
the tray menu when the virtual keyboard is disabled."> |
344 On-screen keyboard disabled | 344 On-screen keyboard disabled |
345 </message> | 345 </message> |
346 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_ENABLED" desc="The text shown in t
he tray menu when the virtual keyboard is enabled."> | 346 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_ENABLED" desc="The text shown in t
he tray menu when the virtual keyboard is enabled."> |
347 On-screen keyboard enabled | 347 On-screen keyboard enabled |
348 </message> | 348 </message> |
| 349 <message name="IDS_ASH_STATUS_TRAY_ENABLE_KEYBOARD" desc="A button label in th
e tray menu to enable the keyboard."> |
| 350 Enable on-screen keyboard |
| 351 </message> |
| 352 <message name="IDS_ASH_STATUS_TRAY_DISABLE_KEYBOARD" desc="A button label in t
he tray menu to disable the keyboard."> |
| 353 Disable on-screen keyboard |
| 354 </message> |
349 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The access
ible text for virtual keyboard icon in status tray."> | 355 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The access
ible text for virtual keyboard icon in status tray."> |
350 Show on-screen keyboard | 356 Show on-screen keyboard |
351 </message> | 357 </message> |
352 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to
show that the system failed to enter the mirroring mode."> | 358 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to
show that the system failed to enter the mirroring mode."> |
353 Could not mirror displays since no supported resolutions found. Entered exte
nded desktop instead. | 359 Could not mirror displays since no supported resolutions found. Entered exte
nded desktop instead. |
354 </message> | 360 </message> |
355 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error messag
e to show that the system failed to enter the extended desktop mode or unknown s
tatus. Please translate the parentized text."> | 361 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error messag
e to show that the system failed to enter the extended desktop mode or unknown s
tatus. Please translate the parentized text."> |
356 Dear Monitor, it's not working out between us. (That monitor is not supporte
d) | 362 Dear Monitor, it's not working out between us. (That monitor is not supporte
d) |
357 </message> | 363 </message> |
358 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_ACCEPT" desc="A button label
shown in the notification for the resolution change to accept the change"> | 364 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_ACCEPT" desc="A button label
shown in the notification for the resolution change to accept the change"> |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log
out confirmation dialog."> | 403 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log
out confirmation dialog."> |
398 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5
seconds</ex></ph>. | 404 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5
seconds</ex></ph>. |
399 </message> | 405 </message> |
400 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the
logout confirmation dialog with no time left."> | 406 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the
logout confirmation dialog with no time left."> |
401 You will be signed out now. | 407 You will be signed out now. |
402 </message> | 408 </message> |
403 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but
ton of the logout confirmation dialog."> | 409 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but
ton of the logout confirmation dialog."> |
404 Sign out now | 410 Sign out now |
405 </message> | 411 </message> |
406 </grit-part> | 412 </grit-part> |
OLD | NEW |