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 4724005: Add a help bubble pointing to the omnibox when installing an extension with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 3690 matching lines...) Expand 10 before | Expand all | Expand 10 after
3701 </message> 3701 </message>
3702 3702
3703 <!-- Extension installed bubble --> 3703 <!-- Extension installed bubble -->
3704 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the co ntent area of the extension installed bubble. Instructs that the extension was i nstalled."> 3704 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the co ntent area of the extension installed bubble. Instructs that the extension was i nstalled.">
3705 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> is now installed . 3705 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> is now installed .
3706 </message> 3706 </message>
3707 3707
3708 <message name="IDS_EXTENSION_INSTALLED_PAGE_ACTION_INFO" desc="Text displa yed in the InfoBubble which explains that the UI of this extension is a Page Act ion icon which may appear for some pages."> 3708 <message name="IDS_EXTENSION_INSTALLED_PAGE_ACTION_INFO" desc="Text displa yed in the InfoBubble which explains that the UI of this extension is a Page Act ion icon which may appear for some pages.">
3709 This icon will be visible when the extension can act on the current page . 3709 This icon will be visible when the extension can act on the current page .
3710 </message> 3710 </message>
3711 <message name="IDS_EXTENSION_INSTALLED_OMNIBOX_KEYWORD_INFO" desc="Text di splayed in the InfoBubble which explains that this extension has an keyword that can be used with the omnibox.">
3712 Type "<ph name="EXTENSION_KEYWORD">$1<ex>search</ex></ph>" into the URL bar to send commands to this extension.
Aaron Boodman 2010/11/11 02:57:14 How about: To use it, type "<keyword>", then TAB,
3713 </message>
3711 3714
3712 <message name="IDS_MANAGE_EXTENSIONS" desc="The 'Manage Extensions...' tex t in the context menu for when right-clicking on extension icons"> 3715 <message name="IDS_MANAGE_EXTENSIONS" desc="The 'Manage Extensions...' tex t in the context menu for when right-clicking on extension icons">
3713 Manage extensions... 3716 Manage extensions...
3714 </message> 3717 </message>
3715 <message name="IDS_EXTENSION_INSTALLED_MANAGE_INFO" desc="Text displayed i n the InfoBubble with instructions on how to find the chrome://extensions/ manag ement page"> 3718 <message name="IDS_EXTENSION_INSTALLED_MANAGE_INFO" desc="Text displayed i n the InfoBubble with instructions on how to find the chrome://extensions/ manag ement page">
3716 You can manage your installed extensions by clicking Extensions in the T ools menu. 3719 You can manage your installed extensions by clicking Extensions in the T ools menu.
3717 </message> 3720 </message>
3718 <message name="IDS_EXTENSION_INSTALLED_MANAGE_INFO_MAC" desc="Text display ed in the InfoBubble with instructions on how to find the chrome://extensions/ m anagement page on MAC OS X"> 3721 <message name="IDS_EXTENSION_INSTALLED_MANAGE_INFO_MAC" desc="Text display ed in the InfoBubble with instructions on how to find the chrome://extensions/ m anagement page on MAC OS X">
3719 You can manage your installed extensions by clicking Extensions in the W indow menu. 3722 You can manage your installed extensions by clicking Extensions in the W indow menu.
3720 </message> 3723 </message>
(...skipping 7278 matching lines...) Expand 10 before | Expand all | Expand 10 after
10999 11002
11000 </messages> 11003 </messages>
11001 11004
11002 <structures fallback_to_english="true"> 11005 <structures fallback_to_english="true">
11003 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11006 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11004 </structure> 11007 </structure>
11005 </structures> 11008 </structures>
11006 11009
11007 </release> 11010 </release>
11008 </grit> 11011 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698