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

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

Issue 5594006: DOMUI Prefs: Add a subpage for startup page management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed empty handler methods Created 10 years 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. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 6646 matching lines...) Expand 10 before | Expand all | Expand 10 after
6657 </if> 6657 </if>
6658 <message name="IDS_OPTIONS_STARTUP_SHOW_DEFAULT_AND_NEWTAB" desc="The labe l of the 'Show home page' startup option radio button"> 6658 <message name="IDS_OPTIONS_STARTUP_SHOW_DEFAULT_AND_NEWTAB" desc="The labe l of the 'Show home page' startup option radio button">
6659 Open the home page 6659 Open the home page
6660 </message> 6660 </message>
6661 <message name="IDS_OPTIONS_STARTUP_SHOW_LAST_SESSION" desc="The label of t he 'Restore previously open pages' startup option radio button"> 6661 <message name="IDS_OPTIONS_STARTUP_SHOW_LAST_SESSION" desc="The label of t he 'Restore previously open pages' startup option radio button">
6662 Reopen the pages that were open last 6662 Reopen the pages that were open last
6663 </message> 6663 </message>
6664 <message name="IDS_OPTIONS_STARTUP_SHOW_PAGES" desc="The label of the 'Sho w these pages:' startup option radio button"> 6664 <message name="IDS_OPTIONS_STARTUP_SHOW_PAGES" desc="The label of the 'Sho w these pages:' startup option radio button">
6665 Open the following pages: 6665 Open the following pages:
6666 </message> 6666 </message>
6667 <message name="IDS_OPTIONS_STARTUP_SHOW_MANY_PAGES" desc="The label of the 'Open several specific pages' startup option radio button">
6668 Open several specific pages
6669 </message>
6667 <message name="IDS_OPTIONS_STARTUP_PAGE_TOOLTIP" desc="A tooltip to displa y for a page in the list of pages to open on startup"> 6670 <message name="IDS_OPTIONS_STARTUP_PAGE_TOOLTIP" desc="A tooltip to displa y for a page in the list of pages to open on startup">
6668 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - <ph name="PAGE_URL">$2<ex >http://www.google.com/</ex></ph> 6671 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - <ph name="PAGE_URL">$2<ex >http://www.google.com/</ex></ph>
6669 </message> 6672 </message>
6670 <message name="IDS_OPTIONS_STARTUP_ADD_BUTTON" desc="The label of the 'Add ...' button for the custom startup urls list"> 6673 <message name="IDS_OPTIONS_STARTUP_ADD_BUTTON" desc="The label of the 'Add ...' button for the custom startup urls list">
6671 A&amp;dd... 6674 A&amp;dd...
6672 </message> 6675 </message>
6673 <message name="IDS_OPTIONS_STARTUP_REMOVE_BUTTON" desc="The label of the ' Remove' button for the custom startup urls list"> 6676 <message name="IDS_OPTIONS_STARTUP_REMOVE_BUTTON" desc="The label of the ' Remove' button for the custom startup urls list">
6674 &amp;Remove 6677 &amp;Remove
6675 </message> 6678 </message>
6679 <message name="IDS_OPTIONS_STARTUP_MANAGE_BUTTON" desc="The label of the ' Use Current' button for the custom startup urls list">
6680 Manage Startup Pages
6681 </message>
6676 <message name="IDS_OPTIONS_STARTUP_USE_CURRENT" desc="The label of the 'Us e Current' button for the custom startup urls list"> 6682 <message name="IDS_OPTIONS_STARTUP_USE_CURRENT" desc="The label of the 'Us e Current' button for the custom startup urls list">
6677 Use Current 6683 Use Current Pages
6684 </message>
6685 <message name="IDS_STARTUP_PAGE_SUBPAGE_TITLE" desc="Title for startup pag e management subpage">
6686 Startup Pages
6678 </message> 6687 </message>
6679 6688
6680 <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="The title of the tool bar group"> 6689 <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="The title of the tool bar group">
6681 Toolbar 6690 Toolbar
6682 </message> 6691 </message>
6683 6692
6684 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'"> 6693 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
6685 <message name="IDS_OPTIONS_HOMEPAGE_GROUP_NAME" desc="The title of the h ome pages group"> 6694 <message name="IDS_OPTIONS_HOMEPAGE_GROUP_NAME" desc="The title of the h ome pages group">
6686 Home page: 6695 Home page:
6687 </message> 6696 </message>
(...skipping 4591 matching lines...) Expand 10 before | Expand all | Expand 10 after
11279 11288
11280 </messages> 11289 </messages>
11281 11290
11282 <structures fallback_to_english="true"> 11291 <structures fallback_to_english="true">
11283 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11292 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11284 </structure> 11293 </structure>
11285 </structures> 11294 </structures>
11286 11295
11287 </release> 11296 </release>
11288 </grit> 11297 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698