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

Unified Diff: components/data_reduction_proxy_strings.grdp

Issue 830503004: Data Reduction Proxy blocking page and resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interstitalStep1
Patch Set: Add webui_resources.pak Created 5 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
« no previous file with comments | « components/data_reduction_proxy/content/resources/interstitial.js ('k') | components/resources/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy_strings.grdp
diff --git a/components/data_reduction_proxy_strings.grdp b/components/data_reduction_proxy_strings.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..effe89b3a5bf8cdac0592a2ac813cc1ec5117a65
--- /dev/null
+++ b/components/data_reduction_proxy_strings.grdp
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+
+ <!-- Data Reduction Proxy interstitals -->
+ <message name="IDS_DATA_REDUCTION_PROXY_TITLE" desc="The tab title for the Chrome Mobile Data Pack interstitials.">
+ Cannot Proxy
+ </message>
+ <message name="IDS_DATA_REDUCTION_PROXY_BACK_BUTTON" desc="The text for the button that takes the user back to the previous page.">
+ Back
+ </message>
+ <message name="IDS_DATA_REDUCTION_PROXY_CONTINUE_BUTTON" desc="The text for the button that takes the user to the requested page.">
+ Continue
+ </message>
+
+ <!-- Cannot proxy interstitial -->
+ <message name="IDS_DATA_REDUCTION_PROXY_CANNOT_PROXY_HEADING" desc="The large heading at the top of the cannot proxy interstitial.">
+ This page cannot be proxied by Data Saver.
+ </message>
+ <message name="IDS_DATA_REDUCTION_PROXY_CANNOT_PROXY_PRIMARY_PARAGRAPH" desc="The primary explanatory paragraph for the cannot proxy interstitial.">
+ You are trying to reach <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name="SITE">$1<ex>example.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</ph>. This page cannot be proxied by Data Saver at this time.
+ </message>
+ <message name="IDS_DATA_REDUCTION_PROXY_CANNOT_PROXY_SECONDARY_PARAGRAPH" desc="The secondary explanatory paragraph for the cannot proxy interstitial.">
+ You may continue. If you continue to the page, this warning will not appear again for five minutes.
+ </message>
+
+</grit-part>
« no previous file with comments | « components/data_reduction_proxy/content/resources/interstitial.js ('k') | components/resources/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698