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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 </message> | 380 </message> |
381 <message name="IDS_ASH_SECONDARY_MONITOR" desc="The message shown on the s
econdary monitors."> | 381 <message name="IDS_ASH_SECONDARY_MONITOR" desc="The message shown on the s
econdary monitors."> |
382 This screen intentionally left blank | 382 This screen intentionally left blank |
383 </message> | 383 </message> |
384 <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The shortcut text
on the secondary monitors."> | 384 <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The shortcut text
on the secondary monitors."> |
385 Ctrl + | 385 Ctrl + |
386 </message> | 386 </message> |
387 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> | 387 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> |
388 Previous menu | 388 Previous menu |
389 </message> | 389 </message> |
| 390 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_EXTENSIONS_DISABLE" desc="The
menu entry for disabling extensions from a notification."> |
| 391 Disable extension |
| 392 </message> |
| 393 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SITE_DISABLE" desc="The menu e
ntry for disabling notification from a site."> |
| 394 Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></p
h> |
| 395 </message> |
| 396 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry
for visiting the appropriate settings page."> |
| 397 Settings... |
| 398 </message> |
390 </messages> | 399 </messages> |
391 </release> | 400 </release> |
392 </grit> | 401 </grit> |
393 | 402 |
OLD | NEW |