summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaddie Zhan <supereggx@gmail.com>2010-10-29 15:47:45 +0800
committerMaddie Zhan <supereggx@gmail.com>2010-10-29 15:47:45 +0800
commit168580e652ef13aba775b7cfb72d0cd27a647358 (patch)
treec4ca6b9785a99f9d5e553d1944936d3fcd0a7717
parent406343d3ff2db47b506e5de7028f6dcbcdced54a (diff)
downloadpackages_apps_Contacts-168580e652ef13aba775b7cfb72d0cd27a647358.tar.gz
packages_apps_Contacts-168580e652ef13aba775b7cfb72d0cd27a647358.tar.bz2
packages_apps_Contacts-168580e652ef13aba775b7cfb72d0cd27a647358.zip
Updated Simplified Chinese translation
-rw-r--r--res/values-zh-rCN/arrays.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/res/values-zh-rCN/arrays.xml b/res/values-zh-rCN/arrays.xml
new file mode 100644
index 000000000..9dd48a6d1
--- /dev/null
+++ b/res/values-zh-rCN/arrays.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 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>
+
+ <string-array name="entries_vm_button">
+ <item>添加到联系人</item>
+ <item>短信/彩信</item>
+ <item>语音信箱</item>
+ </string-array>
+
+ <string-array name="entryvalues_numbers" translatable="false">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ <item>3</item>
+ <item>4</item>
+ <item>5</item>
+ </string-array>
+
+ <string-array name="vm_handlers" translatable="false">
+ <item>Google Voice/com.google.android.apps.googlevoice/.HidingSplashActivity</item>
+ <item>HulloMail UK Visual Voicemail/com.hullomail.android.messaging/.HulloMail</item>
+ <item>HulloMail US Visual Voicemail/com.hullomail.android.messaging.us/.HulloMail</item>
+ <item>PhoneFusion Visual Voicemail/com.phonefusion.voicemailplus.android/.VoicemailPlus</item>
+ <item>T-Mobile Visual Voicemail/com.oz.mobile.android.voicemail.application/.application</item>
+ <item>YouMail Visual Voicemail/com.loadedbanana.android.youmail/.activity.MessageList</item>
+ </string-array>
+
+ <string-array name="view_contact_pic_sizes">
+ <item>小 (默认)</item>
+ <item>中等</item>
+ <item>大</item>
+ <item>加大</item>
+ </string-array>
+
+ <string-array name="view_contact_pic_sizes_values" translatable="false">
+ <item>78</item>
+ <item>100</item>
+ <item>116</item>
+ <item>128</item>
+ </string-array>
+</resources>