summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinky@build01 <jenkins@cyanogenmod.com>2016-11-22 16:45:07 -0800
committerMichael Bestas <mikeioannina@gmail.com>2016-12-30 21:03:27 +0200
commit6d91ab7b947f77b9c41010435dae20b92046baf4 (patch)
treee358d57e3106f32f80cfc49eaf4dec77da71c10f
parent1fc184701435d8fc63feb487a7bd5954358dd26e (diff)
downloadandroid_packages_apps_KeyChain-staging/cm-14.1-cafrebase.tar.gz
android_packages_apps_KeyChain-staging/cm-14.1-cafrebase.tar.bz2
android_packages_apps_KeyChain-staging/cm-14.1-cafrebase.zip
Automatic translation importstaging/cm-14.1-cafrebase
Change-Id: Ie97fdae55e61b02ebcb943617e5e0e6c1eae7387 Ticket: -
-rw-r--r--res/values-as-rIN/strings.xml26
-rw-r--r--res/values-ast-rES/strings.xml35
-rw-r--r--res/values-br-rFR/strings.xml26
-rw-r--r--res/values-csb-rPL/strings.xml26
-rw-r--r--res/values-cy/strings.xml26
-rw-r--r--res/values-en-rPT/strings.xml26
-rw-r--r--res/values-eo/strings.xml27
-rw-r--r--res/values-es-rCO/strings.xml26
-rw-r--r--res/values-es-rMX/strings.xml26
-rw-r--r--res/values-frp-rIT/strings.xml26
-rw-r--r--res/values-fy-rNL/strings.xml26
-rw-r--r--res/values-ga-rIE/strings.xml26
-rw-r--r--res/values-gd-rGB/strings.xml26
-rw-r--r--res/values-ku/strings.xml35
-rw-r--r--res/values-lb/strings.xml35
-rw-r--r--res/values-oc-rFR/strings.xml26
-rw-r--r--res/values-or-rIN/strings.xml26
-rw-r--r--res/values-ug/strings.xml35
18 files changed, 505 insertions, 0 deletions
diff --git a/res/values-as-rIN/strings.xml b/res/values-as-rIN/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-as-rIN/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
new file mode 100644
index 0000000..5a32301
--- /dev/null
+++ b/res/values-ast-rES/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">Llaveru</string>
+ <!-- Dialog title when no certificates were found -->
+ <string name="title_no_certs">Nun s\'atoparon certificaos</string>
+ <!-- Dialog title when at least one certificate was found -->
+ <string name="title_select_cert">Esbillar certificáu</string>
+ <!-- Used at top of dialog to identify requesting application -->
+ <string name="requesting_application">L\'aplicación %s solicitó un certificáu. Al seleicionar un certificáu, l\'aplicación podrá usar esta identidá colos sirvidores agora y nel futuru.</string>
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <string name="requesting_server">L\'aplicación identificó al sirvidor que solicita\'l certificáu como %s, pero namái dexes que l\'aplicación acceda al certificáu si confíes nella.</string>
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <string name="install_new_cert_message">Pues instalar certificaos dende un ficheru PKCS#12 con estensión %1$s o %2$s allugáu nel almacenamientu esternu.</string>
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <string name="install_new_cert_button_label">Instalar</string>
+ <!-- Label of button to send the allow the application certificate request -->
+ <string name="allow_button">Permitir</string>
+ <!-- Label of button to send the deny the application certificate request -->
+ <string name="deny_button">Refugar</string>
+</resources>
diff --git a/res/values-br-rFR/strings.xml b/res/values-br-rFR/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-br-rFR/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-csb-rPL/strings.xml b/res/values-csb-rPL/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-csb-rPL/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-cy/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-en-rPT/strings.xml b/res/values-en-rPT/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-en-rPT/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml
new file mode 100644
index 0000000..827ff22
--- /dev/null
+++ b/res/values-eo/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <string name="install_new_cert_button_label">Instali</string>
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-es-rCO/strings.xml b/res/values-es-rCO/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-es-rCO/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-es-rMX/strings.xml b/res/values-es-rMX/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-es-rMX/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-frp-rIT/strings.xml b/res/values-frp-rIT/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-frp-rIT/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-fy-rNL/strings.xml b/res/values-fy-rNL/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-fy-rNL/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-ga-rIE/strings.xml b/res/values-ga-rIE/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-ga-rIE/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-gd-rGB/strings.xml b/res/values-gd-rGB/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-gd-rGB/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml
new file mode 100644
index 0000000..86065d3
--- /dev/null
+++ b/res/values-ku/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">زنجيرى گرنگ</string>
+ <!-- Dialog title when no certificates were found -->
+ <string name="title_no_certs">بڕوانامە نەدۆزرایەوە</string>
+ <!-- Dialog title when at least one certificate was found -->
+ <string name="title_select_cert">بڕوانامەیەک هەڵبژێرە</string>
+ <!-- Used at top of dialog to identify requesting application -->
+ <string name="requesting_application">بەرنامەکە %s بڕوانامەيێكى داوا كردوە. هەڵبژاردنى بڕوانامەيێك لەگەڵ سێرڤەر ئێستا بەرنامە ئەمە ناسنامە بەكار دێنێت و لە ئايندە.</string>
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <string name="requesting_server">بەرنامە سێرڤەرەكەى داواكردنى ديارى كردوە وەك %س، بەڵام تۆ تەنها دەبێت بۆ بڕوانامەكەى گەيشتنى بەرنامە پێ بدەن ئەگەر تۆ بەرنامە متمانە دەكەی.</string>
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <string name="install_new_cert_message">تۆ دەتوانن بڕوانامە لە فايلێكى پى كەى سى ئێس # 1 2ەوە لەگەڵێك دا بمەزرێنن %1$s or a %2$s درێژ كردنەوە لە كۆگاى دەرەوەييى كەوتە.</string>
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <string name="install_new_cert_button_label">دامەزراندن</string>
+ <!-- Label of button to send the allow the application certificate request -->
+ <string name="allow_button">ڕێگەدان</string>
+ <!-- Label of button to send the deny the application certificate request -->
+ <string name="deny_button">نکوڵیکردن</string>
+</resources>
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
new file mode 100644
index 0000000..9ea8f20
--- /dev/null
+++ b/res/values-lb/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">Schlësselketten</string>
+ <!-- Dialog title when no certificates were found -->
+ <string name="title_no_certs">Keng Zertifikater fonnt</string>
+ <!-- Dialog title when at least one certificate was found -->
+ <string name="title_select_cert">Zertifikat auswielen</string>
+ <!-- Used at top of dialog to identify requesting application -->
+ <string name="requesting_application">D\'App %s huet en Zertifikat ugefrot. En Zertifikat auswielen erlaabt der App, dës Identitéit elo an an Zukunft bei Servere ze benotzen.</string>
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <string name="requesting_server">D\'App huet de Server vun deem d\'Ufro kënnt als %s identifizéiert, mä du solls der App just Zougrëff op den Zertifikat ginn, wann s de der App traus.</string>
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <string name="install_new_cert_message">Du kanns Zertifikater aus engem PKCS#12-Fichier mat der Erweiderung %1$s oder %2$s aus dem externe Späicher installéieren.</string>
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <string name="install_new_cert_button_label">Installéieren</string>
+ <!-- Label of button to send the allow the application certificate request -->
+ <string name="allow_button">Erlaben</string>
+ <!-- Label of button to send the deny the application certificate request -->
+ <string name="deny_button">Verweigeren</string>
+</resources>
diff --git a/res/values-oc-rFR/strings.xml b/res/values-oc-rFR/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-oc-rFR/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-or-rIN/strings.xml b/res/values-or-rIN/strings.xml
new file mode 100644
index 0000000..c9761f2
--- /dev/null
+++ b/res/values-or-rIN/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">
+ <!-- Dialog title when no certificates were found -->
+ <!-- Dialog title when at least one certificate was found -->
+ <!-- Used at top of dialog to identify requesting application -->
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <!-- Label of button to send the allow the application certificate request -->
+ <!-- Label of button to send the deny the application certificate request -->
+</resources>
diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml
new file mode 100644
index 0000000..65e5a3b
--- /dev/null
+++ b/res/values-ug/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2011 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">ئاچقۇچ ھالقىسى</string>
+ <!-- Dialog title when no certificates were found -->
+ <string name="title_no_certs">ھېچقانداق گۇۋاھنامە تېپىلمىدى</string>
+ <!-- Dialog title when at least one certificate was found -->
+ <string name="title_select_cert">گۇۋاھنامە تاللاڭ</string>
+ <!-- Used at top of dialog to identify requesting application -->
+ <string name="requesting_application">بۇ %s ئەپ گۇۋاھنامە ئىشلىتىشنى ئىلتىماس قىلدى. گۇۋاھنامىدىن بىرنى تاللاڭ، مەزكۇر ئەپ ھازىر ۋە كەلگۈسىدە مۇلازىمېتىر بىلەن بۇنى ئىشلىتىپ سالاھىيىتىنى دەلىللەيدۇ.</string>
+ <!-- Used at top of dialog to identify requesting server (may be host:port or just host)-->
+ <string name="requesting_server">بۇ ئەپ مۇلازىمىتېرنى %s سۈپىتىدە دەلىللەشنى ئىلتىماس قىلدى، ئەمما سىز ئىشىنىدىغان ئەپلەرگىلا گۇۋاھنامە ئىشلىتىش ھوقۇقىنى بېرىڭ.</string>
+ <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
+ <string name="install_new_cert_message">سىز سىرتقى ساقلىغۇچتىكى كېڭەيتىلگەن ئىسمى %1$s ياكى %2$s بولغان PKCS#12 ھۆججەتتىكى گۇۋاھنامىنى ئورنىتالايسىز.</string>
+ <!-- Label of button to send the user to the CertInstaller to install a certificate -->
+ <string name="install_new_cert_button_label">ئورنات</string>
+ <!-- Label of button to send the allow the application certificate request -->
+ <string name="allow_button">يول قوي</string>
+ <!-- Label of button to send the deny the application certificate request -->
+ <string name="deny_button">رەت قىل</string>
+</resources>