summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@cyanogenmod.com>2016-06-13 23:19:27 +0200
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2016-06-13 23:19:27 +0200
commit738bd044cafd5991461b354a4030dd78b2fc0c90 (patch)
tree7bcd0b6f3208ab0bb24d9c37f0bde722aa53ba89
parent652c8dcef62720e44566af106b10f4c3d1221cbe (diff)
downloadandroid_packages_providers_TelephonyProvider-738bd044cafd5991461b354a4030dd78b2fc0c90.tar.gz
android_packages_providers_TelephonyProvider-738bd044cafd5991461b354a4030dd78b2fc0c90.tar.bz2
android_packages_providers_TelephonyProvider-738bd044cafd5991461b354a4030dd78b2fc0c90.zip
Automatic translation import
Change-Id: I6403b2e6067423a0f3060032cfff152b03d2ccea Ticket: RM-154
-rw-r--r--res/values-as-rIN/strings.xml30
-rw-r--r--res/values-ast-rES/strings.xml12
-rw-r--r--res/values-be/strings.xml30
-rw-r--r--res/values-br-rFR/strings.xml30
-rw-r--r--res/values-csb-rPL/strings.xml30
-rw-r--r--res/values-cy/strings.xml30
-rw-r--r--res/values-en-rPT/strings.xml30
-rw-r--r--res/values-eo/strings.xml30
-rw-r--r--res/values-es-rMX/strings.xml30
-rw-r--r--res/values-frp-rIT/strings.xml30
-rw-r--r--res/values-fy-rNL/strings.xml30
-rw-r--r--res/values-gd-rGB/strings.xml30
-rw-r--r--res/values-ku/strings.xml12
-rw-r--r--res/values-lb/strings.xml12
-rw-r--r--res/values-oc-rFR/strings.xml30
-rw-r--r--res/values-or-rIN/strings.xml30
-rw-r--r--res/values-ug/strings.xml12
17 files changed, 438 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..f79c0dc
--- /dev/null
+++ b/res/values-as-rIN/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
index 021b6c4..6edb292 100644
--- a/res/values-ast-rES/strings.xml
+++ b/res/values-ast-rES/strings.xml
@@ -15,6 +15,18 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
<string name="app_label" product="tablet">Configuración de rede móvil</string>
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
<string name="app_label" product="default">Almacenamientu teléfonu/mensaxes</string>
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
</resources>
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-be/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-br-rFR/strings.xml b/res/values-br-rFR/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-br-rFR/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-csb-rPL/strings.xml b/res/values-csb-rPL/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-csb-rPL/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-cy/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-en-rPT/strings.xml b/res/values-en-rPT/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-en-rPT/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-eo/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-es-rMX/strings.xml b/res/values-es-rMX/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-es-rMX/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-frp-rIT/strings.xml b/res/values-frp-rIT/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-frp-rIT/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-fy-rNL/strings.xml b/res/values-fy-rNL/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-fy-rNL/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-gd-rGB/strings.xml b/res/values-gd-rGB/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-gd-rGB/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml
index 3b3ac3a..6dc6524 100644
--- a/res/values-ku/strings.xml
+++ b/res/values-ku/strings.xml
@@ -15,6 +15,18 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
<string name="app_label" product="tablet">رێکخستنی تۆڕی مۆبایل</string>
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
<string name="app_label" product="default">تەلەفۆن/ بیرگەی نامە</string>
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
</resources>
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
index f0d160c..ce6c3fd 100644
--- a/res/values-lb/strings.xml
+++ b/res/values-lb/strings.xml
@@ -15,7 +15,19 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
<string name="app_label" product="tablet">Konfiguratioun vum Mobilnetzwierk</string>
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
<string name="app_label" product="default">Telefon- an SMS-Späicher</string>
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
<string name="default_protocol">IP</string>
</resources>
diff --git a/res/values-oc-rFR/strings.xml b/res/values-oc-rFR/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-oc-rFR/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-or-rIN/strings.xml b/res/values-or-rIN/strings.xml
new file mode 100644
index 0000000..f79c0dc
--- /dev/null
+++ b/res/values-or-rIN/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
+</resources>
diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml
index d044821..180a4d2 100644
--- a/res/values-ug/strings.xml
+++ b/res/values-ug/strings.xml
@@ -15,6 +15,18 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
<string name="app_label" product="tablet">كۆچمە تور سەپلىمىسى</string>
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=25] -->
<string name="app_label" product="default">تېلېفون/ئۇچۇر ساقلىغۇچ</string>
+ <!-- Apn PPP number -->
+ <!-- Apn read only -->
+ <!-- Apn localized name -->
+ <!-- default protocol -->
</resources>