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

Commit 515182f7 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-21.0' into v1-u

parents 9c24f078 b895bfee
Loading
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2013-2014 The CyanogenMod Project
     Copyright (C) 2018-2021 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_via">இதன்வழி அழைக்க</string>
    <string name="call_via_dialog_title">\u2026இதன்வழி அழைக்க</string>
    <string name="call_log_stats_title">புள்ளிவிவரம்</string>
    <string name="action_menu_helplines">உதவி எண்கள்</string>
</resources>
+22 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2013-2014 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="play_recordings">
        <item quantity="one">பதிவை இயக்குக</item>
        <item quantity="other">பதிவுகளை இயக்குக</item>
    </plurals>
</resources>
+6 −0
Original line number Diff line number Diff line
@@ -17,4 +17,10 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="call_log_show_all_accounts">Gach cuntas</string>
    <string name="call_log_all_calls_header">Gach glaonna</string>
    <string name="call_log_incoming_header">Glaonna isteach amháin</string>
    <string name="call_log_outgoing_header">Glaonna amach amháin</string>
    <string name="call_log_missed_header">Glaonna caillte amháin</string>
    <string name="call_log_voicemail_header">Glaonna le glórphost amháin</string>
    <string name="call_log_blacklist_header">Glaonna bactha amháin</string>
</resources>
+3 −3
Original line number Diff line number Diff line
@@ -28,9 +28,9 @@
    <string name="call_stats_filter_to">Bitmə tarixi</string>
    <string name="call_stats_filter_picker_title">Filtr aralığı</string>
    <string name="date_quick_selection">Cəld seçim</string>
    <string name="date_qs_currentmonth">Hazırki ay</string>
    <string name="date_qs_currentquarter">Hazırki rüb</string>
    <string name="date_qs_currentyear">Hazırki il</string>
    <string name="date_qs_currentmonth">Hazırkı ay</string>
    <string name="date_qs_currentquarter">Hazırkı rüb</string>
    <string name="date_qs_currentyear">Hazırkı il</string>
    <string name="date_qs_lastweek">Keçən həftə</string>
    <string name="date_qs_lastmonth">Keçən ay</string>
    <string name="date_qs_lastquarter">Keçən rüb</string>
+28 −0
Original line number Diff line number Diff line
<?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 soicind">%3$s</xliff:g></item>
        <item><xliff:g id="minutes" example="2 nóim">%2$s</xliff:g></item>
        <item>&lt;xliff:g id="minutes" example="2 nóim"&gt;%2$s&lt;/xliff:g&gt; &lt;xliff:g id="seconds" example="2 soicind"&gt;%3$s&lt;/xliff: g&gt;</item>
        <item><xliff:g id="hours" example="2 uair">%1$s</xliff:g></item>
        <item>&lt;xliff:g id="hours" example="2 uair"&gt;%1$s&lt;/xliff:g&gt; &lt;xliff:g id="seconds" sampla="2 soicind"&gt;%3$s&lt;/xliff: g&gt;</item>
        <item>&lt;xliff:g id="hours" example="2 uair"&gt;%1$s&lt;/xliff:g&gt; &lt;xliff:g id="minutes" example="2 nóim"&gt;%2$s&lt;/xliff: g&gt;</item>
        <item>&lt;xliff:g id="hours" example="2 uair"&gt;%1$s&lt;/xliff:g&gt; &lt;xliff:g id="minutes" example="2 nóim"&gt;%2$s&lt;/xliff: g&gt; &lt;xliff:g id="seconds" example="2 soicind"&gt;%3$s&lt;/xliff:g&gt;</item>
    </string-array>
</resources>
Loading