| 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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 </message> | 466 </message> |
| 467 <message name="IDS_ASH_SNAP_WINDOW_LEFT" desc="A help text to show that wh
en the button gets clicked the window get snapped to the left side."> | 467 <message name="IDS_ASH_SNAP_WINDOW_LEFT" desc="A help text to show that wh
en the button gets clicked the window get snapped to the left side."> |
| 468 Left | 468 Left |
| 469 </message> | 469 </message> |
| 470 <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."> | 470 <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."> |
| 471 Restore | 471 Restore |
| 472 </message> | 472 </message> |
| 473 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window gets minimized."> | 473 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window gets minimized."> |
| 474 Minimize | 474 Minimize |
| 475 </message> | 475 </message> |
| 476 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> |
| 477 Can't duplicate image on attached monitors. No matching resolution found
. |
| 478 </message> |
| 476 </messages> | 479 </messages> |
| 477 </release> | 480 </release> |
| 478 </grit> | 481 </grit> |
| 479 | 482 |
| OLD | NEW |