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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
561 </message> | 561 </message> |
562 <message name="IDS_ASH_RESTORE_WINDOW" desc="A help text to show that when the button gets clicked the window gets restored to its normal - non maximized - state."> | 562 <message name="IDS_ASH_RESTORE_WINDOW" desc="A help text to show that when the button gets clicked the window gets restored to its normal - non maximized - state."> |
563 Restore | 563 Restore |
564 </message> | 564 </message> |
565 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window gets minimized."> | 565 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window gets minimized."> |
566 Minimize | 566 Minimize |
567 </message> | 567 </message> |
568 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode."> | 568 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode."> |
569 Can't duplicate image on attached monitors. No matching resolution found . | 569 Can't duplicate image on attached monitors. No matching resolution found . |
570 </message> | 570 </message> |
571 <message name="IDS_ASH_DISPLAY_FAILURE_ON_EXTENDED" desc="An error message to show that the system failed to enter the extended desktop mode."> | |
572 Can't create extended desktop. No output mode found. | |
oshima
2013/02/14 00:01:50
Could not find a valid resolution for monitor <mon
Jun Mukai
2013/02/14 00:54:03
Usually <monitor name> would be unavailable when t
| |
573 </message> | |
574 <message name="IDS_ASH_DISPLAY_FAILURE_UNKNOWN" desc="An error message to show that the system failed to enter a wrong output mode."> | |
575 Can't enter the new output status. | |
576 </message> | |
571 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> | 577 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> |
572 Internal Display | 578 Internal Display |
573 </message> | 579 </message> |
574 </messages> | 580 </messages> |
575 </release> | 581 </release> |
576 </grit> | 582 </grit> |
577 | 583 |
OLD | NEW |