Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79f64c38 authored by liudas's avatar liudas
Browse files

Dialer: LT translations

Change-Id: Ibb7886434289a9041474c05cb84d9c0e51de4550
parent 1631cc4f
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
<?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>
+49 −0
Original line number Diff line number Diff line
<?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>