Fix strings for certificate installation in Settings
Certificates privacy page * Changed 'Your privacy is at risk' to 'Your data won't be private'. * Change 'information' to 'data'. * Changed 'Install anyways' to 'Install anyways'. Can't install certificate dialog * Changed 'Can't install certificates' to 'Can't use this file'. Bug: 151303108 Test: Manual testing Change-Id: Ia66ff7210ae77204fa2e59f3264f5c799cc47436
This commit is contained in:
@@ -6134,13 +6134,13 @@
|
|||||||
<!-- Title of Wi-Fi certificate [CHAR LIMIT=30] -->
|
<!-- Title of Wi-Fi certificate [CHAR LIMIT=30] -->
|
||||||
<string name="wifi_certificate">Wi\u2011Fi certificate</string>
|
<string name="wifi_certificate">Wi\u2011Fi certificate</string>
|
||||||
<!-- Title of warning shown to the user before they can install a CA certificate [CHAR LIMIT=NONE] -->
|
<!-- Title of warning shown to the user before they can install a CA certificate [CHAR LIMIT=NONE] -->
|
||||||
<string name="ca_certificate_warning_title">Your privacy is at risk</string>
|
<string name="ca_certificate_warning_title">Your data won\u2019t be private</string>
|
||||||
<!-- Description of warning shown to the user before they can install a CA certificate [CHAR LIMIT=NONE] -->
|
<!-- Description of warning shown to the user before they can install a CA certificate [CHAR LIMIT=NONE] -->
|
||||||
<string name="ca_certificate_warning_description">CA certificates are used by websites, apps, and VPNs for encryption. Only install CA certificates from organizations you trust. \n\n If you install a CA certificate, the certificate owner could access your information, such as passwords, messages, or credit card details, from websites you visit or apps you use - even if that information is encrypted.</string>
|
<string name="ca_certificate_warning_description">CA certificates are used by websites, apps, and VPNs for encryption. Only install CA certificates from organizations you trust. \n\n If you install a CA certificate, the certificate owner could access your data, such as passwords or credit card details, from websites you visit or apps you use – even if your data is encrypted.</string>
|
||||||
<!-- Label for button to not install a certificate [CHAR_LIMIT=50] -->
|
<!-- Label for button to not install a certificate [CHAR_LIMIT=50] -->
|
||||||
<string name="certificate_warning_dont_install">Don\u2019t install</string>
|
<string name="certificate_warning_dont_install">Don\u2019t install</string>
|
||||||
<!-- Label for button to continue installing a certificate [CHAR_LIMIT=50] -->
|
<!-- Label for button to continue installing a certificate [CHAR_LIMIT=50] -->
|
||||||
<string name="certificate_warning_install_anyway">Install anyways</string>
|
<string name="certificate_warning_install_anyway">Install anyway</string>
|
||||||
<!-- Toast message that a certificate was not installed -->
|
<!-- Toast message that a certificate was not installed -->
|
||||||
<string name="cert_not_installed">Certificate not installed</string>
|
<string name="cert_not_installed">Certificate not installed</string>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user