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

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

Issue 6268005: Removes the link in the omnibox for searching history. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test 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/app/theme/omnibox_more.pdf » ('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 4323 matching lines...) Expand 10 before | Expand all | Expand 10 after
4334 </message> 4334 </message>
4335 <message name="IDS_OMNIBOX_EXTENSION_KEYWORD_HINT" desc="Shown to the user when the word(s) in the omnibox has an extension keyword associated with it. $1 is replaced with an image showing the tab key and is labelled with IDS_OMNIBOX_ KEYWORD_HINT_KEY. $2 is replaced with the description of the keyword."> 4335 <message name="IDS_OMNIBOX_EXTENSION_KEYWORD_HINT" desc="Shown to the user when the word(s) in the omnibox has an extension keyword associated with it. $1 is replaced with an image showing the tab key and is labelled with IDS_OMNIBOX_ KEYWORD_HINT_KEY. $2 is replaced with the description of the keyword.">
4336 Press <ph name="SEARCH_KEY">$1<ex>Tab</ex></ph> to send commands to <ph name="EXTENSION_NAME">$2<ex>Google Talk</ex></ph> 4336 Press <ph name="SEARCH_KEY">$1<ex>Tab</ex></ph> to send commands to <ph name="EXTENSION_NAME">$2<ex>Google Talk</ex></ph>
4337 </message> 4337 </message>
4338 <message name="IDS_OMNIBOX_KEYWORD_TEXT" desc="Text shown in the search bu tton at the front of the omnibox when the user has selected a keyword"> 4338 <message name="IDS_OMNIBOX_KEYWORD_TEXT" desc="Text shown in the search bu tton at the front of the omnibox when the user has selected a keyword">
4339 Search <ph name="SITE_NAME">$1<ex>google.com</ex></ph>: 4339 Search <ph name="SITE_NAME">$1<ex>google.com</ex></ph>:
4340 </message> 4340 </message>
4341 <message name="IDS_OMNIBOX_EXTENSION_KEYWORD_TEXT" desc="Text shown in the search button at the front of the omnibox when the user has selected an extensi on keyword"> 4341 <message name="IDS_OMNIBOX_EXTENSION_KEYWORD_TEXT" desc="Text shown in the search button at the front of the omnibox when the user has selected an extensi on keyword">
4342 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> 4342 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph>
4343 </message> 4343 </message>
4344 <!-- TODO(tc): This doesn't handle singular/plural properly. It needs to b e reworded. -->
4345 <message name="IDS_OMNIBOX_RECENT_HISTORY" desc="Text shown in the omnibox that shows how many recent matches there are and allows the user to navigate to destinations->history with the selected text.">
4346 See <ph name="NUM_MATCHES">$1<ex>2,123</ex></ph> recent pages in history containing <ph name="SEARCH_TERMS">$2<ex>flowers</ex></ph>
4347 </message>
4348 <message name="IDS_OMNIBOX_RECENT_HISTORY_MANY" desc="Same as IDS_OMNIBOX_ RECENT_HISTORY but when there are many results.">
4349 See all pages in history containing <ph name="SEARCH_TERMS">$1<ex>flower s</ex></ph>
4350 </message>
4351 4344
4352 <!-- Native Frame menu --> 4345 <!-- Native Frame menu -->
4353 <message name="IDS_ALWAYS_ON_TOP" desc="The optional menu in native frame windows for setting the window to be always on top"> 4346 <message name="IDS_ALWAYS_ON_TOP" desc="The optional menu in native frame windows for setting the window to be always on top">
4354 Always on top 4347 Always on top
4355 </message> 4348 </message>
4356 4349
4357 <!--Tooltip strings--> 4350 <!--Tooltip strings-->
4358 <message name="IDS_TOOLTIP_BACK" desc="The tooltip for back button"> 4351 <message name="IDS_TOOLTIP_BACK" desc="The tooltip for back button">
4359 Click to go back, hold to see history 4352 Click to go back, hold to see history
4360 </message> 4353 </message>
(...skipping 6865 matching lines...) Expand 10 before | Expand all | Expand 10 after
11226 </includes> 11219 </includes>
11227 <structures fallback_to_english="true"> 11220 <structures fallback_to_english="true">
11228 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11221 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11229 </structure> 11222 </structure>
11230 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11223 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11231 </structure> 11224 </structure>
11232 </structures> 11225 </structures>
11233 11226
11234 </release> 11227 </release>
11235 </grit> 11228 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/omnibox_more.pdf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698