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

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

Issue 5857007: Unify strings for click-to-play, blocked plugins and outdated plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/renderer/resources
Patch Set: Created 10 years 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 4264 matching lines...) Expand 10 before | Expand all | Expand 10 after
4275 </message> 4275 </message>
4276 <message name="IDS_CONFLICTS_NOT_LOADED_YET" desc="Shown next to a module that has not been loaded into memory yet"> 4276 <message name="IDS_CONFLICTS_NOT_LOADED_YET" desc="Shown next to a module that has not been loaded into memory yet">
4277 Not loaded yet 4277 Not loaded yet
4278 </message> 4278 </message>
4279 <message name="IDS_HELP_CENTER_VIEW_CONFLICTS" desc="The url of the Help c enter article for the View Conflicts page" translateable="false"> 4279 <message name="IDS_HELP_CENTER_VIEW_CONFLICTS" desc="The url of the Help c enter article for the View Conflicts page" translateable="false">
4280 http://www.google.com/support/chrome/bin/answer.py?answer=1093113&amp;to pic=21605&amp;hl=[GRITLANGCODE]&amp;n=<ph name="NAME">$1<ex>Hash</ex></ph>&amp;l =<ph name="LOCATION">$2<ex>Hash</ex></ph>&amp;d=<ph name="DESC">$3<ex>Hash</ex>< /ph>&amp;s=<ph name="SIGNER">$4<ex>Hash</ex></ph> 4280 http://www.google.com/support/chrome/bin/answer.py?answer=1093113&amp;to pic=21605&amp;hl=[GRITLANGCODE]&amp;n=<ph name="NAME">$1<ex>Hash</ex></ph>&amp;l =<ph name="LOCATION">$2<ex>Hash</ex></ph>&amp;d=<ph name="DESC">$3<ex>Hash</ex>< /ph>&amp;s=<ph name="SIGNER">$4<ex>Hash</ex></ph>
4281 </message> 4281 </message>
4282 4282
4283 <!-- Click to play --> 4283 <!-- Click to play -->
4284 <message name="IDS_PLUGIN_LOAD" desc="The link for loading a blocked plug- in, displayed in the click to play UI."> 4284 <message name="IDS_PLUGIN_LOAD" desc="The link for loading a blocked plug- in, displayed in the click to play UI.">
4285 Click to run this plug-in 4285 Click to run the <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in
Peter Kasting 2010/12/17 01:41:55 Nit: Seems like either this should have a period,
4286 </message> 4286 </message>
4287 <message name="IDS_PLUGIN_UPDATE" desc="The link for updating an outdated plug-in."> 4287 <message name="IDS_PLUGIN_UPDATE" desc="The link for updating an outdated plug-in.">
4288 Update plug-in... 4288 Update plug-in...
4289 </message> 4289 </message>
4290 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d disabled plug-in."> 4290 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d disabled plug-in.">
4291 Plug-in not allowed. 4291 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is not allowed.
4292 </message> 4292 </message>
4293 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated disabled plug-in."> 4293 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated disabled plug-in.">
4294 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is out of date. 4294 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is out of date.
4295 </message> 4295 </message>
4296 4296
4297 <!-- Session Crashed Info Bar--> 4297 <!-- Session Crashed Info Bar-->
4298 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 4298 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
4299 Restore 4299 Restore
4300 </message> 4300 </message>
4301 4301
(...skipping 7054 matching lines...) Expand 10 before | Expand all | Expand 10 after
11356 </includes> 11356 </includes>
11357 <structures fallback_to_english="true"> 11357 <structures fallback_to_english="true">
11358 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11358 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11359 </structure> 11359 </structure>
11360 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11360 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11361 </structure> 11361 </structure>
11362 </structures> 11362 </structures>
11363 11363
11364 </release> 11364 </release>
11365 </grit> 11365 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/render_view.cc » ('j') | chrome/renderer/resources/click_to_play_plugin.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698