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

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

Issue 9296038: [uber] Redoing the homepage selection UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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/prefs/session_startup_pref.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. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 8111 matching lines...) Expand 10 before | Expand all | Expand 10 after
8122 </message> 8122 </message>
8123 </if> 8123 </if>
8124 <if expr="pp_ifdef('use_titlecase')"> 8124 <if expr="pp_ifdef('use_titlecase')">
8125 <message name="IDS_OPTIONS_STARTUP_GROUP_NAME" desc="In Title Case: The title of the startup group"> 8125 <message name="IDS_OPTIONS_STARTUP_GROUP_NAME" desc="In Title Case: The title of the startup group">
8126 On Startup 8126 On Startup
8127 </message> 8127 </message>
8128 </if> 8128 </if>
8129 <message name="IDS_OPTIONS_STARTUP_SHOW_DEFAULT_AND_NEWTAB" desc="The labe l of the 'Show home page' startup option radio button"> 8129 <message name="IDS_OPTIONS_STARTUP_SHOW_DEFAULT_AND_NEWTAB" desc="The labe l of the 'Show home page' startup option radio button">
8130 Open the home page 8130 Open the home page
8131 </message> 8131 </message>
8132 <message name="IDS_OPTIONS2_STARTUP_SHOW_DEFAULT_AND_NEWTAB" desc="The lab el of the 'Show New Tab page' startup option radio button">
8133 Open the New Tab page
8134 </message>
8132 <message name="IDS_OPTIONS_STARTUP_SHOW_LAST_SESSION" desc="The label of t he 'Restore previously open pages' startup option radio button"> 8135 <message name="IDS_OPTIONS_STARTUP_SHOW_LAST_SESSION" desc="The label of t he 'Restore previously open pages' startup option radio button">
8133 Reopen the pages that were open last 8136 Reopen the pages that were open last
8134 </message> 8137 </message>
8135 <message name="IDS_OPTIONS_STARTUP_RESTORE_LAST_SESSION" desc="The label o f the 'Restore the pages to where I left off' startup option radio button"> 8138 <message name="IDS_OPTIONS_STARTUP_RESTORE_LAST_SESSION" desc="The label o f the 'Restore the pages to where I left off' startup option radio button">
8136 Restore the pages to where I left off 8139 Restore the pages to where I left off
8137 </message> 8140 </message>
8138 <message name="IDS_OPTIONS_STARTUP_SHOW_PAGES" desc="The label of the 'Sho w these pages:' startup option radio button on the old settings page"> 8141 <message name="IDS_OPTIONS_STARTUP_SHOW_PAGES" desc="The label of the 'Sho w these pages:' startup option radio button on the old settings page">
8139 Open the following pages: 8142 Open the following pages:
8140 </message> 8143 </message>
8141 <message name="IDS_OPTIONS2_STARTUP_SHOW_PAGES" desc="The label of the 'Sh ow these pages:' startup option radio button"> 8144 <message name="IDS_OPTIONS2_STARTUP_SHOW_PAGES" desc="The label of the 'Sh ow these pages:' startup option radio button">
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
8174 </message> 8177 </message>
8175 <message name="IDS_OPTIONS_STARTUP_USE_CURRENT" desc="In sentence case: The label of the 'Use Current' button for the custom startup urls list"> 8178 <message name="IDS_OPTIONS_STARTUP_USE_CURRENT" desc="In sentence case: The label of the 'Use Current' button for the custom startup urls list">
8176 Use current pages 8179 Use current pages
8177 </message> 8180 </message>
8178 <message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES" desc="In senten ce case: The label of the 'Manage search engines' button"> 8181 <message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES" desc="In senten ce case: The label of the 'Manage search engines' button">
8179 Manage search engines... 8182 Manage search engines...
8180 </message> 8183 </message>
8181 </if> 8184 </if>
8182 8185
8183 <if expr="not pp_ifdef('use_titlecase')"> 8186 <if expr="not pp_ifdef('use_titlecase')">
8187 <message name="IDS_OPTIONS2_HOMEPAGE_NONE" desc="The option in the homep age selector indicating no home page">
8188 None
8189 </message>
8190 <message name="IDS_OPTIONS2_HOMEPAGE_NTP" desc="The option in the homepa ge selector indicating the NTP is the home page">
8191 New Tab page
8192 </message>
8193 <message name="IDS_OPTIONS2_HOMEPAGE_CHOOSE" desc="The option in the hom epage selector for choosing a different home page">
8194 Choose another...
8195 </message>
8184 <message name="IDS_OPTIONS_HOMEPAGE_GROUP_NAME" desc="The title of the h ome page group"> 8196 <message name="IDS_OPTIONS_HOMEPAGE_GROUP_NAME" desc="The title of the h ome page group">
8185 Home page 8197 Home page
8186 </message> 8198 </message>
8187 <message name="IDS_OPTIONS2_HOMEPAGE_TITLE" desc="The title of the home page overlay"> 8199 <message name="IDS_OPTIONS2_HOMEPAGE_TITLE" desc="The title of the home page overlay">
8188 Home page 8200 Home page
8189 </message> 8201 </message>
8190 <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="The title of the to olbar group"> 8202 <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="The title of the to olbar group">
8191 Toolbar 8203 Toolbar
8192 </message> 8204 </message>
8193 <message name="IDS_OPTIONS2_TOOLBAR_GROUP_NAME" desc="The title of the t oolbar group"> 8205 <message name="IDS_OPTIONS2_TOOLBAR_GROUP_NAME" desc="The title of the t oolbar group">
8194 Toolbar appearance 8206 Toolbar appearance
8195 </message> 8207 </message>
8196 </if> 8208 </if>
8197 <if expr="pp_ifdef('use_titlecase')"> 8209 <if expr="pp_ifdef('use_titlecase')">
8210 <message name="IDS_OPTIONS2_HOMEPAGE_NONE" desc="In Title Case: The opti on in the homepage selector indicating no home page">
8211 None
8212 </message>
8213 <message name="IDS_OPTIONS2_HOMEPAGE_NTP" desc="In Title Case: The optio n in the homepage selector indicating the NTP is the home page">
8214 New Tab Page
8215 </message>
8216 <message name="IDS_OPTIONS2_HOMEPAGE_CHOOSE" desc="In Title Case: The op tion in the homepage selector for choosing a different home page">
8217 Choose Another...
8218 </message>
8198 <message name="IDS_OPTIONS_HOMEPAGE_GROUP_NAME" desc="In Title Case: The title of the home page group"> 8219 <message name="IDS_OPTIONS_HOMEPAGE_GROUP_NAME" desc="In Title Case: The title of the home page group">
8199 Home Page 8220 Home Page
8200 </message> 8221 </message>
8201 <message name="IDS_OPTIONS2_HOMEPAGE_TITLE" desc="In Title Case: The tit le of the home page overlay"> 8222 <message name="IDS_OPTIONS2_HOMEPAGE_TITLE" desc="In Title Case: The tit le of the home page overlay">
8202 Home Page 8223 Home Page
8203 </message> 8224 </message>
8204 <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="In Title Case: The title of the toolbar group"> 8225 <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="In Title Case: The title of the toolbar group">
8205 Toolbar 8226 Toolbar
8206 </message> 8227 </message>
8207 <message name="IDS_OPTIONS2_TOOLBAR_GROUP_NAME" desc="The title of the t oolbar group"> 8228 <message name="IDS_OPTIONS2_TOOLBAR_GROUP_NAME" desc="The title of the t oolbar group">
8208 Toolbar Appearance 8229 Toolbar Appearance
8209 </message> 8230 </message>
8210 </if> 8231 </if>
8232 <message name="IDS_OPTIONS2_HOMEPAGE_DIALOG_LABEL" desc="The label for the homepage textbox in the dialog">
8233 Home page:
8234 </message>
8235 <message name="IDS_OPTIONS2_HOMEPAGE" desc="The label for the homepage sel ector">
8236 Home page:
8237 </message>
8211 <message name="IDS_OPTIONS_HOMEPAGE_USE_NEWTAB" desc="The title of the 'Us e the New Tab page' for the home page radio"> 8238 <message name="IDS_OPTIONS_HOMEPAGE_USE_NEWTAB" desc="The title of the 'Us e the New Tab page' for the home page radio">
8212 Use the New Tab page 8239 Use the New Tab page
8213 </message> 8240 </message>
8214 <message name="IDS_OPTIONS_HOMEPAGE_USE_URL" desc="The title of the 'Use t his page' for the home page radio"> 8241 <message name="IDS_OPTIONS_HOMEPAGE_USE_URL" desc="The title of the 'Use t his page' for the home page radio">
8215 Open this page: 8242 Open this page:
8216 </message> 8243 </message>
8217 <message name="IDS_OPTIONS_TOOLBAR_SHOW_HOME_BUTTON" desc="The label of th e 'Show Home button' checkbox"> 8244 <message name="IDS_OPTIONS_TOOLBAR_SHOW_HOME_BUTTON" desc="The label of th e 'Show Home button' checkbox">
8218 Show Home button 8245 Show Home button
8219 </message> 8246 </message>
8220 <message name="IDS_OPTIONS_CHANGE_HOME_PAGE" desc="The text of the button that allows the user to change her home page"> 8247 <message name="IDS_OPTIONS_CHANGE_HOME_PAGE" desc="The text of the button that allows the user to change her home page">
8221 Change page 8248 Change page
8222 </message> 8249 </message>
8223 <message name="IDS_OPTIONS_SHOW_HOME_BUTTON_FOR_URL" desc="The label of th e 'Show Home button' checkbox">
8224 Show Home button for &lt;b&gt;<ph name="HOME_PAGE_URL">$1<ex>google.com/ search</ex></ph>&lt;/b&gt;.
8225 </message>
8226 <message name="IDS_OPTIONS_SHOW_HOME_BUTTON_FOR_NTP" desc="The label of th e 'Show Home button' checkbox">
8227 Show Home button for the &lt;b&gt;New Tab Page&lt;/b&gt;.
8228 </message>
8229 <message name="IDS_OPTIONS_TOOLBAR_SHOW_BOOKMARKS_BAR" desc="The label of the 'Show bookmarks bar' checkbox"> 8250 <message name="IDS_OPTIONS_TOOLBAR_SHOW_BOOKMARKS_BAR" desc="The label of the 'Show bookmarks bar' checkbox">
8230 Always show the bookmarks bar 8251 Always show the bookmarks bar
8231 </message> 8252 </message>
8232 8253
8233 <if expr="not pp_ifdef('use_titlecase')"> 8254 <if expr="not pp_ifdef('use_titlecase')">
8234 <message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="The title of the default search engine group"> 8255 <message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="The title of the default search engine group">
8235 Search 8256 Search
8236 </message> 8257 </message>
8237 </if> 8258 </if>
8238 <if expr="pp_ifdef('use_titlecase')"> 8259 <if expr="pp_ifdef('use_titlecase')">
(...skipping 6855 matching lines...) Expand 10 before | Expand all | Expand 10 after
15094 </messages> 15115 </messages>
15095 <structures fallback_to_english="true"> 15116 <structures fallback_to_english="true">
15096 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15117 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15097 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15118 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15098 </structure> 15119 </structure>
15099 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15120 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15100 </structure> 15121 </structure>
15101 </structures> 15122 </structures>
15102 </release> 15123 </release>
15103 </grit> 15124 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/prefs/session_startup_pref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698