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

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

Issue 7778032: Revert 98888 - Web Intent Picker UI (implemented as a constrained dialog, linux only) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/browser.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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 13403 matching lines...) Expand 10 before | Expand all | Expand 10 after
13414 <!-- Web Intents --> 13414 <!-- Web Intents -->
13415 <message name="IDS_REGISTER_INTENT_HANDLER_CONFIRM" desc="The message to dis play when asking the user to confirm registration of an intent handler."> 13415 <message name="IDS_REGISTER_INTENT_HANDLER_CONFIRM" desc="The message to dis play when asking the user to confirm registration of an intent handler.">
13416 Allow <ph name="INTENT_HANDLE_TITLE">$1<ex>Google Search</ex></ph> (<ph na me="INTENT_HANDLE_HOSTNAME">$2<ex>google.com</ex></ph>) to handle intents? 13416 Allow <ph name="INTENT_HANDLE_TITLE">$1<ex>Google Search</ex></ph> (<ph na me="INTENT_HANDLE_HOSTNAME">$2<ex>google.com</ex></ph>) to handle intents?
13417 </message> 13417 </message>
13418 <message name="IDS_REGISTER_INTENT_HANDLER_ACCEPT" desc="Text to show for th e accept button for the register intent handler request infobar."> 13418 <message name="IDS_REGISTER_INTENT_HANDLER_ACCEPT" desc="Text to show for th e accept button for the register intent handler request infobar.">
13419 Use <ph name="INTENT_HANDLER_TITLE">$1<ex>Google Search</ex></ph> 13419 Use <ph name="INTENT_HANDLER_TITLE">$1<ex>Google Search</ex></ph>
13420 </message> 13420 </message>
13421 <message name="IDS_REGISTER_INTENT_HANDLER_DENY" desc="Text to show for the deny button for the register intent handler request infobar."> 13421 <message name="IDS_REGISTER_INTENT_HANDLER_DENY" desc="Text to show for the deny button for the register intent handler request infobar.">
13422 No 13422 No
13423 </message> 13423 </message>
13424 <message name="IDS_CHOOSE_INTENT_HANDLER_MESSAGE" desc="Text to display when user is choosing a intent handler to respond to a web intent.">
13425 Complete action using:
13426 </message>
13427 13424
13428 <!-- PDF with unsupported feature Info Bar --> 13425 <!-- PDF with unsupported feature Info Bar -->
13429 <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."> 13426 <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.">
13430 Parts of this PDF document could not be displayed. Open in Adobe Reader? 13427 Parts of this PDF document could not be displayed. Open in Adobe Reader?
13431 </message> 13428 </message>
13432 13429
13433 <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."> 13430 <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.">
13434 Parts of this PDF document could not be displayed. Install Adobe Reader? 13431 Parts of this PDF document could not be displayed. Install Adobe Reader?
13435 </message> 13432 </message>
13436 13433
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
13538 </messages> 13535 </messages>
13539 <structures fallback_to_english="true"> 13536 <structures fallback_to_english="true">
13540 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13537 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13541 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13538 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13542 </structure> 13539 </structure>
13543 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13540 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13544 </structure> 13541 </structure>
13545 </structures> 13542 </structures>
13546 </release> 13543 </release>
13547 </grit> 13544 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698