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

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

Issue 2078021: First pass at experimental omnibox API. There are plenty of rough edges and (Closed)
Patch Set: no prefer_keyword Created 10 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit.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 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 <!-- Keywords --> 1039 <!-- Keywords -->
1040 <message name="IDS_AUTOCOMPLETE_MATCH_DESCRIPTION_SEPARATOR" desc="The sep arator between a result in the autocomplete popup and its description."> 1040 <message name="IDS_AUTOCOMPLETE_MATCH_DESCRIPTION_SEPARATOR" desc="The sep arator between a result in the autocomplete popup and its description.">
1041 ''' - ''' 1041 ''' - '''
1042 </message> 1042 </message>
1043 <message name="IDS_AUTOCOMPLETE_SEARCH_DESCRIPTION" desc="Description for the default search match."> 1043 <message name="IDS_AUTOCOMPLETE_SEARCH_DESCRIPTION" desc="Description for the default search match.">
1044 <ph name="ENGINE">$1<ex>Google</ex></ph> Search 1044 <ph name="ENGINE">$1<ex>Google</ex></ph> Search
1045 </message> 1045 </message>
1046 <message name="IDS_KEYWORD_SEARCH" desc="The description for a chrome keyw ord search match in the Omnibox dropdown"> 1046 <message name="IDS_KEYWORD_SEARCH" desc="The description for a chrome keyw ord search match in the Omnibox dropdown">
1047 Search <ph name="SITE_NAME">$1<ex>www.google.com</ex></ph> for <ph name= "SEARCH_TERMS">$2<ex>flowers</ex></ph> 1047 Search <ph name="SITE_NAME">$1<ex>www.google.com</ex></ph> for <ph name= "SEARCH_TERMS">$2<ex>flowers</ex></ph>
1048 </message> 1048 </message>
1049 <message name="IDS_EXTENSION_KEYWORD_COMMAND" desc="The description for an extension keyword command match in the Omnibox dropdown">
1050 Run <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> command <ph na me="SEARCH_TERMS">$2<ex>mpcomplete@chromium.org</ex></ph>
1051 </message>
1049 <message name="IDS_EMPTY_KEYWORD_VALUE" 1052 <message name="IDS_EMPTY_KEYWORD_VALUE"
1050 desc="Shown in the location bar drop down when the user enters a string that matches a chrome keyword, but they haven't entered any text followin g the chrome keyword"> 1053 desc="Shown in the location bar drop down when the user enters a string that matches a chrome keyword, but they haven't entered any text followin g the chrome keyword">
1051 &lt;enter query&gt; 1054 &lt;enter query&gt;
1052 </message> 1055 </message>
1053 <message name="IDS_AUTOCOMPLETE_KEYWORD_DESCRIPTION" desc="Description for a keyword match."> 1056 <message name="IDS_AUTOCOMPLETE_KEYWORD_DESCRIPTION" desc="Description for a keyword match.">
1054 (Keyword: <ph name="KEYWORD">$1</ph>) 1057 (Keyword: <ph name="KEYWORD">$1</ph>)
1055 </message> 1058 </message>
1059 <message name="IDS_AUTOCOMPLETE_EXTENSION_KEYWORD_DESCRIPTION" desc="Descr iption for an extension keyword match.">
1060 (Keyword: <ph name="KEYWORD">$1</ph>)
1061 </message>
1062 <message name="IDS_AUTOCOMPLETE_EXTENSION_KEYWORD_CONTENT" desc="Extra tex t describing usage of the suggested extension keyword command.">
1063 <ph name="EXTENSION_COMMAND">$1<ex>send-mail-to</ex></ph> <ph name="EXTE NSION_DESCRIPTION">$2<ex>(username@example.com)</ex></ph>
1064 </message>
1056 <if expr="not pp_ifdef('use_titlecase')"> 1065 <if expr="not pp_ifdef('use_titlecase')">
1057 <message name="IDS_EDIT_SEARCH_ENGINES" 1066 <message name="IDS_EDIT_SEARCH_ENGINES"
1058 desc="Title of the popup menu item for editing search engines"> 1067 desc="Title of the popup menu item for editing search engines">
1059 &amp;Edit search engines... 1068 &amp;Edit search engines...
1060 </message> 1069 </message>
1061 </if> 1070 </if>
1062 <if expr="pp_ifdef('use_titlecase')"> 1071 <if expr="pp_ifdef('use_titlecase')">
1063 <message name="IDS_EDIT_SEARCH_ENGINES" 1072 <message name="IDS_EDIT_SEARCH_ENGINES"
1064 desc="In Title Case: Title of the popup menu item for editing s earch engines"> 1073 desc="In Title Case: Title of the popup menu item for editing s earch engines">
1065 &amp;Edit Search Engines... 1074 &amp;Edit Search Engines...
(...skipping 2700 matching lines...) Expand 10 before | Expand all | Expand 10 after
3766 <message name="IDS_PASTE_AND_GO" desc="In Title Case: The text label of the Paste And Go menu item when the clipboard contains a URL"> 3775 <message name="IDS_PASTE_AND_GO" desc="In Title Case: The text label of the Paste And Go menu item when the clipboard contains a URL">
3767 Pa&amp;ste and Go 3776 Pa&amp;ste and Go
3768 </message> 3777 </message>
3769 <message name="IDS_PASTE_AND_SEARCH" desc="In Title Case: The text label of the Paste And Go menu item when the clipboard contains a string to search fo r"> 3778 <message name="IDS_PASTE_AND_SEARCH" desc="In Title Case: The text label of the Paste And Go menu item when the clipboard contains a string to search fo r">
3770 Pa&amp;ste and Search 3779 Pa&amp;ste and Search
3771 </message> 3780 </message>
3772 </if> 3781 </if>
3773 <message name="IDS_OMNIBOX_KEYWORD_HINT" desc="Shown to the user when the url in the omnibox has a keyword associated with it. $1 is replaced with an imag e showing the tab key and is labelled with IDS_OMNIBOX_KEYWORD_HINT_KEY. $2 is r eplaced with the description of the keyword."> 3782 <message name="IDS_OMNIBOX_KEYWORD_HINT" desc="Shown to the user when the url in the omnibox has a keyword associated with it. $1 is replaced with an imag e showing the tab key and is labelled with IDS_OMNIBOX_KEYWORD_HINT_KEY. $2 is r eplaced with the description of the keyword.">
3774 Press <ph name="SEARCH_KEY">$1<ex>Tab</ex></ph> to search <ph name="SITE _NAME">$2<ex>google.com</ex></ph> 3783 Press <ph name="SEARCH_KEY">$1<ex>Tab</ex></ph> to search <ph name="SITE _NAME">$2<ex>google.com</ex></ph>
3775 </message> 3784 </message>
3785 <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.">
3786 Press <ph name="SEARCH_KEY">$1<ex>Tab</ex></ph> to send commands to <ph name="EXTENSION_NAME">$2<ex>Google Talk</ex></ph>
3787 </message>
3776 <message name="IDS_OMNIBOX_KEYWORD_HINT_KEY"> 3788 <message name="IDS_OMNIBOX_KEYWORD_HINT_KEY">
3777 Tab 3789 Tab
3778 </message> 3790 </message>
3779 <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"> 3791 <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">
3780 Search <ph name="SITE_NAME">$1<ex>google.com</ex></ph>: 3792 Search <ph name="SITE_NAME">$1<ex>google.com</ex></ph>:
3781 </message> 3793 </message>
3794 <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">
3795 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> command:
3796 </message>
3782 <!-- TODO(tc): This doesn't handle singular/plural properly. It needs to b e reworded. --> 3797 <!-- TODO(tc): This doesn't handle singular/plural properly. It needs to b e reworded. -->
3783 <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."> 3798 <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.">
3784 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> 3799 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>
3785 </message> 3800 </message>
3786 <message name="IDS_OMNIBOX_RECENT_HISTORY_MANY" desc="Same as IDS_OMNIBOX_ RECENT_HISTORY but when there are many results."> 3801 <message name="IDS_OMNIBOX_RECENT_HISTORY_MANY" desc="Same as IDS_OMNIBOX_ RECENT_HISTORY but when there are many results.">
3787 See all pages in history containing <ph name="SEARCH_TERMS">$1<ex>flower s</ex></ph> 3802 See all pages in history containing <ph name="SEARCH_TERMS">$1<ex>flower s</ex></ph>
3788 </message> 3803 </message>
3789 3804
3790 <!-- Native Frame menu --> 3805 <!-- Native Frame menu -->
3791 <message name="IDS_ALWAYS_ON_TOP" desc="The optional menu in native frame windows for setting the window to be always on top"> 3806 <message name="IDS_ALWAYS_ON_TOP" desc="The optional menu in native frame windows for setting the window to be always on top">
(...skipping 4119 matching lines...) Expand 10 before | Expand all | Expand 10 after
7911 7926
7912 </messages> 7927 </messages>
7913 7928
7914 <structures first_id="50000" fallback_to_english="true"> 7929 <structures first_id="50000" fallback_to_english="true">
7915 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 7930 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
7916 </structure> 7931 </structure>
7917 </structures> 7932 </structures>
7918 7933
7919 </release> 7934 </release>
7920 </grit> 7935 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698