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

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

Issue 3171019: Reland r56483 - Monitor network change in GoogleURLTracker (Closed)
Patch Set: check Chrome Frame 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 | « 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 9102 matching lines...) Expand 10 before | Expand all | Expand 10 after
9113 You are not adequately sandboxed! 9113 You are not adequately sandboxed!
9114 </message> 9114 </message>
9115 </if> 9115 </if>
9116 9116
9117 <if expr="os == 'darwin'"> 9117 <if expr="os == 'darwin'">
9118 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Selec t button in the folder selection dialog."> 9118 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Selec t button in the folder selection dialog.">
9119 Select 9119 Select
9120 </message> 9120 </message>
9121 </if> 9121 </if>
9122 9122
9123 <!-- GoogleURL tracker info bar -->
9124 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_MESSAGE" desc="Message display ed when the user's current Google TLD doesn't match the default for their locati on.">
9125 It looks like you've moved. Would you like to use <ph name="NEW_GOOGLE_U RL">$1<ex>google.com</ex></ph>?
9126 </message>
9127
9123 </messages> 9128 </messages>
9124 9129
9125 <structures fallback_to_english="true"> 9130 <structures fallback_to_english="true">
9126 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 9131 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
9127 </structure> 9132 </structure>
9128 </structures> 9133 </structures>
9129 9134
9130 </release> 9135 </release>
9131 </grit> 9136 </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