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

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

Issue 6151004: DOMUI Prefs: Replace search engine edit overlay with inline editing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address last comment 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/search_engine_manager_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 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 Search Engines 1126 Search Engines
1127 </message> 1127 </message>
1128 <message name="IDS_SEARCH_ENGINES_EDITOR_KEYWORD_COLUMN" 1128 <message name="IDS_SEARCH_ENGINES_EDITOR_KEYWORD_COLUMN"
1129 desc="Title of the keyword column in the search engines editor"> 1129 desc="Title of the keyword column in the search engines editor">
1130 Keyword 1130 Keyword
1131 </message> 1131 </message>
1132 <message name="IDS_SEARCH_ENGINES_EDITOR_DESCRIPTION_COLUMN" 1132 <message name="IDS_SEARCH_ENGINES_EDITOR_DESCRIPTION_COLUMN"
1133 desc="Title of the description column in the search engines edito r"> 1133 desc="Title of the description column in the search engines edito r">
1134 Name 1134 Name
1135 </message> 1135 </message>
1136 <message name="IDS_SEARCH_ENGINES_EDITOR_URL_COLUMN"
1137 desc="Title of the URL column in the search engines editor">
1138 URL
1139 </message>
1136 <message name="IDS_SEARCH_ENGINES_EDITOR_DESCRIPTION_LABEL" 1140 <message name="IDS_SEARCH_ENGINES_EDITOR_DESCRIPTION_LABEL"
1137 desc="Prefix before the search engine description text field"> 1141 desc="Prefix before the search engine description text field">
1138 Name: 1142 Name:
1139 </message> 1143 </message>
1140 <message name="IDS_SEARCH_ENGINES_EDITOR_KEYWORD_LABEL" 1144 <message name="IDS_SEARCH_ENGINES_EDITOR_KEYWORD_LABEL"
1141 desc="Prefix before the search engine keyword text field"> 1145 desc="Prefix before the search engine keyword text field">
1142 Keyword: 1146 Keyword:
1143 </message> 1147 </message>
1144 <message name="IDS_SEARCH_ENGINES_EDITOR_URL_LABEL" 1148 <message name="IDS_SEARCH_ENGINES_EDITOR_URL_LABEL"
1145 desc="Prefix before the URL text field"> 1149 desc="Prefix before the URL text field">
(...skipping 5740 matching lines...) Expand 10 before | Expand all | Expand 10 after
6886 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'"> 6890 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
6887 <message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="In Title Case and without trailing colon: The title of the default search engine group"> 6891 <message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="In Title Case and without trailing colon: The title of the default search engine group">
6888 Search 6892 Search
6889 </message> 6893 </message>
6890 </if> 6894 </if>
6891 6895
6892 <message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES_LINK" 6896 <message name="IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES_LINK"
6893 desc="The label of a link that brings up the keyword editor (aka search engine editor)"> 6897 desc="The label of a link that brings up the keyword editor (aka search engine editor)">
6894 Manage 6898 Manage
6895 </message> 6899 </message>
6900 <message name="IDS_SEARCH_ENGINE_ADD_NEW_NAME_PLACEHOLDER" desc="Placehold er text for name before the user adds a new search engine" >
6901 Add a new search engine
6902 </message>
6903 <message name="IDS_SEARCH_ENGINE_ADD_NEW_KEYWORD_PLACEHOLDER" desc="Placeh older text for keyword before the user adds a new search engine" >
6904 Keyword
6905 </message>
6906 <message name="IDS_SEARCH_ENGINE_ADD_NEW_URL_PLACEHOLDER" desc="Placeholde r text for URL before the user adds a new search engine" >
6907 URL with %s in place of query
6908 </message>
6896 6909
6897 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'"> 6910 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
6898 <message name="IDS_OPTIONS_DEFAULTBROWSER_GROUP_NAME" desc="The title of the default browser group"> 6911 <message name="IDS_OPTIONS_DEFAULTBROWSER_GROUP_NAME" desc="The title of the default browser group">
6899 Default browser: 6912 Default browser:
6900 </message> 6913 </message>
6901 </if> 6914 </if>
6902 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'"> 6915 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
6903 <message name="IDS_OPTIONS_DEFAULTBROWSER_GROUP_NAME" desc="In Title Cas e and without trailing colon: The title of the default browser group"> 6916 <message name="IDS_OPTIONS_DEFAULTBROWSER_GROUP_NAME" desc="In Title Cas e and without trailing colon: The title of the default browser group">
6904 Default Browser 6917 Default Browser
6905 </message> 6918 </message>
(...skipping 4728 matching lines...) Expand 10 before | Expand all | Expand 10 after
11634 </includes> 11647 </includes>
11635 <structures fallback_to_english="true"> 11648 <structures fallback_to_english="true">
11636 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11649 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11637 </structure> 11650 </structure>
11638 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11651 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11639 </structure> 11652 </structure>
11640 </structures> 11653 </structures>
11641 11654
11642 </release> 11655 </release>
11643 </grit> 11656 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/search_engine_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698