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

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

Issue 6259008: When we detect a PDF with an unsupported feature, ask the user if they want t... (Closed) Base URL: svn://chrome-svn/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
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('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 11551 matching lines...) Expand 10 before | Expand all | Expand 10 after
11562 </message> 11562 </message>
11563 <message name="IDS_CUSTOM_FILES" desc="The description of the custom file ex tensions in the select file dialog."> 11563 <message name="IDS_CUSTOM_FILES" desc="The description of the custom file ex tensions in the select file dialog.">
11564 Custom Files 11564 Custom Files
11565 </message> 11565 </message>
11566 11566
11567 <!-- Cloud Print Strings --> 11567 <!-- Cloud Print Strings -->
11568 <message name="IDS_CLOUD_PRINT_TOKEN_EXPIRED_MESSAGE" desc="The message to d isplay when the cloud print token has expired."> 11568 <message name="IDS_CLOUD_PRINT_TOKEN_EXPIRED_MESSAGE" desc="The message to d isplay when the cloud print token has expired.">
11569 The credentials used to share your printers to <ph name="CLOUD_PRINT_NAME ">Google Cloud Print</ph> have expired. Please click here to re-enter your usern ame and password. 11569 The credentials used to share your printers to <ph name="CLOUD_PRINT_NAME ">Google Cloud Print</ph> have expired. Please click here to re-enter your usern ame and password.
11570 </message> 11570 </message>
11571 11571
11572 <!-- PDF with unsupported feature Info Bar -->
11573 <message name="IDS_PDF_INFOBAR_QUESTION_READER_INSTALLED" desc="Question ask ed on the info bar when a user views a PDF with an unsupported feature and they have Adobe Reader installed.">
11574 Parts of this PDF document could not be displayed. View with Adobe Reader ?
11575 </message>
11576
11577 <message name="IDS_PDF_INFOBAR_QUESTION_READER_NOT_INSTALLED" desc="Question asked on the info bar when a user views a PDF with an unsupported feature and t hey don't have Adobe Reader installed.">
11578 Parts of this PDF document could not be displayed. Install Adobe Reader?
11579 </message>
11580
11581 <!-- Adobe Reader is out of date Blocking Page -->
11582 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_TITLE" desc="The title o f the Adobe Reader out of date blocking page.">
11583 Adobe Reader Out Of Date
11584 </message>
11585 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_BODY" desc="The body of the Adobe Reader out of date blocking page.">
11586 Adobe Reader is out of date and may be insecure.
11587 </message>
11588 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_UPDATE" desc="The name o f the radio button option to go to the Adobe Reader installer website.">
11589 Update Adobe Reader now
11590 </message>
11591 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_PROCEED" desc="The name of the radio button to proceed to open the PDF with the out of date Adobe Reader .">
11592 Proceed without updating Adobe Reader (not recommended)
11593 </message>
11594 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_OK" desc="OK button text of the Adobe Reader out of date blocking page.">
11595 OK
11596 </message>
11597 <message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_CANCEL" desc="Cancel but ton text of the Adobe Reader out of date blocking page.">
11598 Cancel
11599 </message>
11600
11572 </messages> 11601 </messages>
11573 <includes> 11602 <includes>
11574 <if expr="pp_ifdef('_google_chrome')"> 11603 <if expr="pp_ifdef('_google_chrome')">
11575 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" /> 11604 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i co" type="ICON" />
11576 </if> 11605 </if>
11577 <if expr="not pp_ifdef('_google_chrome')"> 11606 <if expr="not pp_ifdef('_google_chrome')">
11578 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" /> 11607 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
11579 </if> 11608 </if>
11580 </includes> 11609 </includes>
11581 <structures fallback_to_english="true"> 11610 <structures fallback_to_english="true">
11582 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11611 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11583 </structure> 11612 </structure>
11584 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11613 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11585 </structure> 11614 </structure>
11586 </structures> 11615 </structures>
11587 11616
11588 </release> 11617 </release>
11589 </grit> 11618 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698