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

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

Issue 9559002: Bug 111139: Deprecate HOMEPAGE option, remove the UI for it, migrate users away from it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 <!-- 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 8190 matching lines...) Expand 10 before | Expand all | Expand 10 after
8201 <message name="IDS_ABOUT_PAGE_CHANNEL_WARNING_TEXT" desc="The warning text show on the release channel switching UI."> 8201 <message name="IDS_ABOUT_PAGE_CHANNEL_WARNING_TEXT" desc="The warning text show on the release channel switching UI.">
8202 The development channel is where ideas get tested, but can be very unsta ble at times. Please proceed with caution. 8202 The development channel is where ideas get tested, but can be very unsta ble at times. Please proceed with caution.
8203 </message> 8203 </message>
8204 <message name="IDS_ABOUT_PAGE_CHECK_NOW" desc="Button title for checking f or updates now."> 8204 <message name="IDS_ABOUT_PAGE_CHECK_NOW" desc="Button title for checking f or updates now.">
8205 Check for update 8205 Check for update
8206 </message> 8206 </message>
8207 8207
8208 <message name="IDS_OPTIONS_STARTUP_GROUP_NAME" desc="The title of the star tup group"> 8208 <message name="IDS_OPTIONS_STARTUP_GROUP_NAME" desc="The title of the star tup group">
8209 On startup 8209 On startup
8210 </message> 8210 </message>
8211 <message name="IDS_OPTIONS2_STARTUP_SHOW_HOME_PAGE" desc="The label of the 'Show home page' startup option radio button">
8212 Open the home page
8213 </message>
8214 <message name="IDS_OPTIONS2_STARTUP_SHOW_NEWTAB" desc="The label of the 'S how home page' startup option radio button"> 8211 <message name="IDS_OPTIONS2_STARTUP_SHOW_NEWTAB" desc="The label of the 'S how home page' startup option radio button">
8215 Open the New Tab page 8212 Open the New Tab page
8216 </message> 8213 </message>
8217 <message name="IDS_OPTIONS_STARTUP_SHOW_DEFAULT_AND_NEWTAB" desc="The labe l of the 'Show home page' startup option radio button"> 8214 <message name="IDS_OPTIONS_STARTUP_SHOW_DEFAULT_AND_NEWTAB" desc="The labe l of the 'Show home page' startup option radio button">
8218 Open the home page 8215 Open the home page
8219 </message> 8216 </message>
8220 <message name="IDS_OPTIONS_STARTUP_SHOW_LAST_SESSION" desc="The label of t he 'Restore previously open pages' startup option radio button"> 8217 <message name="IDS_OPTIONS_STARTUP_SHOW_LAST_SESSION" desc="The label of t he 'Restore previously open pages' startup option radio button">
8221 Reopen the pages that were open last 8218 Reopen the pages that were open last
8222 </message> 8219 </message>
8223 <message name="IDS_OPTIONS_STARTUP_RESTORE_LAST_SESSION" desc="The label o f the 'Continue where I left off' startup option radio button"> 8220 <message name="IDS_OPTIONS_STARTUP_RESTORE_LAST_SESSION" desc="The label o f the 'Continue where I left off' startup option radio button">
(...skipping 6915 matching lines...) Expand 10 before | Expand all | Expand 10 after
15139 </messages> 15136 </messages>
15140 <structures fallback_to_english="true"> 15137 <structures fallback_to_english="true">
15141 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15138 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15142 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15139 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15143 </structure> 15140 </structure>
15144 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15141 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15145 </structure> 15142 </structure>
15146 </structures> 15143 </structures>
15147 </release> 15144 </release>
15148 </grit> 15145 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/prefs/session_startup_pref.h » ('j') | chrome/browser/prefs/session_startup_pref.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698