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

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

Issue 6350010: Put some plug-ins behind an infobar, where they have:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 4153 matching lines...) Expand 10 before | Expand all | Expand 10 after
4164 </message> 4164 </message>
4165 <message name="IDS_PLUGIN_UPDATE" desc="The link for updating an outdated plug-in."> 4165 <message name="IDS_PLUGIN_UPDATE" desc="The link for updating an outdated plug-in.">
4166 Update plug-in... 4166 Update plug-in...
4167 </message> 4167 </message>
4168 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d disabled plug-in."> 4168 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d disabled plug-in.">
4169 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is not allowed. 4169 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is not allowed.
4170 </message> 4170 </message>
4171 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated disabled plug-in."> 4171 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated disabled plug-in.">
4172 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is out of date. 4172 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is out of date.
4173 </message> 4173 </message>
4174 <message name="IDS_PLUGIN_NOT_AUTHORIZED" desc="The placeholder text for a plug-in that requires user permission to run.">
4175 The <ph name="PLUGIN_NAME">$1<ex>Java</ex></ph> plug-in needs your permi ssion to run.
4176 </message>
4174 4177
4175 <!-- Session Crashed Info Bar--> 4178 <!-- Session Crashed Info Bar-->
4176 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 4179 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
4177 Restore 4180 Restore
4178 </message> 4181 </message>
4179 4182
4180 <!-- Bad Flags Info Bar--> 4183 <!-- Bad Flags Info Bar-->
4181 <message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar. ]"> 4184 <message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar. ]">
4182 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer. 4185 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer.
4183 </message> 4186 </message>
(...skipping 7000 matching lines...) Expand 10 before | Expand all | Expand 10 after
11184 </includes> 11187 </includes>
11185 <structures fallback_to_english="true"> 11188 <structures fallback_to_english="true">
11186 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11189 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11187 </structure> 11190 </structure>
11188 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11191 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11189 </structure> 11192 </structure>
11190 </structures> 11193 </structures>
11191 11194
11192 </release> 11195 </release>
11193 </grit> 11196 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698