summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/callstats/res/values-pt-rPT
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-08-05 17:32:42 +0300
committerMichael Bestas <mkbestas@lineageos.org>2018-08-05 17:32:42 +0300
commit9ac439ce435a04c31001b978d0988373e0220b2e (patch)
tree3a0375fd6e8f1f9ecd5f86786473d1bd96563b3c /java/com/android/dialer/callstats/res/values-pt-rPT
parenta42f70473abcdb9e77810c517faa9f4aa168625b (diff)
downloadandroid_packages_apps_Dialer-9ac439ce435a04c31001b978d0988373e0220b2e.tar.gz
android_packages_apps_Dialer-9ac439ce435a04c31001b978d0988373e0220b2e.tar.bz2
android_packages_apps_Dialer-9ac439ce435a04c31001b978d0988373e0220b2e.zip
Automatic translation import
Change-Id: If46719023c37e90d3dc037ba955c345c41c52d2d
Diffstat (limited to 'java/com/android/dialer/callstats/res/values-pt-rPT')
-rw-r--r--java/com/android/dialer/callstats/res/values-pt-rPT/cm_arrays.xml36
-rw-r--r--java/com/android/dialer/callstats/res/values-pt-rPT/cm_plurals.xml35
-rw-r--r--java/com/android/dialer/callstats/res/values-pt-rPT/cm_strings.xml50
3 files changed, 121 insertions, 0 deletions
diff --git a/java/com/android/dialer/callstats/res/values-pt-rPT/cm_arrays.xml b/java/com/android/dialer/callstats/res/values-pt-rPT/cm_arrays.xml
new file mode 100644
index 000000000..3d7f960df
--- /dev/null
+++ b/java/com/android/dialer/callstats/res/values-pt-rPT/cm_arrays.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013-2014 The CyanogenMod Project
+ Copyright (C) 2018 The LineageOS 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">
+ <!-- 0: sec
+ 1: min
+ 2: min sec
+ 3: hour
+ 4: hour sec
+ 5: hour min
+ 6: hour min sec -->
+ <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>
diff --git a/java/com/android/dialer/callstats/res/values-pt-rPT/cm_plurals.xml b/java/com/android/dialer/callstats/res/values-pt-rPT/cm_plurals.xml
new file mode 100644
index 000000000..0643d5614
--- /dev/null
+++ b/java/com/android/dialer/callstats/res/values-pt-rPT/cm_plurals.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ 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 hora</item>
+ <item quantity="other">%d horas</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">1 minuto</item>
+ <item quantity="other">%d minutos</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">1 segundo</item>
+ <item quantity="other">%d segundos</item>
+ </plurals>
+ <plurals name="call">
+ <item quantity="one">1 chamada</item>
+ <item quantity="other">%d chamadas</item>
+ </plurals>
+</resources>
diff --git a/java/com/android/dialer/callstats/res/values-pt-rPT/cm_strings.xml b/java/com/android/dialer/callstats/res/values-pt-rPT/cm_strings.xml
new file mode 100644
index 000000000..fcf36922e
--- /dev/null
+++ b/java/com/android/dialer/callstats/res/values-pt-rPT/cm_strings.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013-2014 The CyanogenMod Project
+ Copyright (C) 2018 The LineageOS 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_stats_detail_title">Detalhes das estatísticas dos contactos</string>
+ <string name="call_stats_incoming">Recebidas: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_outgoing">Efetuadas: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_missed">Perdidas: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_blocked">Bloqueadas: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_percent"><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">Filtrar intervalo</string>
+ <string name="date_quick_selection">Seleção rápida</string>
+ <string name="date_qs_currentmonth">Mês atual</string>
+ <string name="date_qs_currentquarter">Trimestre atual</string>
+ <string name="date_qs_currentyear">Ano atual</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 intervalo de tempo</string>
+ <string name="call_stats_reset_filter">Repor intervalo de tempo</string>
+ <string name="call_stats_sort_by_duration">Ordenar pela duração da chamada</string>
+ <string name="call_stats_sort_by_count">Ordenar pelo número de chamadas</string>
+ <string name="call_stats_title_for_number">Este número</string>
+ <string name="call_stats_title_of_total">Num total de</string>
+ <string name="call_stats_title_durations">Duração das chamadas</string>
+ <string name="call_stats_title_count">Contagem de chamadas</string>
+ <string name="call_stats_title_average_duration">Duração média das chamadas</string>
+ <!-- Text displayed when there are no call log entries in the selected time range. -->
+ <string name="recent_calls_no_items_in_range">O seu registo de chamadas não contém qualquer chamada no período selecionado.</string>
+</resources>