summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-02-16 14:27:15 +0200
committerMichael Bestas <mikeioannina@gmail.com>2014-02-16 16:27:26 +0200
commit0e31d38394741d8ad57c75799885ec442a349d44 (patch)
tree77301db0ccdef6c045bf590a25e00b1a04097a43
parent75cdcf2348966c3c10c31648f358ab87e3f8a2aa (diff)
downloadandroid_packages_apps_Dialer-0e31d38394741d8ad57c75799885ec442a349d44.tar.gz
android_packages_apps_Dialer-0e31d38394741d8ad57c75799885ec442a349d44.tar.bz2
android_packages_apps_Dialer-0e31d38394741d8ad57c75799885ec442a349d44.zip
Dialer: Fixes for Transifex
* Update copyright year * Move dialpad T9 strings to new file so they aren't picked by Transifex Translators should never translate these strings unless they make all the needed source changes to add T9 support for their language Change-Id: I7653f91eb8ebb3d01368c66e1a3c2d81a39ac35e
-rw-r--r--res/values/cm_arrays.xml2
-rw-r--r--res/values/cm_extra.xml34
-rw-r--r--res/values/cm_plurals.xml2
-rw-r--r--res/values/cm_strings.xml20
4 files changed, 37 insertions, 21 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index 4a58561dd..c720dcd1a 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2013 The CyanogenMod Project
+ 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.
diff --git a/res/values/cm_extra.xml b/res/values/cm_extra.xml
new file mode 100644
index 000000000..3c4adf861
--- /dev/null
+++ b/res/values/cm_extra.xml
@@ -0,0 +1,34 @@
+<?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">
+ <!-- Localized dialer buttons.
+ In English, we don't need a secondary row, so all values are empty.
+ Change these values depending on your language requirements.
+ -->
+ <string name="dialpad_0_2_letters" translatable="false"></string>
+ <string name="dialpad_1_2_letters" translatable="false"></string>
+ <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>
+ <string name="dialpad_star_2_letters" translatable="false"></string>
+ <string name="dialpad_pound_2_letters" translatable="false"></string>
+</resources>
diff --git a/res/values/cm_plurals.xml b/res/values/cm_plurals.xml
index 66f4f51b3..3684aa826 100644
--- a/res/values/cm_plurals.xml
+++ b/res/values/cm_plurals.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2013 The CyanogenMod Project
+ 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.
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index ced6c7946..a87c65c26 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2013 The CyanogenMod Project
+ 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.
@@ -52,22 +52,4 @@
<string name="menu_add_to_blacklist">Add to blacklist</string>
<string name="toast_added_to_blacklist">%s added to blacklist.</string>
-
- <!-- Localized dialer buttons.
- In English, we don't need a secondary row, so all values are empty.
- Change these values depending on your language requirements.
- -->
- <string name="dialpad_0_2_letters" translatable="false"></string>
- <string name="dialpad_1_2_letters" translatable="false"></string>
- <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>
- <string name="dialpad_star_2_letters" translatable="false"></string>
- <string name="dialpad_pound_2_letters" translatable="false"></string>
-
</resources>