Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Side by Side Diff: ash/ash_strings.grd

Issue 10514008: Add WebNotificationTray (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ash/ash.gyp ('k') | ash/focus_cycler_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/focus_cycler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698