summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>