Merge "Fix strings for certificate installation in Settings" into rvc-dev am: e61aaaab51 am: 2779662793

Change-Id: If5483f1abf573bfef6b5c33931b4514952eff52f
This commit is contained in:
Automerger Merge Worker
2020-03-17 15:42:40 +00:00

View File

@@ -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>