summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-04-11 18:16:52 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-04-11 18:20:57 +0300
commitecbe7b2e348df810e2150b65d8db9d11419e3965 (patch)
tree9d7b22b09179ac26d73f0cd573a41e0b75949c00
parent290069355fd8026205c4ac58b9ac84b86c8847b3 (diff)
downloadandroid_packages_apps_Dialer-ecbe7b2e348df810e2150b65d8db9d11419e3965.tar.gz
android_packages_apps_Dialer-ecbe7b2e348df810e2150b65d8db9d11419e3965.tar.bz2
android_packages_apps_Dialer-ecbe7b2e348df810e2150b65d8db9d11419e3965.zip
Dialer: Readd missing T9 strings
These were removed when we switched to crowdin. Readd them in cm_extra.xml Change-Id: If37b4f15ef29bbaf627f0fb06c87d278e97b8d35
-rw-r--r--res/values-iw/cm_extra.xml26
-rw-r--r--res/values-ru/cm_extra.xml26
2 files changed, 52 insertions, 0 deletions
diff --git a/res/values-iw/cm_extra.xml b/res/values-iw/cm_extra.xml
new file mode 100644
index 000000000..03d1902d3
--- /dev/null
+++ b/res/values-iw/cm_extra.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013-2014 The CyanogenMod 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="dialpad_2_2_letters">דהו</string>
+ <string name="dialpad_3_2_letters">אבג</string>
+ <string name="dialpad_4_2_letters">מנ</string>
+ <string name="dialpad_5_2_letters">יכל</string>
+ <string name="dialpad_6_2_letters">זחט</string>
+ <string name="dialpad_7_2_letters">רשת</string>
+ <string name="dialpad_8_2_letters">צק</string>
+ <string name="dialpad_9_2_letters">סעפ</string>
+</resources>
diff --git a/res/values-ru/cm_extra.xml b/res/values-ru/cm_extra.xml
new file mode 100644
index 000000000..fe32c6105
--- /dev/null
+++ b/res/values-ru/cm_extra.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013-2014 The CyanogenMod 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="dialpad_2_2_letters">АБВГ</string>
+ <string name="dialpad_3_2_letters">ДЕЖЗ</string>
+ <string name="dialpad_4_2_letters">ИЙКЛ</string>
+ <string name="dialpad_5_2_letters">МНОП</string>
+ <string name="dialpad_6_2_letters">РСТУ</string>
+ <string name="dialpad_7_2_letters">ФХЦЧ</string>
+ <string name="dialpad_8_2_letters">ШЩЪЫ</string>
+ <string name="dialpad_9_2_letters">ЬЭЮЯ</string>
+</resources>