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

Side by Side Diff: ui/base/strings/ui_strings.grd

Issue 11417103: Add quiet mode settings bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « no previous file | ui/message_center/message_center.gyp » ('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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
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 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 </message> 439 </message>
440 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page."> 440 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page.">
441 Settings... 441 Settings...
442 </message> 442 </message>
443 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing all notifications."> 443 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing all notifications.">
444 Clear All 444 Clear All
445 </message> 445 </message>
446 <message name="IDS_MESSAGE_CENTER_NO_MESSAGES" desc="The message displayed in the message center when there are no notifications."> 446 <message name="IDS_MESSAGE_CENTER_NO_MESSAGES" desc="The message displayed in the message center when there are no notifications.">
447 You have no notifications. Relax! 447 You have no notifications. Relax!
448 </message> 448 </message>
449 <message name="IDS_MESSAGE_CENTER_QUIET_MODE" desc="The button label for q uiet mode.">
450 Quiet mode
451 </message>
452 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_EXIT" desc="The button label for exiting quiet mode.">
453 Exit quiet mode
454 </message>
455 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1HOUR" desc="The button label to enter quiet mode in one hour.">
456 Quiet mode for one hour
457 </message>
458 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1DAY" desc="The button label to enter quiet mode in one day.">
459 Quiet mode for one day
460 </message>
449 461
450 </messages> 462 </messages>
451 </release> 463 </release>
452 </grit> 464 </grit>
OLDNEW
« no previous file with comments | « no previous file | ui/message_center/message_center.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698