summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values-ca/cm_plurals.xml35
-rw-r--r--res/values-ca/cm_strings.xml51
-rw-r--r--res/values-pt/cm_arrays.xml27
-rw-r--r--res/values-pt/cm_plurals.xml34
-rw-r--r--res/values-pt/cm_strings.xml50
-rw-r--r--res/values-zh-rCN/cm_plurals.xml35
-rw-r--r--res/values-zh-rCN/cm_strings.xml55
7 files changed, 287 insertions, 0 deletions
diff --git a/res/values-ca/cm_plurals.xml b/res/values-ca/cm_plurals.xml
new file mode 100644
index 000000000..ad2d8bd16
--- /dev/null
+++ b/res/values-ca/cm_plurals.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 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="one">1 hr</item>
+ <item quantity="other">%d hrs</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">1 min</item>
+ <item quantity="other">%d mins</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">1 seg</item>
+ <item quantity="other">%d segs</item>
+ </plurals>
+
+ <plurals name="call">
+ <item quantity="one">1 trucada</item>
+ <item quantity="other">%d trucades</item>
+ </plurals>
+</resources>
diff --git a/res/values-ca/cm_strings.xml b/res/values-ca/cm_strings.xml
new file mode 100644
index 000000000..51183d577
--- /dev/null
+++ b/res/values-ca/cm_strings.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 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">Estadístiques</string>
+ <string name="callStatsDetailTitle">Detalls de les trucades</string>
+ <string name="call_stats">Estadístiques de les trucades</string>
+ <string name="call_stats_refresh">Refresca</string>
+ <string name="activity_title_call_stats">Estadístiques de les trucades</string>
+ <string name="call_stats_nav_all">Totes</string>
+ <string name="call_stats_nav_incoming">Entrants</string>
+ <string name="call_stats_nav_outgoing">Sortints</string>
+ <string name="call_stats_nav_missed">Perdudes</string>
+ <string name="call_stats_incoming">Entrants: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_outgoing">Sortints: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_missed">Perdudes</string>
+ <string name="call_stats_missed_percent">Perdudes: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_header_total">Total: <xliff:g id="call_count">%s</xliff:g>, <xliff:g id="duration">%s</xliff:g></string>
+ <string name="call_stats_header_total_callsonly">Total: <xliff:g id="call_count">%s</xliff:g></string>
+ <string name="call_stats_filter_from">Data d\'inici</string>
+ <string name="call_stats_filter_to">Data de final</string>
+ <string name="call_stats_filter_picker_title">Rang del filtre</string>
+ <string name="date_quick_selection">Selecció ràpida</string>
+ <string name="date_qs_currentmonth">Mes actual</string>
+ <string name="date_qs_currentquarter">Quatrimestre actual</string>
+ <string name="date_qs_currentyear">Any actual</string>
+ <string name="date_qs_lastweek">Setmana passada</string>
+ <string name="date_qs_lastmonth">Mes passat</string>
+ <string name="date_qs_lastquarter">Quatrimestre passat</string>
+ <string name="date_qs_lastyear">Any passat</string>
+ <string name="call_stats_date_filter">Ajusta el rang del temps</string>
+ <string name="call_stats_reset_filter">Reinicia el rang del temps</string>
+ <string name="call_stats_sort_by_duration">Ordena per duració de trucada</string>
+ <string name="call_stats_sort_by_count">Ordena per nombre de trucades</string>
+ <string name="menu_add_to_blacklist">Afegeix a la llista negra</string>
+ <string name="toast_added_to_blacklist">%s afegits a la llista negra.</string>
+ <string name="call_log_activity_title">Historial</string>
+</resources>
diff --git a/res/values-pt/cm_arrays.xml b/res/values-pt/cm_arrays.xml
new file mode 100644
index 000000000..243c7b859
--- /dev/null
+++ b/res/values-pt/cm_arrays.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 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-array name="call_stats_duration">
+ <item><xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
+ <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ </string-array>
+</resources> \ No newline at end of file
diff --git a/res/values-pt/cm_plurals.xml b/res/values-pt/cm_plurals.xml
new file mode 100644
index 000000000..c911d57dc
--- /dev/null
+++ b/res/values-pt/cm_plurals.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 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="one">1 hr</item>
+ <item quantity="other">%d hrs</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">1 min</item>
+ <item quantity="other">%d mins</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">1 seg</item>
+ <item quantity="other">%d segs</item>
+ </plurals>
+ <plurals name="call">
+ <item quantity="one">1 chamada</item>
+ <item quantity="other">%d chamadas</item>
+ </plurals>
+</resources> \ No newline at end of file
diff --git a/res/values-pt/cm_strings.xml b/res/values-pt/cm_strings.xml
new file mode 100644
index 000000000..3a79450de
--- /dev/null
+++ b/res/values-pt/cm_strings.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 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="callStatsDetailTitle">Estatística de chamadas detalhadas</string>
+ <string name="call_stats">Estatísticas de chamadas</string>
+ <string name="call_stats_refresh">Atualizar</string>
+ <string name="activity_title_call_stats">Estatísticas de chamadas</string>
+ <string name="call_stats_nav_all">Todos</string>
+ <string name="call_stats_nav_incoming">Recebidas</string>
+ <string name="call_stats_nav_outgoing">Enviadas</string>
+ <string name="call_stats_nav_missed">Perdidas</string>
+ <string name="call_stats_incoming">Recebidas: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_outgoing">Enviadas: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_missed">Perdidas</string>
+ <string name="call_stats_missed_percent">Perdidas: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_header_total">Total: <xliff:g id="call_count">%s</xliff:g>, <xliff:g id="duration">%s</xliff:g></string>
+ <string name="call_stats_header_total_callsonly">Total: <xliff:g id="call_count">%s</xliff:g></string>
+ <string name="call_stats_filter_from">Data inicial</string>
+ <string name="call_stats_filter_to">Data final</string>
+ <string name="call_stats_filter_picker_title">Filtro por intervalo</string>
+ <string name="date_quick_selection">Seleção rápida</string>
+ <string name="date_qs_currentmonth">Mês corrente</string>
+ <string name="date_qs_currentquarter">Trimestre corrente</string>
+ <string name="date_qs_currentyear">Ano corrente</string>
+ <string name="date_qs_lastweek">Última semana</string>
+ <string name="date_qs_lastmonth">Último mês</string>
+ <string name="date_qs_lastquarter">Último trimestre</string>
+ <string name="date_qs_lastyear">Último ano</string>
+ <string name="call_stats_date_filter">Ajustar tempo de intervalo</string>
+ <string name="call_stats_reset_filter">Redefinr tempo de intervalo</string>
+ <string name="call_stats_sort_by_duration">Ordernar por duração de chamada</string>
+ <string name="call_stats_sort_by_count">Ordenar por quantidade de chamadas</string>
+ <string name="menu_add_to_blacklist">Adicionar à lista de bloqueio</string>
+ <string name="toast_added_to_blacklist">%s adicionado à lista de bloqueio.</string>
+ <string name="call_log_stats_title">Estatísticas</string>
+</resources> \ No newline at end of file
diff --git a/res/values-zh-rCN/cm_plurals.xml b/res/values-zh-rCN/cm_plurals.xml
new file mode 100644
index 000000000..4a1a2adf3
--- /dev/null
+++ b/res/values-zh-rCN/cm_plurals.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 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="one">1 小时</item>
+ <item quantity="other">%d 小时</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">1 分钟</item>
+ <item quantity="other">%d 分钟</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">1 秒</item>
+ <item quantity="other">%d 秒</item>
+ </plurals>
+
+ <plurals name="call">
+ <item quantity="one">1 个通话</item>
+ <item quantity="other">%d 个通话</item>
+ </plurals>
+</resources>
diff --git a/res/values-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml
new file mode 100644
index 000000000..8fa2ed0a8
--- /dev/null
+++ b/res/values-zh-rCN/cm_strings.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 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">统计</string>
+ <string name="callStatsDetailTitle">通话统计详情</string>
+
+ <string name="call_stats">通话统计</string>
+ <string name="call_stats_refresh">刷新</string>
+ <string name="activity_title_call_stats">通话统计</string>
+
+ <string name="call_stats_nav_all">全部</string>
+ <string name="call_stats_nav_incoming">来电</string>
+ <string name="call_stats_nav_outgoing">呼出</string>
+ <string name="call_stats_nav_missed">未接</string>
+ <string name="call_stats_incoming">来电:<xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_outgoing">呼出:<xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_missed">未接</string>
+ <string name="call_stats_missed_percent">未接:<xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_header_total">总计:<xliff:g id="call_count">%s</xliff:g>,<xliff:g id="duration">%s</xliff:g></string>
+ <string name="call_stats_header_total_callsonly">总计:<xliff:g id="call_count">%s</xliff:g></string>
+ <string name="call_stats_filter_from">开始日期</string>
+ <string name="call_stats_filter_to">结束日期</string>
+ <string name="call_stats_filter_picker_title">过滤范围</string>
+
+ <string name="date_quick_selection">快速选择</string>
+ <string name="date_qs_currentmonth">本月</string>
+ <string name="date_qs_currentquarter">本季度</string>
+ <string name="date_qs_currentyear">本年</string>
+ <string name="date_qs_lastweek">上周</string>
+ <string name="date_qs_lastmonth">上个月</string>
+ <string name="date_qs_lastquarter">上个季度</string>
+ <string name="date_qs_lastyear">去年</string>
+
+ <string name="call_stats_date_filter">调整时间范围</string>
+ <string name="call_stats_reset_filter">重置时间范围</string>
+ <string name="call_stats_sort_by_duration">以通话时间排序</string>
+ <string name="call_stats_sort_by_count">以通话次数排序</string>
+
+ <string name="menu_add_to_blacklist">添加到黑名单</string>
+ <string name="toast_added_to_blacklist">%s 已添加到黑名单。</string>
+</resources>