summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliudas <liudas@akmc.lt>2013-10-18 20:46:55 +0300
committerliudas <liudas@akmc.lt>2013-10-18 20:46:55 +0300
commit79f64c387eb500ca5fbe09eb9a20521a605ec58d (patch)
treeabe69c0478a32fb5f25306f611f64621ffee4bc2
parent1631cc4f5923cde3207452a5c14b2c69dd44babe (diff)
downloadandroid_packages_apps_Dialer-79f64c387eb500ca5fbe09eb9a20521a605ec58d.tar.gz
android_packages_apps_Dialer-79f64c387eb500ca5fbe09eb9a20521a605ec58d.tar.bz2
android_packages_apps_Dialer-79f64c387eb500ca5fbe09eb9a20521a605ec58d.zip
Dialer: LT translations
Change-Id: Ibb7886434289a9041474c05cb84d9c0e51de4550
-rw-r--r--res/values-lt/cm_plurals.xml34
-rw-r--r--res/values-lt/cm_strings.xml49
2 files changed, 83 insertions, 0 deletions
diff --git a/res/values-lt/cm_plurals.xml b/res/values-lt/cm_plurals.xml
new file mode 100644
index 000000000..0d7843316
--- /dev/null
+++ b/res/values-lt/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 val.</item>
+ <item quantity="other">%d val.</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">1 min.</item>
+ <item quantity="other">%d min.</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">1 sek.</item>
+ <item quantity="other">%d sek.</item>
+ </plurals>
+ <plurals name="call">
+ <item quantity="one">1 skamb.</item>
+ <item quantity="other">%d skamb.</item>
+ </plurals>
+</resources>
diff --git a/res/values-lt/cm_strings.xml b/res/values-lt/cm_strings.xml
new file mode 100644
index 000000000..6946fc2ff
--- /dev/null
+++ b/res/values-lt/cm_strings.xml
@@ -0,0 +1,49 @@
+<?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">Skambučių statistikos informacija</string>
+ <string name="call_stats">Skambučių statistika</string>
+ <string name="call_stats_refresh">Atnaujinti</string>
+ <string name="activity_title_call_stats">Skambučių statistika</string>
+ <string name="call_stats_nav_all">Visi</string>
+ <string name="call_stats_nav_incoming">Įeinantys</string>
+ <string name="call_stats_nav_outgoing">Išeinantys</string>
+ <string name="call_stats_nav_missed">Praleisti</string>
+ <string name="call_stats_incoming">Įeinantys: <g id="percent">%d</g>%%</string>
+ <string name="call_stats_outgoing">Išeinantys: <g id="percent">%d</g>%%</string>
+ <string name="call_stats_missed">Praleisti</string>
+ <string name="call_stats_missed_percent">Praleisti: <g id="percent">%d</g>%%</string>
+ <string name="call_stats_header_total">Viso: <g id="call_count">%s</g>, <g id="duration">%s</g></string>
+ <string name="call_stats_header_total_callsonly">Viso: <g id="call_count">%s</g></string>
+ <string name="call_stats_filter_from">Pradžios data</string>
+ <string name="call_stats_filter_to">Pabaigos data</string>
+ <string name="call_stats_filter_picker_title">Filtravimo laikotarpis</string>
+ <string name="date_quick_selection">Greitas pasirinkimas</string>
+ <string name="date_qs_currentmonth">Šis mėnuo</string>
+ <string name="date_qs_currentquarter">Einamasis ketvirtis</string>
+ <string name="date_qs_currentyear">Einamieji metai</string>
+ <string name="date_qs_lastweek">Praeitą savaitę</string>
+ <string name="date_qs_lastmonth">Paskutinis mėnuo</string>
+ <string name="date_qs_lastquarter">Praėjęs ketvirtis</string>
+ <string name="date_qs_lastyear">Praėję metai</string>
+ <string name="call_stats_date_filter">Nustatyti laikotarpį</string>
+ <string name="call_stats_reset_filter">Atstatyti laikotarpį</string>
+ <string name="call_stats_sort_by_duration">Rikiuoti pagal trukmę</string>
+ <string name="call_stats_sort_by_count">Rikiuoti pagal skaičių</string>
+ <string name="menu_add_to_blacklist">Įtraukti į juodąjį sąrašą</string>
+ <string name="toast_added_to_blacklist">%s pridėtas į juodą sąrašą.</string>
+</resources>