OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 This file contains the strings for ash. | 4 This file contains the strings for ash. |
5 --> | 5 --> |
6 | 6 |
7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <output filename="grit/ash_strings.h" type="rc_header"> | 10 <output filename="grit/ash_strings.h" type="rc_header"> |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o
f the notification when taking a screenshot failed."> | 575 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o
f the notification when taking a screenshot failed."> |
576 Failed to save screenshot | 576 Failed to save screenshot |
577 </message> | 577 </message> |
578 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu
p when the user preses the exit shortcut."> | 578 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu
p when the user preses the exit shortcut."> |
579 Press Ctrl+Shift+Q twice to quit. | 579 Press Ctrl+Shift+Q twice to quit. |
580 </message> | 580 </message> |
581 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT_ACCESSIBLE" desc="The messa
ge used by accessibility to indicate the content of the popup when the user pres
es the exit shortcut."> | 581 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT_ACCESSIBLE" desc="The messa
ge used by accessibility to indicate the content of the popup when the user pres
es the exit shortcut."> |
582 Press Control Shift Q twice to quit. | 582 Press Control Shift Q twice to quit. |
583 </message> | 583 </message> |
584 | 584 |
| 585 <message name="IDS_ASH_LOGOUT_CONFIRMATION_TITLE" desc="Dialog title for t
he logout confirmation dialog."> |
| 586 Exiting Session |
| 587 </message> |
| 588 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the
logout confirmation dialog."> |
| 589 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<e
x>5 seconds</ex></ph>. |
| 590 </message> |
| 591 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for
the logout confirmation dialog with no time left."> |
| 592 You will be signed out now. |
| 593 </message> |
| 594 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay
button of the logout confirmation dialog."> |
| 595 Sign out now |
| 596 </message> |
| 597 |
585 <!-- ChromeOS-specific strings --> | 598 <!-- ChromeOS-specific strings --> |
586 <if expr="pp_ifdef('chromeos')"> | 599 <if expr="pp_ifdef('chromeos')"> |
587 <part file="ash_chromeos_strings.grdp" /> | 600 <part file="ash_chromeos_strings.grdp" /> |
588 </if> | 601 </if> |
589 | 602 |
590 </messages> | 603 </messages> |
591 </release> | 604 </release> |
592 </grit> | 605 </grit> |
593 | 606 |
OLD | NEW |