| 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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 </message> | 591 </message> |
| 592 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the
logout confirmation dialog."> | 592 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the
logout confirmation dialog."> |
| 593 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<e
x>5 seconds</ex></ph>. | 593 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<e
x>5 seconds</ex></ph>. |
| 594 </message> | 594 </message> |
| 595 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for
the logout confirmation dialog with no time left."> | 595 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for
the logout confirmation dialog with no time left."> |
| 596 You will be signed out now. | 596 You will be signed out now. |
| 597 </message> | 597 </message> |
| 598 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay
button of the logout confirmation dialog."> | 598 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay
button of the logout confirmation dialog."> |
| 599 Sign out now | 599 Sign out now |
| 600 </message> | 600 </message> |
| 601 <message name="IDS_ASH_CONTROL_KEY" desc="Name of [Ctrl] key name. Shouldn
't be translated in many languages actually. This name should be lower case."> |
| 602 ctrl |
| 603 </message> |
| 604 <message name="IDS_ASH_SHIFT_KEY" desc="Name of [Shift] key. Shouldn't be
translated in many languages actually. This name should be lower case."> |
| 605 shift |
| 606 </message> |
| 607 <message name="IDS_ASH_ALT_KEY" desc="Name of [Alt] key name. Shouldn't be
translated in many languages actually. This name should be lower case."> |
| 608 alt |
| 609 </message> |
| 610 <message name="IDS_ASH_SEARCH_KEY" desc="Name of [Search] key name. Should
n't be translated in many languages actually. This name should be lower case."> |
| 611 search |
| 612 </message> |
| 601 | 613 |
| 602 <!-- ChromeOS-specific strings --> | 614 <!-- ChromeOS-specific strings --> |
| 603 <if expr="pp_ifdef('chromeos')"> | 615 <if expr="pp_ifdef('chromeos')"> |
| 604 <part file="ash_chromeos_strings.grdp" /> | 616 <part file="ash_chromeos_strings.grdp" /> |
| 605 </if> | 617 </if> |
| 606 | 618 |
| 607 </messages> | 619 </messages> |
| 608 </release> | 620 </release> |
| 609 </grit> | 621 </grit> |
| 610 | 622 |
| OLD | NEW |