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

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

Issue 7715037: Web Intent Picker UI (implemented as a constrained dialog, linux only) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: linux_views/chromeos fix Created 9 years, 4 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/cocoa/web_intent_picker_cocoa.mm » ('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 13351 matching lines...) Expand 10 before | Expand all | Expand 10 after
13362 <!-- Web Intents --> 13362 <!-- Web Intents -->
13363 <message name="IDS_REGISTER_INTENT_HANDLER_CONFIRM" desc="The message to dis play when asking the user to confirm registration of an intent handler."> 13363 <message name="IDS_REGISTER_INTENT_HANDLER_CONFIRM" desc="The message to dis play when asking the user to confirm registration of an intent handler.">
13364 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? 13364 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?
13365 </message> 13365 </message>
13366 <message name="IDS_REGISTER_INTENT_HANDLER_ACCEPT" desc="Text to show for th e accept button for the register intent handler request infobar."> 13366 <message name="IDS_REGISTER_INTENT_HANDLER_ACCEPT" desc="Text to show for th e accept button for the register intent handler request infobar.">
13367 Use <ph name="INTENT_HANDLER_TITLE">$1<ex>Google Search</ex></ph> 13367 Use <ph name="INTENT_HANDLER_TITLE">$1<ex>Google Search</ex></ph>
13368 </message> 13368 </message>
13369 <message name="IDS_REGISTER_INTENT_HANDLER_DENY" desc="Text to show for the deny button for the register intent handler request infobar."> 13369 <message name="IDS_REGISTER_INTENT_HANDLER_DENY" desc="Text to show for the deny button for the register intent handler request infobar.">
13370 No 13370 No
13371 </message> 13371 </message>
13372 <message name="IDS_CHOOSE_INTENT_HANDLER_MESSAGE" desc="Text to display when user is choosing a intent handler to respond to a web intent.">
13373 Complete action using:
13374 </message>
13372 13375
13373 <!-- PDF with unsupported feature Info Bar --> 13376 <!-- PDF with unsupported feature Info Bar -->
13374 <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."> 13377 <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.">
13375 Parts of this PDF document could not be displayed. Open in Adobe Reader? 13378 Parts of this PDF document could not be displayed. Open in Adobe Reader?
13376 </message> 13379 </message>
13377 13380
13378 <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."> 13381 <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.">
13379 Parts of this PDF document could not be displayed. Install Adobe Reader? 13382 Parts of this PDF document could not be displayed. Install Adobe Reader?
13380 </message> 13383 </message>
13381 13384
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
13490 </if> 13493 </if>
13491 </includes> 13494 </includes>
13492 <structures fallback_to_english="true"> 13495 <structures fallback_to_english="true">
13493 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13496 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13494 </structure> 13497 </structure>
13495 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13498 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13496 </structure> 13499 </structure>
13497 </structures> 13500 </structures>
13498 </release> 13501 </release>
13499 </grit> 13502 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698