112 lines
6.8 KiB
XML
112 lines
6.8 KiB
XML
<?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>
|
|
<!-- 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>
|
|
|
|
<!-- 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>
|
|
|
|
<!-- Shown when the certificate file can't be found. [CHAR LIMIT=NONE] -->
|
|
<string name="no_cert_file_found" product="nosdcard">No certificate file found in USB storage.</string>
|
|
<string name="no_cert_file_found" product="default">No certificate file found in the SD card.</string>
|
|
<!-- Shown when USB storage can't be found to look for a certificate. [CHAR LIMIT=30] -->
|
|
<string name="sdcard_not_present" product="nosdcard">USB storage not available.</string>
|
|
<string name="sdcard_not_present" product="default">SD card isn\'t present.</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>
|
|
|
|
<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.</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>.</string>
|
|
<string name="wifi_installer_download_error">Downloaded file has problems and can\'t be installed. Make sure you downloaded the file from the correct source.</string>
|
|
<string name="wifi_installer_fail">Can\'t install Wi-Fi credentials. Try downloading the file again.</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.</string>
|
|
</resources>
|