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

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

Issue 7104121: Add (uneditable) display of extension keywords to the search engine manager. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Catch up with base namespace for values. Created 9 years, 5 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/resources/options/search_engine_manager.css » ('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 <!-- 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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1268 Keyword must be empty or unique 1268 Keyword must be empty or unique
1269 </message> 1269 </message>
1270 <message name="IDS_SEARCH_ENGINES_EDITOR_MAIN_SEPARATOR" 1270 <message name="IDS_SEARCH_ENGINES_EDITOR_MAIN_SEPARATOR"
1271 desc="Title above the set of keywords the user has modified and o r explicitly created"> 1271 desc="Title above the set of keywords the user has modified and o r explicitly created">
1272 Default search options 1272 Default search options
1273 </message> 1273 </message>
1274 <message name="IDS_SEARCH_ENGINES_EDITOR_OTHER_SEPARATOR" 1274 <message name="IDS_SEARCH_ENGINES_EDITOR_OTHER_SEPARATOR"
1275 desc="Title above the set of keywords Chrome automatically create d as the user browses"> 1275 desc="Title above the set of keywords Chrome automatically create d as the user browses">
1276 Other search engines 1276 Other search engines
1277 </message> 1277 </message>
1278 <message name="IDS_SEARCH_ENGINES_EDITOR_EXTENSIONS_SEPARATOR"
1279 desc="Title above the set of keywords installed by active extensi ons">
1280 Search engines added by extensions
1281 </message>
1278 1282
1279 <message name="IDS_SEARCH_ENGINES_EDITOR_DEFAULT_ENGINE" 1283 <message name="IDS_SEARCH_ENGINES_EDITOR_DEFAULT_ENGINE"
1280 desc="Engine name displayed for the engine in the list that is cu rrently marked as default"> 1284 desc="Engine name displayed for the engine in the list that is cu rrently marked as default">
1281 <ph name="ENGINE_NAME">$1<ex>Google</ex></ph> (Default) 1285 <ph name="ENGINE_NAME">$1<ex>Google</ex></ph> (Default)
1282 </message> 1286 </message>
1283 1287
1284 <message name="IDS_DEFAULT_SEARCH_TITLE" desc="The title of the default se arch engine dialog. This dialog asks if the user would like to set a new default search engine."> 1288 <message name="IDS_DEFAULT_SEARCH_TITLE" desc="The title of the default se arch engine dialog. This dialog asks if the user would like to set a new default search engine.">
1285 Change Default Search Engine 1289 Change Default Search Engine
1286 </message> 1290 </message>
1287 1291
(...skipping 11663 matching lines...) Expand 10 before | Expand all | Expand 10 after
12951 </includes> 12955 </includes>
12952 <structures fallback_to_english="true"> 12956 <structures fallback_to_english="true">
12953 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12957 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12954 </structure> 12958 </structure>
12955 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12959 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12956 </structure> 12960 </structure>
12957 </structures> 12961 </structures>
12958 12962
12959 </release> 12963 </release>
12960 </grit> 12964 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/search_engine_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698