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

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

Issue 5513006: WEBUI Settings: Basics: Change 'Manage' to 'Manage search engines' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/browser_options_handler.cc » ('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 <!-- 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 6715 matching lines...) Expand 10 before | Expand all | Expand 10 after
6726 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'"> 6726 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
6727 <message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="The title of the default search engine group"> 6727 <message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="The title of the default search engine group">
6728 Search: 6728 Search:
6729 </message> 6729 </message>
6730 </if> 6730 </if>
6731 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'"> 6731 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
6732 <message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="In Title Case and without trailing colon: The title of the default search engine group"> 6732 <message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="In Title Case and without trailing colon: The title of the default search engine group">
6733 Search 6733 Search
6734 </message> 6734 </message>
6735 </if> 6735 </if>
6736 <message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES" desc="The label o f the 'Manage search engines' button">
6737 Manage search engines
6738 </message>
6736 <message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES_LINK" 6739 <message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES_LINK"
6737 desc="The label of a link that brings up the keyword editor (aka search engine editor)"> 6740 desc="The label of a link that brings up the keyword editor (aka search engine editor)">
6738 Manage 6741 Manage
6739 </message> 6742 </message>
6740 6743
6741 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'"> 6744 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
6742 <message name="IDS_OPTIONS_DEFAULTBROWSER_GROUP_NAME" desc="The title of the default browser group"> 6745 <message name="IDS_OPTIONS_DEFAULTBROWSER_GROUP_NAME" desc="The title of the default browser group">
6743 Default browser: 6746 Default browser:
6744 </message> 6747 </message>
6745 </if> 6748 </if>
(...skipping 4530 matching lines...) Expand 10 before | Expand all | Expand 10 after
11276 11279
11277 </messages> 11280 </messages>
11278 11281
11279 <structures fallback_to_english="true"> 11282 <structures fallback_to_english="true">
11280 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11283 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11281 </structure> 11284 </structure>
11282 </structures> 11285 </structures>
11283 11286
11284 </release> 11287 </release>
11285 </grit> 11288 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698