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

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: Address review comments 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
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 4341 matching lines...) Expand 10 before | Expand all | Expand 10 after
4352 </message> 4352 </message>
4353 <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."> 4353 <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.">
4354 Press <ph name="SEARCH_KEY">$1<ex>Tab</ex></ph> to send commands to <ph name="EXTENSION_NAME">$2<ex>Google Talk</ex></ph> 4354 Press <ph name="SEARCH_KEY">$1<ex>Tab</ex></ph> to send commands to <ph name="EXTENSION_NAME">$2<ex>Google Talk</ex></ph>
4355 </message> 4355 </message>
4356 <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"> 4356 <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">
4357 Search <ph name="SITE_NAME">$1<ex>google.com</ex></ph>: 4357 Search <ph name="SITE_NAME">$1<ex>google.com</ex></ph>:
4358 </message> 4358 </message>
4359 <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"> 4359 <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">
4360 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> 4360 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph>
4361 </message> 4361 </message>
4362 <!-- TODO(tc): This doesn't handle singular/plural properly. It needs to b e reworded. -->
4363 <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.">
4364 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>
4365 </message>
4366 <message name="IDS_OMNIBOX_RECENT_HISTORY_MANY" desc="Same as IDS_OMNIBOX_ RECENT_HISTORY but when there are many results.">
4367 See all pages in history containing <ph name="SEARCH_TERMS">$1<ex>flower s</ex></ph>
4368 </message>
4369 4362
4370 <!-- Native Frame menu --> 4363 <!-- Native Frame menu -->
4371 <message name="IDS_ALWAYS_ON_TOP" desc="The optional menu in native frame windows for setting the window to be always on top"> 4364 <message name="IDS_ALWAYS_ON_TOP" desc="The optional menu in native frame windows for setting the window to be always on top">
4372 Always on top 4365 Always on top
4373 </message> 4366 </message>
4374 4367
4375 <!--Tooltip strings--> 4368 <!--Tooltip strings-->
4376 <message name="IDS_TOOLTIP_BACK" desc="The tooltip for back button"> 4369 <message name="IDS_TOOLTIP_BACK" desc="The tooltip for back button">
4377 Click to go back, hold to see history 4370 Click to go back, hold to see history
4378 </message> 4371 </message>
(...skipping 7201 matching lines...) Expand 10 before | Expand all | Expand 10 after
11580 </includes> 11573 </includes>
11581 <structures fallback_to_english="true"> 11574 <structures fallback_to_english="true">
11582 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11575 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11583 </structure> 11576 </structure>
11584 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11577 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11585 </structure> 11578 </structure>
11586 </structures> 11579 </structures>
11587 11580
11588 </release> 11581 </release>
11589 </grit> 11582 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/omnibox_more.pdf » ('j') | chrome/browser/autocomplete/autocomplete.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698