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

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

Issue 3080038: Add remoting to wrench menu. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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 | « chrome/app/chrome_dll_resource.h ('k') | chrome/browser/browser.h » ('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 6885 matching lines...) Expand 10 before | Expand all | Expand 10 after
6896 6896
6897 <message name="IDS_OMNIBOX_SEARCH_HINT_INFOBAR_TEXT" desc="The text displa yed in the info-bar to tell users they can type their search queries directly in the location bar."> 6897 <message name="IDS_OMNIBOX_SEARCH_HINT_INFOBAR_TEXT" desc="The text displa yed in the info-bar to tell users they can type their search queries directly in the location bar.">
6898 Did you know you can search directly from the box above? 6898 Did you know you can search directly from the box above?
6899 </message> 6899 </message>
6900 <message name="IDS_OMNIBOX_SEARCH_HINT_INFOBAR_BUTTON_LABEL" desc="The lab el of the 'Show Me' button on the omnibox search hint infobar."> 6900 <message name="IDS_OMNIBOX_SEARCH_HINT_INFOBAR_BUTTON_LABEL" desc="The lab el of the 'Show Me' button on the omnibox search hint infobar.">
6901 Show Me 6901 Show Me
6902 </message> 6902 </message>
6903 <message name="IDS_OMNIBOX_SEARCH_HINT_OMNIBOX_TEXT" desc="The text displa yed selected in the omnibox once the user clicked the 'Show Me' button on the om nibox search hint infobar."> 6903 <message name="IDS_OMNIBOX_SEARCH_HINT_OMNIBOX_TEXT" desc="The text displa yed selected in the omnibox once the user clicked the 'Show Me' button on the om nibox search hint infobar.">
6904 Type your search query here 6904 Type your search query here
6905 </message> 6905 </message>
6906
6907 <!-- Remotin strings -->
6908 <if expr="not pp_ifdef('use_titlecase')">
6909 <message name="IDS_REMOTING_SETUP_LABEL" desc="The label that appears on the remoting setup menu.">
6910 Set up remoting...
6911 </message>
6912 </if>
6913 <if expr="pp_ifdef('use_titlecase')">
6914 <message name="IDS_REMOTING_SETUP_LABEL" desc="In Title Case. The label that appears on the remoting setup menu.">
6915 Set Up Remoting...
6916 </message>
6917 </if>
6918 <message name="IDS_REMOTING_SETUP_DIALOG_TITLE" desc="Title of the remotin g setup dialog.">
6919 Set up remoting
6920 </message>
6921
6906 6922
6907 <!-- Sync strings --> 6923 <!-- Sync strings -->
6908 6924
6909 <!-- Sync options dialog strings --> 6925 <!-- Sync options dialog strings -->
6910 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'"> 6926 <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
6911 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog."> 6927 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog.">
6912 Sync: 6928 Sync:
6913 </message> 6929 </message>
6914 </if> 6930 </if>
6915 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'"> 6931 <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
(...skipping 2040 matching lines...) Expand 10 before | Expand all | Expand 10 after
8956 8972
8957 </messages> 8973 </messages>
8958 8974
8959 <structures fallback_to_english="true"> 8975 <structures fallback_to_english="true">
8960 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8976 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8961 </structure> 8977 </structure>
8962 </structures> 8978 </structures>
8963 8979
8964 </release> 8980 </release>
8965 </grit> 8981 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll_resource.h ('k') | chrome/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698