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

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

Issue 6360016: dom-ui settings: Improve search field behavior.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 9 years, 11 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/dom_ui/options/core_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 7173 matching lines...) Expand 10 before | Expand all | Expand 10 after
7184 <if expr="pp_ifdef('use_titlecase')"> 7184 <if expr="pp_ifdef('use_titlecase')">
7185 <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In Title Case: Labe l for the import data button."> 7185 <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In Title Case: Labe l for the import data button.">
7186 Import Data from Another Browser... 7186 Import Data from Another Browser...
7187 </message> 7187 </message>
7188 </if> 7188 </if>
7189 7189
7190 <!-- Options search page strings. --> 7190 <!-- Options search page strings. -->
7191 <message name="IDS_OPTIONS_SEARCH_PAGE_TITLE" desc=""> 7191 <message name="IDS_OPTIONS_SEARCH_PAGE_TITLE" desc="">
7192 Search 7192 Search
7193 </message> 7193 </message>
7194 <message name="IDS_OPTIONS_SEARCH_PAGE_INFO" desc="">
7195 Type to search <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> set tings.
7196 </message>
7197 <message name="IDS_OPTIONS_SEARCH_PAGE_NO_MATCHES" desc=""> 7194 <message name="IDS_OPTIONS_SEARCH_PAGE_NO_MATCHES" desc="">
7198 No matches were found. 7195 No matches were found.
7199 </message> 7196 </message>
7200 <message name="IDS_OPTIONS_SEARCH_PAGE_HELP_LABEL" desc=""> 7197 <message name="IDS_OPTIONS_SEARCH_PAGE_HELP_LABEL" desc="">
7201 Can't find what you're looking for? 7198 Can't find what you're looking for?
7202 </message> 7199 </message>
7203 <message name="IDS_OPTIONS_SEARCH_PAGE_HELP_TITLE" desc=""> 7200 <message name="IDS_OPTIONS_SEARCH_PAGE_HELP_TITLE" desc="">
7204 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Help 7201 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Help
7205 </message> 7202 </message>
7206 7203
(...skipping 4005 matching lines...) Expand 10 before | Expand all | Expand 10 after
11212 </includes> 11209 </includes>
11213 <structures fallback_to_english="true"> 11210 <structures fallback_to_english="true">
11214 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11211 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11215 </structure> 11212 </structure>
11216 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11213 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11217 </structure> 11214 </structure>
11218 </structures> 11215 </structures>
11219 11216
11220 </release> 11217 </release>
11221 </grit> 11218 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/core_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698