summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-03-15 13:38:41 -0700
committerAbhisek Devkota <ciwrl@lineageos.org>2017-03-15 13:38:41 -0700
commit80a7820566ae0f27496eecf578ce51aaa158d56a (patch)
tree4e7267cfe669bbc52ff030c58f7e1dcd07d004fe
parent938f77db8aea1e2ad9023061708f023a95051d17 (diff)
downloadandroid_packages_apps_CertInstaller-80a7820566ae0f27496eecf578ce51aaa158d56a.tar.gz
android_packages_apps_CertInstaller-80a7820566ae0f27496eecf578ce51aaa158d56a.tar.bz2
android_packages_apps_CertInstaller-80a7820566ae0f27496eecf578ce51aaa158d56a.zip
Automatic translation importcm-14.1_old
Change-Id: I58efb9f6135d4fbdfb057dbc4740c01924fd5991
-rw-r--r--res/values-ast-rES/strings.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
index db4d0ca..ee50bf7 100644
--- a/res/values-ast-rES/strings.xml
+++ b/res/values-ast-rES/strings.xml
@@ -15,29 +15,67 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_name">Instalador de certificaos</string>
<!-- Title of the file picker screen -->
+ <string name="pick_file_title">Escoyer un certificáu</string>
<!-- Title of dialog to enter password for pkcs12 -->
+ <string name="pkcs12_password_dialog_title">Estrayer certificáu</string>
<!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
+ <string name="extracting_pkcs12">Estrayendo\u2026</string>
<!-- Title of dialog to enter password for pkcs12 file -->
+ <string name="pkcs12_file_password_dialog_title">Estrayer de %s</string>
<!-- Title of dialog to name a credential -->
+ <string name="name_credential_dialog_title">Nome del certificáu</string>
<!-- Description for the credential name input box -->
+ <string name="credential_name">Nome del certificáu:</string>
<!-- Title of the credential info -->
<!-- Description for the credential password input box -->
+ <string name="credential_password">Teclexa la contraseña pa estrayer los certificaos.</string>
+ <string name="credential_info">El paquete contién:</string>
+ <string name="p12_description">Certificaos nel almacén de claves PKCS12.</string>
<!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE]-->
+ <string name="password_error">Teclexa la contraseña correuta.</string>
+ <string name="password_empty_error">Teclexa la contraseña.</string>
+ <string name="name_empty_error">Teclexa un nome.</string>
+ <string name="cert_not_saved">El certificáu nun ta instaláu.</string>
+ <string name="no_cert_to_saved">Nun hai certificaos pa instalar.</string>
+ <string name="invalid_cert">El certificáu nun ye válidu.</string>
<!-- toast message -->
<!-- toast message -->
<!-- toast message -->
<!-- toast message -->
+ <string name="cert_read_error">Nun pudo instalase porque nun pudo lleese\'l ficheru del certificáu.</string>
<!-- Shown when the certificate file can't be found. [CHAR LIMIT=NONE] -->
<!-- Shown when USB storage can't be found to look for a certificate. [CHAR LIMIT=30] -->
+ <string name="sdcard_not_present" product="default">La tarxeta SD nun ta presente.</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] -->
<!-- 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">Usu de credenciales:</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 y aplicaciones</item>
+ <item>Wi-Fi</item>
+ </string-array>
+ <string name="wifi_title">Perfil Wi-Fi</string>
+ <string name="wifi_detail_title">Detalles pa %s</string>
+ <string name="wifi_detail_label">Detalles</string>
+ <string name="wifi_install_label">Instalar</string>
<!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
+ <string name="wifi_installing_label">Instalando</string>
+ <string name="wifi_cancel_label">Encaboxar</string>
+ <string name="wifi_dismiss_label">Escartar</string>
+ <string name="wifi_ttls_config_text">Nome d\'usuariu: %s\n</string>
+ <string name="wifi_sim_config_text">SIM: %s\n</string>
+ <string name="wifi_trust_config_text">Certificáu d\'enfotu:\n%s\n</string>
+ <string name="done_label">FECHO</string>
+ <string name="wifi_installer_download_error">El ficheru baxáu tien problemes y nun pue instalase. Asegúrate que baxares el ficheru dende la fonte correuta.</string>
+ <string name="wifi_installer_fail">Nun puen instalase les credenciales Wi-Fi. Tenta de baxar el ficheru de nueves.</string>
+ <string name="wifi_installer_fail_no_wifi_title">Encaboxóse la instalación</string>
+ <string name="wifi_installer_fail_title">Nun pue instalase</string>
</resources>