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

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

Issue 6245005: Code to send diagnostic messages about cloud print proxy. Currently diagnosti... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fixed build errors yet again 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 5542 matching lines...) Expand 10 before | Expand all | Expand 10 after
5553 </message> 5553 </message>
5554 <message name="IDS_CLOUD_PRINT_SETUP_SHARING_EXPLAIN" desc="Explanation ab out printer management."> 5554 <message name="IDS_CLOUD_PRINT_SETUP_SHARING_EXPLAIN" desc="Explanation ab out printer management.">
5555 Share and control access to your printers with any Google account. 5555 Share and control access to your printers with any Google account.
5556 </message> 5556 </message>
5557 <message name="IDS_CLOUD_PRINT_SETUP_DONE" desc="Message on completed set up of cloud print."> 5557 <message name="IDS_CLOUD_PRINT_SETUP_DONE" desc="Message on completed set up of cloud print.">
5558 You have successfully enabled <ph name="CLOUD_PRINT_NAME">Google Cloud P rint</ph>! <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> has registered the printers on this machine with &lt;b&gt;<ph name="EMAIL_ADDRESSES">$2<ex>foo @example.com</ex></ph>&lt;/b&gt;. You can now print to your printers from any < ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> enabled web or mobile app! 5558 You have successfully enabled <ph name="CLOUD_PRINT_NAME">Google Cloud P rint</ph>! <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> has registered the printers on this machine with &lt;b&gt;<ph name="EMAIL_ADDRESSES">$2<ex>foo @example.com</ex></ph>&lt;/b&gt;. You can now print to your printers from any < ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> enabled web or mobile app!
5559 </message> 5559 </message>
5560 <message name="IDS_CLOUD_PRINT_SETUP_TEST_PAGE" desc="Label on button for printing a test page."> 5560 <message name="IDS_CLOUD_PRINT_SETUP_TEST_PAGE" desc="Label on button for printing a test page.">
5561 Print a Test Page 5561 Print a Test Page
5562 </message> 5562 </message>
5563 <message name="IDS_CLOUD_PRINT_REGISTER_PRINTER_FAILED" desc="Status messa ge to be sent to the server when we failed to retrieve information about a print er to register.">
5564 An error occurred while retrieving printer capabilities for printer <ph name="PRINTER_NAME">$1<ex>HP Laserjet 7900</ex></ph>. This printer could not be registered with <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph>.
5565 </message>
5566 <message name="IDS_CLOUD_PRINT_XPS_UNAVAILABLE" desc="Status message to be sent to the Cloud Print server when the XPS framework is missing.">
5567 The Microsoft XML Paper Specification Essentials Pack is not installed o n the machine running the Google Cloud Print connector.
5568 </message>
5563 5569
5564 <!-- Print Preview --> 5570 <!-- Print Preview -->
5565 <message name="IDS_PRINT_PREVIEW_TITLE" desc="Title for print preview page "> 5571 <message name="IDS_PRINT_PREVIEW_TITLE" desc="Title for print preview page ">
5566 Print Preview 5572 Print Preview
5567 </message> 5573 </message>
5568 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview renders."> 5574 <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while t he print preview renders.">
5569 Loading... 5575 Loading...
5570 </message> 5576 </message>
5571 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> 5577 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing.">
5572 PDF viewer is not available. 5578 PDF viewer is not available.
(...skipping 6040 matching lines...) Expand 10 before | Expand all | Expand 10 after
11613 </includes> 11619 </includes>
11614 <structures fallback_to_english="true"> 11620 <structures fallback_to_english="true">
11615 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11621 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11616 </structure> 11622 </structure>
11617 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11623 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11618 </structure> 11624 </structure>
11619 </structures> 11625 </structures>
11620 11626
11621 </release> 11627 </release>
11622 </grit> 11628 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698