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

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

Issue 12789010: [win] Change app launcher profile indicator to be a menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 7 years, 9 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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 </message> 460 </message>
461 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1DAY" desc="The button label to enter quiet mode in one day."> 461 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1DAY" desc="The button label to enter quiet mode in one day.">
462 Quiet mode for one day 462 Quiet mode for one day
463 </message> 463 </message>
464 <message name="IDS_MESSAGE_CENTER_TOOLTIP" desc="Tooltip for notification tray icon without unread notifications"> 464 <message name="IDS_MESSAGE_CENTER_TOOLTIP" desc="Tooltip for notification tray icon without unread notifications">
465 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications 465 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications
466 </message> 466 </message>
467 <message name="IDS_MESSAGE_CENTER_TOOLTIP_UNREAD" desc="Tooltip for notifi cation tray icon with unread notifications"> 467 <message name="IDS_MESSAGE_CENTER_TOOLTIP_UNREAD" desc="Tooltip for notifi cation tray icon with unread notifications">
468 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications (<ph name="QUA NTITY">$2<ex>3</ex></ph> unread) 468 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications (<ph name="QUA NTITY">$2<ex>3</ex></ph> unread)
469 </message> 469 </message>
470
471 <!-- App list -->
472 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI.">
473 Settings
474 </message>
475 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI.">
476 Send feedback
477 </message>
470 </messages> 478 </messages>
471 </release> 479 </release>
472 </grit> 480 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698