blob: 020a0142e5ae60fb969bc00be957689720977784 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Certificate Installer</string>
<!-- Title of the file picker screen -->
<string name="pick_file_title">Choose a certificate</string>
<!-- Title of dialog to enter password for pkcs12 -->
<string name="pkcs12_password_dialog_title">Extract certificate</string>
<!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
<string name="extracting_pkcs12">Extracting\u2026</string>
<!-- Title of dialog to enter password for pkcs12 file -->
<string name="pkcs12_file_password_dialog_title">Extract from %s</string>
<!-- Title of dialog to name a credential -->
<string name="name_credential_dialog_title">Name the certificate</string>
<!-- Description for the credential name input box -->
<string name="credential_name">Certificate name:</string>
<!-- Title of the credential info -->
<!-- Description for the credential password input box -->
<string name="credential_password">Type the password to extract the certificates.</string>
<string name="credential_info">The package contains:</string>
<string name="p12_description">Certificates in PKCS12 keystore.</string>
<!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_userkey">one user key</string>
<!-- Type of key found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="userkey_type">Algorithm: </string>
<!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_usercrt">one user certificate</string>
<!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_cacrt">one CA certificate</string>
<!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE]-->
<string name="n_cacrts">%d CA certificates</string>
<string name="password_error">Type the correct password.</string>
<string name="password_empty_error">Type the password.</string>
<string name="name_empty_error">Type a name.</string>
<string name="name_char_error">Type a name that contains only letters and numbers.</string>
<string name="unable_to_save_cert">Couldn\'t save the certificate. The credential storage isn\'t enabled or properly initialized.</string>
<string name="cert_not_saved">The certificate is not installed.</string>
<string name="no_cert_to_saved">No certificate to install.</string>
<string name="invalid_cert">The certificate is invalid.</string>
<string name="action_missing_private_key">Private key required to install a certificate</string>
<string name="action_missing_user_cert">Certificate required to install a private key</string>
<!-- toast message -->
<string name="cert_is_added"><xliff:g id="credential">%s</xliff:g> is installed.</string>
<!-- toast message -->
<string name="cert_too_large_error">Couldn\'t install because the certificate size is too large.</string>
<!-- toast message -->
<string name="cert_missing_error">Couldn\'t install because the certificate file couldn\'t be located.</string>
<!-- toast message -->
<string name="cert_read_error">Couldn\'t install because the certificate file couldn\'t be read.</string>
<!-- Message displayed when a user other than the owner on a multi-user system tries to
install a certificate into the certificate store. [CHAR LIMIT=NONE] -->
<string name="only_primary_user_allowed">Only the owner of this device may install certificates.</string>
<!-- Label for spinner that shows the possible usage for a credential. Shown when user is
installing a credential [CHAR LIMIT=40] -->
<string name="credential_usage_label">Credential use:</string>
<!-- Usage type for a credential that the user is installing. The label will restrict the
type of use for that credential. [CHAR LIMIT=40] -->
<string-array name="credential_usage">
<item>VPN and apps</item>
<item>Wi-Fi</item>
</string-array>
<!-- Explain that the issuer of the CA certificate that is about to be installed can inspect
all of the traffic of the device. -->
<string name="certificate_capabilities_warning">Note: The issuer of this certificate may inspect all traffic to and from the device.</string>
<string name="wifi_title">Wi-Fi Profile</string>
<string name="wifi_detail_title">Details for %s</string>
<string name="wifi_detail_label">Details</string>
<string name="wifi_install_label">Install</string>
<!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
<string name="wifi_installing_label">Installing</string>
<string name="wifi_cancel_label">Cancel</string>
<string name="wifi_dismiss_label">Dismiss</string>
<string name="wifi_no_config">None</string>
<string name="wifi_config_text">Name: %1$s\nFQDN: %2$s\nRoaming Consortiums: %3$s\nRealm: %4$s\nAuth method: EAP-%5$s\n</string>
<string name="wifi_ttls_config_text">User name: %s\n</string>
<string name="wifi_tls_config_text">Client certificate:\n%1$s\nKey: %2$s\n</string>
<string name="wifi_sim_config_text">SIM: %s\n</string>
<string name="wifi_trust_config_text">Trust certificate:\n%s\n</string>
<string name="install_done_title">Credentials installed</string>
<string name="install_done"><xliff:g id="name">%1$s</xliff:g> credentials have been added to Wi-Fi saved networks&#46;</string>
<string name="done_label">DONE</string>
<string name="wifi_installer_detail">Install Wi-Fi credentials to connect to networks available via <xliff:g id="name">%1$s</xliff:g>&#46;</string>
<string name="wifi_installer_download_error">Downloaded file has problems and can\'t be installed&#46; Make sure you downloaded the file from the correct source&#46;</string>
<string name="wifi_installer_fail">Can\'t install Wi-Fi credentials&#46; Try downloading the file again&#46;</string>
<string name="wifi_installer_fail_no_wifi_title">Installation canceled</string>
<string name="wifi_installer_fail_title">Can\'t install</string>
<string name="wifi_installer_fail_no_wifi">Turn on Wi-Fi and try again&#46;</string>
</resources>