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

Unified Diff: chrome/app/generated_resources.grd

Issue 6410115: Adds navigator.registerProtocolHandler. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 1404d91c34a7439a8c222f2c6de7e6bb5e61296f..662fddbdb7e408c6fe400fd5538bbb47e98eb013 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11282,6 +11282,19 @@ Keep your key file in a safe place. You will need it to create new versions of y
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 username and password.
</message>
+ <!-- Register Protocol Handler Strings -->
+ <message name="IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM" desc="The message to display when asking a user to confirm the registration of a protocol handler.">
+ Would you like to use "<ph name="HANDLER_TITLE">$1<ex>Google Search</ex></ph>" to handle "<ph name="PROTOCOL">$2<ex>search</ex></ph>://" links from now on?
tony 2011/02/07 20:51:45 Nit: This wording could probably be improved, but
koz (OOO until 15th September) 2011/02/13 22:33:48 Yeah, I figured the UX guys would probably want to
+ </message>
+
+ <message name="IDS_REGISTER_PROTOCOL_HANDLER_ACCEPT" desc="Text to show for the accept button for the register protocol handler request infobar.">
+ Yes
tony 2011/02/07 20:51:45 Nit: Make these more specific like "Use $1" and "D
koz (OOO until 15th September) 2011/02/13 22:33:48 Done.
+ </message>
+
+ <message name="IDS_REGISTER_PROTOCOL_HANDLER_DENY" desc="Text to show for the deny button for the register protocol handler request infobar.">
+ No
+ </message>
+
<!-- PDF with unsupported feature Info Bar -->
<message name="IDS_PDF_INFOBAR_QUESTION_READER_INSTALLED" desc="Question asked on the info bar when a user views a PDF with an unsupported feature and they have Adobe Reader installed.">
Parts of this PDF document could not be displayed. Open in Adobe Reader?
@@ -11295,7 +11308,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
Always use Adobe Reader to open PDF files?
</message>
- <!-- Adobe Reader is out of date Blocking Page -->
+ <!-- Adobe Reader is out of date Blocking Page -->
<message name="IDS_READER_OUT_OF_DATE_BLOCKING_PAGE_TITLE" desc="The title of the Adobe Reader out of date blocking page.">
Adobe Reader Out Of Date
</message>

Powered by Google App Engine
This is Rietveld 408576698