summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/callstats/res/values-sk
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2021-02-28 02:39:05 +0200
committerMichael Bestas <mkbestas@lineageos.org>2021-02-28 02:39:05 +0200
commit5a1bf2527847583b66e1ee61c040e82b70dfdbc4 (patch)
treead7910b92e04e77a55693ed383889359c19752a6 /java/com/android/dialer/callstats/res/values-sk
parentb60bd6cf0eb8679fb1aa95ec860bc5c92f560e42 (diff)
Automatic translation import
Change-Id: I74c642b3b9aad5034895cc0cc72a8f3c986797db
Diffstat (limited to 'java/com/android/dialer/callstats/res/values-sk')
-rw-r--r--java/com/android/dialer/callstats/res/values-sk/cm_arrays.xml28
-rw-r--r--java/com/android/dialer/callstats/res/values-sk/cm_plurals.xml42
-rw-r--r--java/com/android/dialer/callstats/res/values-sk/cm_strings.xml48
3 files changed, 118 insertions, 0 deletions
diff --git a/java/com/android/dialer/callstats/res/values-sk/cm_arrays.xml b/java/com/android/dialer/callstats/res/values-sk/cm_arrays.xml
new file mode 100644
index 000000000..1821a1233
--- /dev/null
+++ b/java/com/android/dialer/callstats/res/values-sk/cm_arrays.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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-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-sk/cm_plurals.xml b/java/com/android/dialer/callstats/res/values-sk/cm_plurals.xml
new file mode 100644
index 000000000..a62a96073
--- /dev/null
+++ b/java/com/android/dialer/callstats/res/values-sk/cm_plurals.xml
@@ -0,0 +1,42 @@
+<?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 hodina</item>
+ <item quantity="few">%d hodiny</item>
+ <item quantity="many">%d hodín</item>
+ <item quantity="other">%d hodín</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">1 minúta</item>
+ <item quantity="few">%d minúty</item>
+ <item quantity="many">%d minút</item>
+ <item quantity="other">%d minút</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">1 sekunda</item>
+ <item quantity="few">%d sekundy</item>
+ <item quantity="many">%d sekúnd</item>
+ <item quantity="other">%d sekúnd</item>
+ </plurals>
+ <plurals name="call">
+ <item quantity="one">1 hovor</item>
+ <item quantity="few">%d hovory</item>
+ <item quantity="many">%d hovorov</item>
+ <item quantity="other">%d hovorov</item>
+ </plurals>
+</resources>
diff --git a/java/com/android/dialer/callstats/res/values-sk/cm_strings.xml b/java/com/android/dialer/callstats/res/values-sk/cm_strings.xml
new file mode 100644
index 000000000..c64636ec9
--- /dev/null
+++ b/java/com/android/dialer/callstats/res/values-sk/cm_strings.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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">Podrobné štatistiky kontaktu</string>
+ <string name="call_stats_incoming">Prichádzajúce: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_outgoing">Odchádzajúce: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_missed">Zmeškané: <xliff:g id="value">%s</xliff:g></string>
+ <string name="call_stats_blocked">Blokované: <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">Celkovo: <xliff:g id="call_count">%1$s</xliff:g>, <xliff:g id="duration">%2$s</xliff:g></string>
+ <string name="call_stats_header_total_callsonly">Celkovo: <xliff:g id="call_count">%s</xliff:g></string>
+ <string name="call_stats_filter_from">Dátum začiatku</string>
+ <string name="call_stats_filter_to">Dátum konca</string>
+ <string name="call_stats_filter_picker_title">Rozsah filtra</string>
+ <string name="date_quick_selection">Rýchly výber</string>
+ <string name="date_qs_currentmonth">Aktuálny mesiac</string>
+ <string name="date_qs_currentquarter">Aktuálny štvrťrok</string>
+ <string name="date_qs_currentyear">Aktuálny rok</string>
+ <string name="date_qs_lastweek">Posledný týždeň</string>
+ <string name="date_qs_lastmonth">Posledný mesiac</string>
+ <string name="date_qs_lastquarter">Posledný štvrťrok</string>
+ <string name="date_qs_lastyear">Posledný rok</string>
+ <string name="call_stats_date_filter">Nastaviť časový rozsah</string>
+ <string name="call_stats_reset_filter">Resetovať časový rozsah</string>
+ <string name="call_stats_sort_by_duration">Zoradiť podľa dĺžky hovoru</string>
+ <string name="call_stats_sort_by_count">Zoradiť podľa počtu hovorov</string>
+ <string name="call_stats_title_for_number">Toto číslo</string>
+ <string name="call_stats_title_of_total">Z celkových</string>
+ <string name="call_stats_title_durations">Dĺžka hovorov</string>
+ <string name="call_stats_title_count">Počet hovorov</string>
+ <string name="call_stats_title_average_duration">Priemerné trvanie hovoru</string>
+ <string name="recent_calls_no_items_in_range">Váš denník hovorov neobsahuje žiadne hovory vo vybranom časovom rozsahu.</string>
+</resources>