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

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

Issue 20066003: Update notification settings to allow for multiprofile situations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix message_center_unittests Created 7 years, 4 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
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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo ter of the message center"> 458 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo ter of the message center">
459 Notifications 459 Notifications
460 </message> 460 </message>
461 <message name="IDS_MESSAGE_CENTER_SETTINGS_BUTTON_LABEL" desc="The button label for visiting the appropriate settings page in the footer of the message ce nter."> 461 <message name="IDS_MESSAGE_CENTER_SETTINGS_BUTTON_LABEL" desc="The button label for visiting the appropriate settings page in the footer of the message ce nter.">
462 Settings 462 Settings
463 </message> 463 </message>
464 <message name="IDS_MESSAGE_CENTER_SETTINGS_GO_BACK_BUTTON_TOOLTIP" desc="T he tooltip on back button that returns from settings to the notification list."> 464 <message name="IDS_MESSAGE_CENTER_SETTINGS_GO_BACK_BUTTON_TOOLTIP" desc="T he tooltip on back button that returns from settings to the notification list.">
465 Go back to notifications 465 Go back to notifications
466 </message> 466 </message>
467 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l abel to describe the settings dialog."> 467 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l abel to describe the settings dialog.">
468 Allow notifications from the following: 468 Manage notifications per profile:
469 </message> 469 </message>
470 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page."> 470 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page.">
471 Settings... 471 Settings...
472 </message> 472 </message>
473 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing all notifications."> 473 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing all notifications.">
474 Clear All 474 Clear All
475 </message> 475 </message>
476 <if expr="not pp_ifdef('use_titlecase')"> 476 <if expr="not pp_ifdef('use_titlecase')">
477 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t ooltip text for the do not disturb button."> 477 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t ooltip text for the do not disturb button.">
478 Do not disturb 478 Do not disturb
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 </message> 511 </message>
512 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI."> 512 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI.">
513 Settings 513 Settings
514 </message> 514 </message>
515 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI."> 515 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI.">
516 Send feedback 516 Send feedback
517 </message> 517 </message>
518 </messages> 518 </messages>
519 </release> 519 </release>
520 </grit> 520 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698