| Index: chrome/app/chromium_strings.grd
|
| diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
|
| index eb9dca4707a5f4504525b4a4afc2a98dc114fce3..9548ce9348f14517916f99f9eb5dc50a71d4a1e1 100644
|
| --- a/chrome/app/chromium_strings.grd
|
| +++ b/chrome/app/chromium_strings.grd
|
| @@ -181,6 +181,21 @@ If you update this file, be sure also to update google_chrome_strings.grd. -->
|
| New window
|
| </message>
|
| </if>
|
| + <if expr="is_ios">
|
| + <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details for an X509 certificate with an invalid authority">
|
| + This server could not prove that it is <ph name="DOMAIN"><strong>$1<ex>paypal.com</ex></strong></ph>; its security certificate is not trusted by Chromium. This may be caused by a misconfiguration or an attacker intercepting your connection.
|
| + </message>
|
| + </if>
|
| + <if expr="is_android">
|
| + <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details for an X509 certificate with an invalid authority">
|
| + This server could not prove that it is <ph name="DOMAIN"><strong>$1<ex>paypal.com</ex></strong></ph>; its security certificate is not trusted by your device's operating system. This may be caused by a misconfiguration or an attacker intercepting your connection.
|
| + </message>
|
| + </if>
|
| + <if expr="not is_ios and not is_android">
|
| + <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details for an X509 certificate with an invalid authority">
|
| + This server could not prove that it is <ph name="DOMAIN"><strong>$1<ex>paypal.com</ex></strong></ph>; its security certificate is not trusted by your computer's operating system. This may be caused by a misconfiguration or an attacker intercepting your connection.
|
| + </message>
|
| + </if>
|
| <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager window">
|
| Task Manager - Chromium
|
| </message>
|
|
|