| 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 </message> | 450 </message> |
| 451 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> | 451 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> |
| 452 Could not mirror displays since no supported resolutions found. Entered
extended desktop instead. | 452 Could not mirror displays since no supported resolutions found. Entered
extended desktop instead. |
| 453 </message> | 453 </message> |
| 454 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error me
ssage to show that the system failed to enter the extended desktop mode or unkno
wn status. Please translate the parentized text."> | 454 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error me
ssage to show that the system failed to enter the extended desktop mode or unkno
wn status. Please translate the parentized text."> |
| 455 Dear Monitor, it's not working out between us. (That monitor is not supp
orted) | 455 Dear Monitor, it's not working out between us. (That monitor is not supp
orted) |
| 456 </message> | 456 </message> |
| 457 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> | 457 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> |
| 458 Internal Display | 458 Internal Display |
| 459 </message> | 459 </message> |
| 460 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_SUCCESS" desc="The ti
tle of the notification when a screenshot was taken."> |
| 461 Screenshot taken |
| 462 </message> |
| 463 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title
of the notification when taking a screenshot failed."> |
| 464 An error occurred |
| 465 </message> |
| 466 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The tex
t of the notification when a screenshot was taken."> |
| 467 Click to view |
| 468 </message> |
| 469 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o
f the notification when taking a screenshot failed."> |
| 470 Failed to save screenshot |
| 471 </message> |
| 460 | 472 |
| 461 <!-- ChromeOS-specific strings --> | 473 <!-- ChromeOS-specific strings --> |
| 462 <if expr="pp_ifdef('chromeos')"> | 474 <if expr="pp_ifdef('chromeos')"> |
| 463 <part file="ash_chromeos_strings.grdp" /> | 475 <part file="ash_chromeos_strings.grdp" /> |
| 464 </if> | 476 </if> |
| 465 | 477 |
| 466 </messages> | 478 </messages> |
| 467 </release> | 479 </release> |
| 468 </grit> | 480 </grit> |
| 469 | 481 |
| OLD | NEW |