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

Commit e27b1d96 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-22.2' into a15

parents 55a9d84d b296de17
Loading
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -16,6 +16,14 @@
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="incall_category_title">Mutende</string>
    <string name="incall_enable_dnd_title">Ativa No istorbes durante is mutidas</string>
    <string name="incall_vibrate_outgoing_title">Vibra a sa risposta</string>
    <string name="incall_vibrate_call_waiting_title">Vibra cando pones in ispera</string>
    <string name="incall_vibrate_hangup_title">Vibra cando sa mutida nch\'est finida</string>
    <string name="incall_vibrate_45_title">Vibra onni minutu</string>
    <string name="incall_vibrate_45_summary">Vibra a su de 45 segundos de onni minutu durante sas mutidas in essida</string>
    <string name="incall_dnd_dialog_message">Pro ativare sa modalidade No istorbes, s\'aplicatzione Telèfonu si depet autorizare a controllare s\'istadu No istorbes.\nPermite s\'atzessu pro abilitare custa funtzione.</string>
    <string name="allow">Permiti</string>
    <string name="deny">Refuda</string>
    <string name="call_recording_category_title">Registratzione de sas mutidas</string>
@@ -23,4 +31,7 @@
    <string name="call_via">Muti cun</string>
    <string name="call_via_dialog_title">Muti cun\u2026</string>
    <string name="call_log_stats_title">Istatìsticas</string>
    <string name="action_menu_helplines">Lìnias de agiudu</string>
    <string name="default_dialer_text">Depes cunfigurare su Tecladu comente aplicatzione de telèfonu predefinida pro dd\'impreare.</string>
    <string name="default_dialer_action">Cunfigura comente predeterminadu</string>
</resources>
+23 −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">Reprodue sa registratzione</item>
        <item quantity="other">Reprodue is registratziones</item>
    </plurals>
    <string name="call_playback_no_app_found_toast">Nissuna aplicatzione agatada pro ascurtare sa registratzione seletzionada.</string>
</resources>
+26 −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 name="call_log_show_all_accounts">Totu is contos</string>
    <string name="call_log_all_calls_header">Totu is mutidas</string>
    <string name="call_log_incoming_header">Mutidas in intrada ebbia</string>
    <string name="call_log_outgoing_header">Mutidas in essida ebbia</string>
    <string name="call_log_missed_header">Mutidas pèrdidas ebbia</string>
    <string name="call_log_voicemail_header">Mutidas cun messàgios vocales ebbia</string>
    <string name="call_log_blacklist_header">Isceti mutidas blocadas</string>
</resources>
+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 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>
+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 ora</item>
        <item quantity="other">%d oras</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 seg</item>
        <item quantity="other">%d seg</item>
    </plurals>
    <plurals name="call">
        <item quantity="one">1 mutida</item>
        <item quantity="other">%d mutidas</item>
    </plurals>
</resources>
Loading