| 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 </message> | 484 </message> |
| 485 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title
of the notification when taking a screenshot failed."> | 485 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title
of the notification when taking a screenshot failed."> |
| 486 An error occurred | 486 An error occurred |
| 487 </message> | 487 </message> |
| 488 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The tex
t of the notification when a screenshot was taken."> | 488 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The tex
t of the notification when a screenshot was taken."> |
| 489 Click to view | 489 Click to view |
| 490 </message> | 490 </message> |
| 491 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o
f the notification when taking a screenshot failed."> | 491 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o
f the notification when taking a screenshot failed."> |
| 492 Failed to save screenshot | 492 Failed to save screenshot |
| 493 </message> | 493 </message> |
| 494 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu
p when the user preses the exit shortcut."> |
| 495 Hold Ctrl+Shift+Q to quit. |
| 496 </message> |
| 494 | 497 |
| 495 <!-- ChromeOS-specific strings --> | 498 <!-- ChromeOS-specific strings --> |
| 496 <if expr="pp_ifdef('chromeos')"> | 499 <if expr="pp_ifdef('chromeos')"> |
| 497 <part file="ash_chromeos_strings.grdp" /> | 500 <part file="ash_chromeos_strings.grdp" /> |
| 498 </if> | 501 </if> |
| 499 | 502 |
| 500 </messages> | 503 </messages> |
| 501 </release> | 504 </release> |
| 502 </grit> | 505 </grit> |
| 503 | 506 |
| OLD | NEW |