summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Brohet <therbom@gmail.com>2014-02-25 18:54:45 +0100
committerMarco Brohet <therbom@gmail.com>2014-02-25 18:54:45 +0100
commit31d4b4c3d84ed43a30977e4932b93d9f2fdf4b21 (patch)
tree4a896e04a89abcf42cac6905d027fd10042e189b
parent869ec7f6673c142792375f35034f11fa6e7151cd (diff)
downloadandroid_packages_apps_Dialer-31d4b4c3d84ed43a30977e4932b93d9f2fdf4b21.tar.gz
android_packages_apps_Dialer-31d4b4c3d84ed43a30977e4932b93d9f2fdf4b21.tar.bz2
android_packages_apps_Dialer-31d4b4c3d84ed43a30977e4932b93d9f2fdf4b21.zip
Dialer: MS translations
Transifex import Change-Id: Idda61e7963d3699d360a8c349c17be12c57fcc5e
-rw-r--r--res/values-ms/cm_plurals.xml30
-rw-r--r--res/values-ms/cm_strings.xml50
2 files changed, 80 insertions, 0 deletions
diff --git a/res/values-ms/cm_plurals.xml b/res/values-ms/cm_plurals.xml
new file mode 100644
index 000000000..2e135202f
--- /dev/null
+++ b/res/values-ms/cm_plurals.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 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">
+ <plurals name="hour">
+ <item quantity="other">%d jam</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="other">%d minit</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="other">%d saat</item>
+ </plurals>
+ <plurals name="call">
+ <item quantity="other">%d panggilan</item>
+ </plurals>
+</resources>
diff --git a/res/values-ms/cm_strings.xml b/res/values-ms/cm_strings.xml
new file mode 100644
index 000000000..97ebf4e68
--- /dev/null
+++ b/res/values-ms/cm_strings.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 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="call_log_stats_title">Statistik</string>
+ <string name="callStatsDetailTitle">Maklumat stat panggilan</string>
+ <string name="call_stats">Statistik panggilan</string>
+ <string name="call_stats_refresh">Muat semula</string>
+ <string name="activity_title_call_stats">Statistik panggilan</string>
+ <string name="call_stats_nav_all">Semua</string>
+ <string name="call_stats_nav_incoming">Panggilan masuk</string>
+ <string name="call_stats_nav_outgoing">Panggilan keluar</string>
+ <string name="call_stats_nav_missed">Terlepas</string>
+ <string name="call_stats_incoming">Panggilan masuk: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_outgoing">Panggilan keluar: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_missed">Terlepas</string>
+ <string name="call_stats_missed_percent">Terlepas panggilan: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_header_total">Jumlah: <xliff:g id="call_count">%s</xliff:g>, <xliff:g id="duration">%s</xliff:g></string>
+ <string name="call_stats_header_total_callsonly">Jumlah: <xliff:g id="call_count">%s</xliff:g></string>
+ <string name="call_stats_filter_from">Tarikh mula</string>
+ <string name="call_stats_filter_to">Tarikh akhir</string>
+ <string name="call_stats_filter_picker_title">Julat saringan</string>
+ <string name="date_quick_selection">Pilihan pantas</string>
+ <string name="date_qs_currentmonth">Bulan semasa</string>
+ <string name="date_qs_currentquarter">Sukuan semasa</string>
+ <string name="date_qs_currentyear">Tahun semasa</string>
+ <string name="date_qs_lastweek">Minggu lepas</string>
+ <string name="date_qs_lastmonth">Bulan lepas</string>
+ <string name="date_qs_lastquarter">Tiga bulan lepas</string>
+ <string name="date_qs_lastyear">Tahun lepas</string>
+ <string name="call_stats_date_filter">Ubah julat masa</string>
+ <string name="call_stats_reset_filter">Kosongkan julat masa</string>
+ <string name="call_stats_sort_by_duration">Susun mengikut durasi panggilan</string>
+ <string name="call_stats_sort_by_count">Susun mengikut jumlah panggilan</string>
+ <string name="menu_add_to_blacklist">Tambah ke senarai hitam</string>
+ <string name="toast_added_to_blacklist">%s ditambah ke senarai hitam.</string>
+</resources>