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

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

Issue 17068015: Adjust do not disturb hovertext on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | 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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 </message> 454 </message>
455 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l abel to describe the settings dialog."> 455 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l abel to describe the settings dialog.">
456 Allow notifications from the following: 456 Allow notifications from the following:
457 </message> 457 </message>
458 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page."> 458 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page.">
459 Settings... 459 Settings...
460 </message> 460 </message>
461 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing all notifications."> 461 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing all notifications.">
462 Clear All 462 Clear All
463 </message> 463 </message>
464 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The too ltip text for the quiet mode button."> 464 <if expr="not is_macosx">
Nico 2013/06/21 19:57:10 We usually check pp_ifdef('use_titlecase').
465 Do not disturb 465 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t ooltip text for the quiet mode button.">
466 </message> 466 Do not disturb
467 </message>
468 </if>
469 <if expr="is_macosx">
470 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t ooltip text for the quiet mode button.">
471 Do Not Disturb
472 </message>
473 </if>
467 <message name="IDS_MESSAGE_CENTER_NO_MESSAGES" desc="The message displayed in the message center when there are no notifications."> 474 <message name="IDS_MESSAGE_CENTER_NO_MESSAGES" desc="The message displayed in the message center when there are no notifications.">
468 Nothing to see here, move along. 475 Nothing to see here, move along.
469 </message> 476 </message>
470 <message name="IDS_MESSAGE_CENTER_QUIET_MODE" desc="The button label for q uiet mode."> 477 <message name="IDS_MESSAGE_CENTER_QUIET_MODE" desc="The button label for q uiet mode.">
471 Quiet mode 478 Quiet mode
472 </message> 479 </message>
473 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1HOUR" desc="The button label to enter quiet mode in one hour."> 480 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1HOUR" desc="The button label to enter quiet mode in one hour.">
474 Quiet mode for one hour 481 Quiet mode for one hour
475 </message> 482 </message>
476 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1DAY" desc="The button label to enter quiet mode in one day."> 483 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1DAY" desc="The button label to enter quiet mode in one day.">
(...skipping 21 matching lines...) Expand all
498 </message> 505 </message>
499 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI."> 506 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI.">
500 Settings 507 Settings
501 </message> 508 </message>
502 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI."> 509 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI.">
503 Send feedback 510 Send feedback
504 </message> 511 </message>
505 </messages> 512 </messages>
506 </release> 513 </release>
507 </grit> 514 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698