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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 6825052: Update the web store promo to be clearer and configurable at run-time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate Aaron's feedback. Created 9 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/extensions/apps_promo.h » ('j') | 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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 3884 matching lines...) Expand 10 before | Expand all | Expand 10 after
3895 </message> 3895 </message>
3896 <message name="IDS_EXTENSION_PROMPT_UNINSTALL_BUTTON" desc="Text for the u ninstall button on the extension uninstall prompt"> 3896 <message name="IDS_EXTENSION_PROMPT_UNINSTALL_BUTTON" desc="Text for the u ninstall button on the extension uninstall prompt">
3897 Uninstall 3897 Uninstall
3898 </message> 3898 </message>
3899 <message name="IDS_EXTENSION_PROMPT_RE_ENABLE_BUTTON" desc="Text for the e nable button on the extension re-enable prompt"> 3899 <message name="IDS_EXTENSION_PROMPT_RE_ENABLE_BUTTON" desc="Text for the e nable button on the extension re-enable prompt">
3900 Re-enable 3900 Re-enable
3901 </message> 3901 </message>
3902 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store"> 3902 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store">
3903 Web Store 3903 Web Store
3904 </message> 3904 </message>
3905 <message name="IDS_APPS_PROMO_HEADER" desc="Header for the apps promo">
3906 New! Discover a world of apps &amp; games
3907 </message>
3908 <message name="IDS_APPS_PROMO_TEXT_1" desc="First paragraph of text on the apps promo">
3909 Visit the &lt;a&gt; Chrome Web Store&lt;/a&gt; to add great apps and gam es to this area of the New Tab page.
3910 </message>
3911 <message name="IDS_APPS_PROMO_TEXT_2" desc="Second paragraph of text on th e apps promo">
3912 What's an app? Try one of these:
3913 </message>
3914 <message name="IDS_APPS_PROMO_HIDE" desc="Text on the button that hides th e apps promo">
3915 No thanks, hide this
3916 </message>
3917 3905
3918 <!-- Plugins --> 3906 <!-- Plugins -->
3919 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins pag e."> 3907 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins pag e.">
3920 Plug-ins 3908 Plug-ins
3921 </message> 3909 </message>
3922 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for d etails mode."> 3910 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for d etails mode.">
3923 Details 3911 Details
3924 </message> 3912 </message>
3925 <message name="IDS_PLUGINS_NONE_INSTALLED" desc="Text that lets the user k now that no plug-ins are installed."> 3913 <message name="IDS_PLUGINS_NONE_INSTALLED" desc="Text that lets the user k now that no plug-ins are installed.">
3926 No plug-ins installed. 3914 No plug-ins installed.
(...skipping 8078 matching lines...) Expand 10 before | Expand all | Expand 10 after
12005 </includes> 11993 </includes>
12006 <structures fallback_to_english="true"> 11994 <structures fallback_to_english="true">
12007 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11995 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12008 </structure> 11996 </structure>
12009 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11997 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12010 </structure> 11998 </structure>
12011 </structures> 11999 </structures>
12012 12000
12013 </release> 12001 </release>
12014 </grit> 12002 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/apps_promo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698