| 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..c74b17d22400e833eac8f2640c5249567e08ab84
|
| --- /dev/null
|
| +++ b/components/data_reduction_proxy_strings.grdp
|
| @@ -0,0 +1,28 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<grit-part>
|
| +
|
| + <!-- Data Reduction Proxy interstitals -->
|
| + <if expr="is_android">
|
| + <message name="IDS_DATA_REDUCTION_PROXY_TITLE" desc="The tab title for the Chrome Mobile Data Pack interstitials.">
|
| + Title
|
| + </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>
|
| +
|
| + <!-- Unproxyable interstitial -->
|
| + <message name="IDS_UNPROXYABLE_HEADING" desc="The large heading at the top of the unproxyable interstitial.">
|
| + This page is unproxyable by Data Saver.
|
| + </message>
|
| + <message name="IDS_UNPROXYABLE_PRIMARY_PARAGRAPH" desc="The primary explanatory paragraph for the unproxyable interstitial.">
|
| + You are trying to reach <ph name="BEGIN_BOLD"><strong></ph><ph name="SITE">$1<ex>example.com</ex></ph><ph name="END_BOLD"></strong></ph>. This page is unproxyable by Data Saver at this time.
|
| + </message>
|
| + <message name="IDS_UNPROXYABLE_SECONDARY_PARAGRAPH" desc="The secondary explanatory paragraph for the unproxyable interstitial.">
|
| + You may continue. If you continue to the page, this warning will not appear again for five minutes.
|
| + </message>
|
| + </if>
|
| +
|
| +</grit-part>
|
|
|