diff options
| author | Ricardo Cerqueira <ricardo@cyngn.com> | 2016-03-03 18:07:48 +0000 |
|---|---|---|
| committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2016-04-04 11:27:21 -0700 |
| commit | 96ed005b54db8fb7c58c778604d81c7cca878b5b (patch) | |
| tree | 6ac00e34d509e66c027c5eb02cb6361b1116f13d | |
| parent | 6c1aa4380bcd60ee34aeb9363ae65c6f44931872 (diff) | |
| download | packages_apps_PhoneCommon-96ed005b54db8fb7c58c778604d81c7cca878b5b.tar.gz packages_apps_PhoneCommon-96ed005b54db8fb7c58c778604d81c7cca878b5b.tar.bz2 packages_apps_PhoneCommon-96ed005b54db8fb7c58c778604d81c7cca878b5b.zip | |
Add Ukrainian T9 symbol map
Ref CYNGNOS-2188
Change-Id: I5d094e46e46762cd185683a9c09f59321eac4b66
(cherry picked from commit 5bd46bab778ad10a5b9a4f26ec1c9c8e9868bd6a)
| -rw-r--r-- | res/values-uk/cm_extra.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/res/values-uk/cm_extra.xml b/res/values-uk/cm_extra.xml new file mode 100644 index 0000000..8ad68b2 --- /dev/null +++ b/res/values-uk/cm_extra.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2015 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> + |
