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

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

Issue 4110010: Cloud Print Dialog work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Direct paths for prefs. Created 10 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/browser_signin.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 5236 matching lines...) Expand 10 before | Expand all | Expand 10 after
5247 <message name="IDS_DEFAULT_PRINT_DOCUMENT_TITLE" desc="Default title for a print document"> 5247 <message name="IDS_DEFAULT_PRINT_DOCUMENT_TITLE" desc="Default title for a print document">
5248 Untitled Document 5248 Untitled Document
5249 </message> 5249 </message>
5250 <message name="IDS_DEFAULT_PRINTER_NOT_FOUND_WARNING" desc="The message of the warning dialog when no printer is available"> 5250 <message name="IDS_DEFAULT_PRINTER_NOT_FOUND_WARNING" desc="The message of the warning dialog when no printer is available">
5251 No printer found. Please install a printer. 5251 No printer found. Please install a printer.
5252 </message> 5252 </message>
5253 <message name="IDS_PRINT_SPOOL_FAILED_ERROR_TEXT" desc="Text in a messageb ox when printing fails because of printer issues."> 5253 <message name="IDS_PRINT_SPOOL_FAILED_ERROR_TEXT" desc="Text in a messageb ox when printing fails because of printer issues.">
5254 Something went wrong when trying to print. Please check your printer an d try again. 5254 Something went wrong when trying to print. Please check your printer an d try again.
5255 </message> 5255 </message>
5256 5256
5257 <!-- Cloud Print dialog messages -->
5258 <message name="IDS_CLOUD_PRINT_TITLE" desc="Title for the print dialog">
5259 Print
5260 </message>
5261
5262 <!-- Cloud Print proxy strings --> 5257 <!-- Cloud Print proxy strings -->
5263 <message name="IDS_CLOUD_PRINT_SETUP_DIALOG_TITLE" desc="Title of the clou d print setup dialog."> 5258 <message name="IDS_CLOUD_PRINT_SETUP_DIALOG_TITLE" desc="Title of the clou d print setup dialog.">
5264 Set up <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> 5259 Set up <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph>
5265 </message> 5260 </message>
5266 <message name="IDS_CLOUD_PRINT_SETUP_DONE" desc="Message on completed set up of cloud print."> 5261 <message name="IDS_CLOUD_PRINT_SETUP_DONE" desc="Message on completed set up of cloud print.">
5267 You have successfully enabled <ph name="CLOUD_PRINT_NAME">Google Cloud P rint</ph>! 5262 You have successfully enabled <ph name="CLOUD_PRINT_NAME">Google Cloud P rint</ph>!
5268 </message> 5263 </message>
5269 5264
5270 <!-- Print Preview --> 5265 <!-- Print Preview -->
5271 <message name="IDS_PRINT_PREVIEW_TITLE" desc="Title for print preview page "> 5266 <message name="IDS_PRINT_PREVIEW_TITLE" desc="Title for print preview page ">
(...skipping 5393 matching lines...) Expand 10 before | Expand all | Expand 10 after
10665 10660
10666 </messages> 10661 </messages>
10667 10662
10668 <structures fallback_to_english="true"> 10663 <structures fallback_to_english="true">
10669 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 10664 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
10670 </structure> 10665 </structure>
10671 </structures> 10666 </structures>
10672 10667
10673 </release> 10668 </release>
10674 </grit> 10669 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_signin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698