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

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

Issue 3436019: Added code in the browser process to display a Cloud Print token expired desk... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fixed Linux build Created 10 years, 3 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 9510 matching lines...) Expand 10 before | Expand all | Expand 10 after
9521 <message name="IDS_AUDIO_FILES" desc="The description of the audio file exte nsions in the select file dialog."> 9521 <message name="IDS_AUDIO_FILES" desc="The description of the audio file exte nsions in the select file dialog.">
9522 Audio Files 9522 Audio Files
9523 </message> 9523 </message>
9524 <message name="IDS_VIDEO_FILES" desc="The description of the video file exte nsions in the select file dialog."> 9524 <message name="IDS_VIDEO_FILES" desc="The description of the video file exte nsions in the select file dialog.">
9525 Video Files 9525 Video Files
9526 </message> 9526 </message>
9527 <message name="IDS_CUSTOM_FILES" desc="The description of the custom file ex tensions in the select file dialog."> 9527 <message name="IDS_CUSTOM_FILES" desc="The description of the custom file ex tensions in the select file dialog.">
9528 Custom Files 9528 Custom Files
9529 </message> 9529 </message>
9530 9530
9531 <!-- Cloud Print Strings -->
9532 <message name="IDS_CLOUD_PRINT_TOKEN_EXPIRED_MESSAGE" desc="The message to d isplay when the cloud print token has expired.">
9533 The credentials used to share your printers have expired. Please click her e to re-enter your username and password.
9534 </message>
9535
9531 </messages> 9536 </messages>
9532 9537
9533 <structures fallback_to_english="true"> 9538 <structures fallback_to_english="true">
9534 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 9539 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
9535 </structure> 9540 </structure>
9536 </structures> 9541 </structures>
9537 9542
9538 </release> 9543 </release>
9539 </grit> 9544 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_init.cc » ('j') | chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698