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

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

Issue 17286015: Adds a first-run balloon to the Windows notification center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | 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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 </message> 481 </message>
482 <message name="IDS_MESSAGE_CENTER_EXPAND_NOTIFICATION_BUTTON_ACCESSIBLE_NA ME" desc="The spoken feedback text for the expand button in a notification. Usua lly 'button' is suffixed to this text automatically."> 482 <message name="IDS_MESSAGE_CENTER_EXPAND_NOTIFICATION_BUTTON_ACCESSIBLE_NA ME" desc="The spoken feedback text for the expand button in a notification. Usua lly 'button' is suffixed to this text automatically.">
483 Notification expand 483 Notification expand
484 </message> 484 </message>
485 <message name="IDS_MESSAGE_CENTER_TOOLTIP" desc="Tooltip for notification tray icon without unread notifications"> 485 <message name="IDS_MESSAGE_CENTER_TOOLTIP" desc="Tooltip for notification tray icon without unread notifications">
486 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications 486 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications
487 </message> 487 </message>
488 <message name="IDS_MESSAGE_CENTER_TOOLTIP_UNREAD" desc="Tooltip for notifi cation tray icon with unread notifications"> 488 <message name="IDS_MESSAGE_CENTER_TOOLTIP_UNREAD" desc="Tooltip for notifi cation tray icon with unread notifications">
489 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications (<ph name="QUA NTITY">$2<ex>3</ex></ph> unread) 489 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications (<ph name="QUA NTITY">$2<ex>3</ex></ph> unread)
490 </message> 490 </message>
491 <message name="IDS_MESSAGE_CENTER_BALLOON_TITLE" desc="Title of the first run notification ballon describing the notification center.">
492 <ph name="product">$1<ex>Chrome</ex></ph> Notification Center
Andrew T Wilson (Slow) 2013/06/19 06:28:57 Not certain but perhaps these should be in chromiu
dewittj 2013/06/20 02:20:54 Done.
493 </message>
494 <message name="IDS_MESSAGE_CENTER_BALLOON_TEXT" desc="Body text for the th e first run notification ballon describing the notification center.">
495 You can see all your notifications from <ph name="product">$1<ex>Chrome< /ex></ph> apps, extensions, and websites here.
496 </message>
491 <message name="IDS_MESSAGE_CENTER_NOTIFIER_SCREENSHOT_NAME" desc="The name of screenshot notifier that is a system componet"> 497 <message name="IDS_MESSAGE_CENTER_NOTIFIER_SCREENSHOT_NAME" desc="The name of screenshot notifier that is a system componet">
492 Screenshot 498 Screenshot
493 </message> 499 </message>
494 500
495 <!-- App list --> 501 <!-- App list -->
496 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis t help UI."> 502 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis t help UI.">
497 Help 503 Help
498 </message> 504 </message>
499 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI."> 505 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI.">
500 Settings 506 Settings
501 </message> 507 </message>
502 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI."> 508 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI.">
503 Send feedback 509 Send feedback
504 </message> 510 </message>
505 </messages> 511 </messages>
506 </release> 512 </release>
507 </grit> 513 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698