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

Unified Diff: chrome/app/generated_resources.grd

Issue 371094: Add strings for extension / sync promos. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 31540)
+++ chrome/app/generated_resources.grd (working copy)
@@ -5687,7 +5687,15 @@
<message name="IDS_NOTIFICATION_PERMISSION_NO" desc="The label of the 'deny' button on the notification permission infobar.">
Deny
</message>
-
+
+ <!-- New Tab Page Promotional messages -->
+ <message name="IDS_NTP_PROMOTION_NEW" desc="Beginning of promotional message; a word in special red font signaling something new is coming.">
+ New!
+ </message>
+ <message name="IDS_NTP_PROMOTION_MESSAGE" desc="Promotional message about new extensions and bookmark sync features.">
+ <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> now has <ph name="BEGIN_LINK">&lt;a href="$2"&gt;</ph>extensions<ph name="END_LINK">&lt;/a&gt;</ph> and <ph name="BEGIN2_LINK">&lt;a href="$3"&gt;</ph>bookmark sync<ph name="END2_LINK">&lt;/a&gt;</ph>.
+ </message>
+
<!-- Mac Menubar Menus -->
<if expr="os == 'darwin'">
<!-- Menubar Menu Titles -->
« 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