summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-05 00:24:18 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-05 00:24:18 +0200
commit477f738259f77eeef94eaaafbc36df3812624be7 (patch)
tree5ab4a18fd83367cba25838ebdb2e56e4012cf482
parent95ca4c7b92651cdec574df45adf9cc6d0b857629 (diff)
downloadandroid_packages_apps_CertInstaller-477f738259f77eeef94eaaafbc36df3812624be7.tar.gz
android_packages_apps_CertInstaller-477f738259f77eeef94eaaafbc36df3812624be7.tar.bz2
android_packages_apps_CertInstaller-477f738259f77eeef94eaaafbc36df3812624be7.zip
Automatic translation import
Change-Id: Ib97bbe0b92ee13ed70062bd1b0799a70b06adafd
-rw-r--r--res/values-ast-rES/strings.xml25
-rw-r--r--res/values-be/strings.xml43
-rw-r--r--res/values-br-rFR/strings.xml43
-rw-r--r--res/values-cy/strings.xml43
-rw-r--r--res/values-en-rPT/strings.xml43
-rw-r--r--res/values-eo/strings.xml43
-rw-r--r--res/values-es-rMX/strings.xml43
-rw-r--r--res/values-fy-rNL/strings.xml43
-rw-r--r--res/values-gd-rGB/strings.xml43
-rw-r--r--res/values-ku/strings.xml25
-rw-r--r--res/values-lb/strings.xml25
-rw-r--r--res/values-oc-rFR/strings.xml43
-rw-r--r--res/values-ug/strings.xml25
13 files changed, 487 insertions, 0 deletions
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
index 9d6c4b5..978e54d 100644
--- a/res/values-ast-rES/strings.xml
+++ b/res/values-ast-rES/strings.xml
@@ -16,18 +16,30 @@
-->
<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">Esbillar 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">Escribi la contraseña pa estrayer los certificaos</string>
<string name="credential_info">El paquete contién:</string>
<string name="p12_description">Certificaos del almacén de claves PKCS12</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_userkey">una clave d\'usuariu</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_usercrt">un certificáu d\'usuariu</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_cacrt">un certificáu CA</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE]-->
<string name="n_cacrts">%d certificaos de CA</string>
<string name="password_error">Escribi la contraseña correuta.</string>
<string name="password_empty_error">Escribi la contraseña.</string>
@@ -38,18 +50,31 @@
<string name="cert_not_saved">Nun s\'instaló\'l certificáu.</string>
<string name="no_cert_to_saved">Nun hai nengún certificáu qu\'instalar.</string>
<string name="invalid_cert">El certificáu nun ye válidu.</string>
+ <!-- toast message -->
<string name="cert_is_added"><xliff:g id="CREDENTIAL">%s</xliff:g> instalóse.</string>
+ <!-- toast message -->
<string name="cert_too_large_error">Nun pudo instalase porque\'l tamañu del certificáu ye enforma grande.</string>
+ <!-- toast message -->
<string name="cert_missing_error">Nun pudo instalase porque nun s\'atopó\'l ficheru de certificáu.</string>
+ <!-- toast message -->
<string name="cert_read_error">Nun pudo instalase porque nun ye a lleese\'l ficheru de certificáu.</string>
+ <!-- Shown when the certificate file can't be found. [CHAR LIMIT=NONE] -->
<string name="no_cert_file_found" product="nosdcard">Nun s\'atopó nengún ficheru de certificáu nel almacenamientu USB.</string>
<string name="no_cert_file_found" product="default">Nun s\'atopó nengún ficheru de certificáu na tarxeta SD.</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 non disponible</string>
<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] -->
<string name="only_primary_user_allowed">Namái\'l propietariu d\'esti preséu pue instalar certificaos.</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">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>
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
</resources>
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
new file mode 100644
index 0000000..db4d0ca
--- /dev/null
+++ b/res/values-be/strings.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- 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">
+ <!-- Title of the file picker screen -->
+ <!-- Title of dialog to enter password for pkcs12 -->
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
+ <!-- Title of dialog to enter password for pkcs12 file -->
+ <!-- Title of dialog to name a credential -->
+ <!-- Description for the credential name input box -->
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
+ <!-- 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]-->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- 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] -->
+ <!-- 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] -->
+ <!-- Usage type for a credential that the user is installing. The label will restrict the
+ type of use for that credential. [CHAR LIMIT=40] -->
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
+</resources>
diff --git a/res/values-br-rFR/strings.xml b/res/values-br-rFR/strings.xml
new file mode 100644
index 0000000..db4d0ca
--- /dev/null
+++ b/res/values-br-rFR/strings.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- 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">
+ <!-- Title of the file picker screen -->
+ <!-- Title of dialog to enter password for pkcs12 -->
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
+ <!-- Title of dialog to enter password for pkcs12 file -->
+ <!-- Title of dialog to name a credential -->
+ <!-- Description for the credential name input box -->
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
+ <!-- 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]-->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- 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] -->
+ <!-- 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] -->
+ <!-- Usage type for a credential that the user is installing. The label will restrict the
+ type of use for that credential. [CHAR LIMIT=40] -->
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
+</resources>
diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml
new file mode 100644
index 0000000..db4d0ca
--- /dev/null
+++ b/res/values-cy/strings.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- 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">
+ <!-- Title of the file picker screen -->
+ <!-- Title of dialog to enter password for pkcs12 -->
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
+ <!-- Title of dialog to enter password for pkcs12 file -->
+ <!-- Title of dialog to name a credential -->
+ <!-- Description for the credential name input box -->
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
+ <!-- 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]-->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- 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] -->
+ <!-- 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] -->
+ <!-- Usage type for a credential that the user is installing. The label will restrict the
+ type of use for that credential. [CHAR LIMIT=40] -->
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
+</resources>
diff --git a/res/values-en-rPT/strings.xml b/res/values-en-rPT/strings.xml
new file mode 100644
index 0000000..db4d0ca
--- /dev/null
+++ b/res/values-en-rPT/strings.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- 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">
+ <!-- Title of the file picker screen -->
+ <!-- Title of dialog to enter password for pkcs12 -->
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
+ <!-- Title of dialog to enter password for pkcs12 file -->
+ <!-- Title of dialog to name a credential -->
+ <!-- Description for the credential name input box -->
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
+ <!-- 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]-->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- 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] -->
+ <!-- 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] -->
+ <!-- Usage type for a credential that the user is installing. The label will restrict the
+ type of use for that credential. [CHAR LIMIT=40] -->
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
+</resources>
diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml
new file mode 100644
index 0000000..db4d0ca
--- /dev/null
+++ b/res/values-eo/strings.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- 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">
+ <!-- Title of the file picker screen -->
+ <!-- Title of dialog to enter password for pkcs12 -->
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
+ <!-- Title of dialog to enter password for pkcs12 file -->
+ <!-- Title of dialog to name a credential -->
+ <!-- Description for the credential name input box -->
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
+ <!-- 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]-->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- 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] -->
+ <!-- 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] -->
+ <!-- Usage type for a credential that the user is installing. The label will restrict the
+ type of use for that credential. [CHAR LIMIT=40] -->
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
+</resources>
diff --git a/res/values-es-rMX/strings.xml b/res/values-es-rMX/strings.xml
new file mode 100644
index 0000000..db4d0ca
--- /dev/null
+++ b/res/values-es-rMX/strings.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- 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">
+ <!-- Title of the file picker screen -->
+ <!-- Title of dialog to enter password for pkcs12 -->
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
+ <!-- Title of dialog to enter password for pkcs12 file -->
+ <!-- Title of dialog to name a credential -->
+ <!-- Description for the credential name input box -->
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
+ <!-- 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]-->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- 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] -->
+ <!-- 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] -->
+ <!-- Usage type for a credential that the user is installing. The label will restrict the
+ type of use for that credential. [CHAR LIMIT=40] -->
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
+</resources>
diff --git a/res/values-fy-rNL/strings.xml b/res/values-fy-rNL/strings.xml
new file mode 100644
index 0000000..db4d0ca
--- /dev/null
+++ b/res/values-fy-rNL/strings.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- 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">
+ <!-- Title of the file picker screen -->
+ <!-- Title of dialog to enter password for pkcs12 -->
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
+ <!-- Title of dialog to enter password for pkcs12 file -->
+ <!-- Title of dialog to name a credential -->
+ <!-- Description for the credential name input box -->
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
+ <!-- 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]-->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- 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] -->
+ <!-- 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] -->
+ <!-- Usage type for a credential that the user is installing. The label will restrict the
+ type of use for that credential. [CHAR LIMIT=40] -->
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
+</resources>
diff --git a/res/values-gd-rGB/strings.xml b/res/values-gd-rGB/strings.xml
new file mode 100644
index 0000000..db4d0ca
--- /dev/null
+++ b/res/values-gd-rGB/strings.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- 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">
+ <!-- Title of the file picker screen -->
+ <!-- Title of dialog to enter password for pkcs12 -->
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
+ <!-- Title of dialog to enter password for pkcs12 file -->
+ <!-- Title of dialog to name a credential -->
+ <!-- Description for the credential name input box -->
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
+ <!-- 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]-->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- 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] -->
+ <!-- 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] -->
+ <!-- Usage type for a credential that the user is installing. The label will restrict the
+ type of use for that credential. [CHAR LIMIT=40] -->
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
+</resources>
diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml
index 9b4ad72..e02f17f 100644
--- a/res/values-ku/strings.xml
+++ b/res/values-ku/strings.xml
@@ -16,18 +16,30 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">دابەزێنەری بڕوانامە</string>
+ <!-- Title of the file picker screen -->
<string name="pick_file_title">بڕوانامەیەک هەڵبژێرە</string>
+ <!-- Title of dialog to enter password for pkcs12 -->
<string name="pkcs12_password_dialog_title">دەرهێنانی بڕوانامە</string>
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
<string name="extracting_pkcs12">دەرهێنانی\u2026</string>
+ <!-- Title of dialog to enter password for pkcs12 file -->
<string name="pkcs12_file_password_dialog_title">دەرهێنان لە %s</string>
+ <!-- Title of dialog to name a credential -->
<string name="name_credential_dialog_title">ناوی بڕوانامە</string>
+ <!-- Description for the credential name input box -->
<string name="credential_name">ناوی بڕوانامە:</string>
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
<string name="credential_password">تێپەڕە ووشە بنوسە بۆ دەرهێنانی بڕوانامەکان.</string>
<string name="credential_info">پێکهاتەکانی پێچراو:</string>
<string name="p12_description">بڕوانامه‌ له‌ کلیلی PKCS12 .</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_userkey">یەک کلیلی بەکارهێنەر</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_usercrt">یەک بڕوانامەی بەکارهێنەر</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_cacrt">CA یەک بڕوانامەی</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE]-->
<string name="n_cacrts">%d CA بڕوانامە</string>
<string name="password_error">تێپەڕە ووشەی دروست بنوسە.</string>
<string name="password_empty_error">تێپەڕە ووشە بنوسە.</string>
@@ -38,18 +50,31 @@
<string name="cert_not_saved">بڕوانامەکە دانەمەزراوە.</string>
<string name="no_cert_to_saved">هیچ بڕوانامەیەک نیە بۆ دابەزاندن.</string>
<string name="invalid_cert">بروانامە نادروستە.</string>
+ <!-- toast message -->
<string name="cert_is_added"><xliff:g id="credential">%s</xliff:g> دابەزێنراوە.</string>
+ <!-- toast message -->
<string name="cert_too_large_error">ناتوانرێت دابمەزرێت چونکە قەبارەی فایلی بڕوانامە ئێجگار زۆرە.</string>
+ <!-- toast message -->
<string name="cert_missing_error">ناتوانرێت دابمەزرێت چونکە فایلی بڕوانامە نادۆزرێتەوە.</string>
+ <!-- toast message -->
<string name="cert_read_error">ناتوانرێت دابمەزرێت چونکە فایلی بڕوانامە ناخوێندرێتەوە.</string>
+ <!-- Shown when the certificate file can't be found. [CHAR LIMIT=NONE] -->
<string name="no_cert_file_found" product="nosdcard">هیچ بڕوانامەیەک نەدۆزرایەوە لە ناو بیرگەی USB.</string>
<string name="no_cert_file_found" product="default">هیچ بڕوانامەیەک نەدۆزرایەوە لە ناو بیرگەی هەڵگرتنی.</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 بەر دەست نییە.</string>
<string name="sdcard_not_present" product="default">بیرگەی هەڵگرتنی ئامادە نییە.</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">تەنها خاوەنی ئەم ئامێرە رێگەی دامەزراندنی بڕوانامەکانی هەیە.</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">بەکار بردنی بڕواپێدەر:</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 بەرنامەکان و</item>
<item>Wi-Fi</item>
</string-array>
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
</resources>
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
index 1af2df9..b07b0be 100644
--- a/res/values-lb/strings.xml
+++ b/res/values-lb/strings.xml
@@ -16,18 +16,30 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Zertifikatsinstallatioun</string>
+ <!-- Title of the file picker screen -->
<string name="pick_file_title">Zertifikat auswielen</string>
+ <!-- Title of dialog to enter password for pkcs12 -->
<string name="pkcs12_password_dialog_title">Zertifikat entpaken</string>
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
<string name="extracting_pkcs12">Gëtt entpaakt\u2026</string>
+ <!-- Title of dialog to enter password for pkcs12 file -->
<string name="pkcs12_file_password_dialog_title">Entpaken aus %s</string>
+ <!-- Title of dialog to name a credential -->
<string name="name_credential_dialog_title">Numm vum Zertifikat</string>
+ <!-- Description for the credential name input box -->
<string name="credential_name">Numm vum Zertifikat:</string>
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
<string name="credential_password">Passwuert aginn, fir d\'Zertifikater z\'entpaken.</string>
<string name="credential_info">Dëse Pak huet:</string>
<string name="p12_description">Zertifikater am PKCS12 Schlësselspäicher.</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_userkey">ee Benotzerschlëssel</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_usercrt">ee Benotzerzertifikat</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_cacrt">een CA-Zertifikat</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE]-->
<string name="n_cacrts">%d CA-Zertifikater</string>
<string name="password_error">Gëff dat korrekt Passwuert an.</string>
<string name="password_empty_error">Passwuert aginn.</string>
@@ -38,18 +50,31 @@
<string name="cert_not_saved">Den Zertifikat ass net installéiert.</string>
<string name="no_cert_to_saved">Keen Zertifikat fir installéiert ze ginn.</string>
<string name="invalid_cert">Den Zertifikat ass net gëlteg.</string>
+ <!-- toast message -->
<string name="cert_is_added"><xliff:g id="credential">%s</xliff:g> ass installéiert.</string>
+ <!-- toast message -->
<string name="cert_too_large_error">Konnt den Zertifikat net installéiere well en ze grouss ass.</string>
+ <!-- toast message -->
<string name="cert_missing_error">Konnt den Zertifikat net installéiere well en net fonnt gouf.</string>
+ <!-- toast message -->
<string name="cert_read_error">Konnt den Zertifikat net installéiere well en net konnt gelies ginn.</string>
+ <!-- Shown when the certificate file can't be found. [CHAR LIMIT=NONE] -->
<string name="no_cert_file_found" product="nosdcard">Keen Zertifikatsfichier um USB-Späicher fonnt.</string>
<string name="no_cert_file_found" product="default">Keen Zertifikatsfichier op der SD-Kaart fonnt.</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-Späicher net disponibel.</string>
<string name="sdcard_not_present" product="default">SD-Kaart net 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">Just de Besëtzer vum Apparat kann Zertifikater installéieren.</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">Benotzung vun den Zouganksdaten:</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 an Appen</item>
<item>WLAN</item>
</string-array>
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
</resources>
diff --git a/res/values-oc-rFR/strings.xml b/res/values-oc-rFR/strings.xml
new file mode 100644
index 0000000..db4d0ca
--- /dev/null
+++ b/res/values-oc-rFR/strings.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- 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">
+ <!-- Title of the file picker screen -->
+ <!-- Title of dialog to enter password for pkcs12 -->
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
+ <!-- Title of dialog to enter password for pkcs12 file -->
+ <!-- Title of dialog to name a credential -->
+ <!-- Description for the credential name input box -->
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
+ <!-- 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]-->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- toast message -->
+ <!-- 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] -->
+ <!-- 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] -->
+ <!-- Usage type for a credential that the user is installing. The label will restrict the
+ type of use for that credential. [CHAR LIMIT=40] -->
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
+</resources>
diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml
index 69c8225..465e71b 100644
--- a/res/values-ug/strings.xml
+++ b/res/values-ug/strings.xml
@@ -16,18 +16,30 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">گۇۋاھنامە ئورناتقۇچ</string>
+ <!-- Title of the file picker screen -->
<string name="pick_file_title">بىر گۇۋاھنامە تاللاڭ</string>
+ <!-- Title of dialog to enter password for pkcs12 -->
<string name="pkcs12_password_dialog_title">گۇۋاھنامە يەش</string>
+ <!-- message in progress bar when waiting for extracting certs from a pkcs12 package -->
<string name="extracting_pkcs12">يېشىۋاتىدۇ…</string>
+ <!-- Title of dialog to enter password for pkcs12 file -->
<string name="pkcs12_file_password_dialog_title">%s دىن يېشىۋاتىدۇ</string>
+ <!-- Title of dialog to name a credential -->
<string name="name_credential_dialog_title">گۇۋاھنامە ئىسمى</string>
+ <!-- Description for the credential name input box -->
<string name="credential_name">گۇۋاھنامە ئىسمى:</string>
+ <!-- Title of the credential info -->
+ <!-- Description for the credential password input box -->
<string name="credential_password">گۇۋاھنامە يېشىدىغان ئىمنى كىرگۈزۈڭ.</string>
<string name="credential_info">بوغچىنىڭ ئىچىدە:</string>
<string name="p12_description">PKCS12 شىفىرلىق ئاچقۇچ ئامبىرىدىكى گۇۋاھنامە</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_userkey">بىر ئىشلەتكۈچى ئاچقۇچى</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_usercrt">بىر ئىشلەتكۈچى گۇۋاھنامىسى</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE] -->
<string name="one_cacrt">بىر CA گۇۋاھنامىسى</string>
+ <!-- Item found in the PKCS12 keystore being investigated [CHAR LIMIT=NONE]-->
<string name="n_cacrts">%d CA گۇۋاھنامىسى</string>
<string name="password_error">توغرا ئىمنى كىرگۈزۈڭ.</string>
<string name="password_empty_error">ئىم كىرگۈزۈڭ.</string>
@@ -38,18 +50,31 @@
<string name="cert_not_saved">بۇ گۇۋاھنامە ئورنىتىلمىغان.</string>
<string name="no_cert_to_saved">ئورنىتىدىغان گۇۋاھنامە يوق.</string>
<string name="invalid_cert">گۇۋاھنامە ئىناۋەتسىز.</string>
+ <!-- toast message -->
<string name="cert_is_added"><xliff:g id="CREDENTIAL">%s</xliff:g> ئورنىتىلدى.</string>
+ <!-- toast message -->
<string name="cert_too_large_error">ئورنىتالمىدى چۈنكى گۇۋاھنامە بەك چوڭ.</string>
+ <!-- toast message -->
<string name="cert_missing_error">ئورنىتالمىدى چۈنكى گۇۋاھنامە گۇۋاھنامە ھۆججەتنى تاپالمىدى.</string>
+ <!-- toast message -->
<string name="cert_read_error">ئورنىتالمىدى چۈنكى گۇۋاھنامە گۇۋاھنامە ھۆججەتنى ئۇقۇيالمىدى.</string>
+ <!-- Shown when the certificate file can't be found. [CHAR LIMIT=NONE] -->
<string name="no_cert_file_found" product="nosdcard">USB ساقلىغۇچتىن گۇۋاھنامە ھۆججىتىنى تاپالمىدى.</string>
<string name="no_cert_file_found" product="default">SD كارتىدىن گۇۋاھنامە ھۆججىتىنى تاپالمىدى.</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 ساقلىغۇچنى ئىشلەتكىلى بولمايدۇ.</string>
<string name="sdcard_not_present" product="default">SD كارتا مەۋجۇد ئەمەس.</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">پەقەت بۇ ئۈسكۈنىنىڭ ئىگىسىلا گۇۋاھنامە ئورنىتالايدۇ.</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">ئىسپاتلىق ئىشلىتىش:</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 ۋە ئەپلەر</item>
<item>Wi-Fi</item>
</string-array>
+ <!-- Toast message to be displayed when installing Hotspot 2.0 credentials [CHAR LIMIT=40] -->
</resources>