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

Commit ebe01005 authored by LineageOS Infra's avatar LineageOS Infra
Browse files

Automatic translation import

Change-Id: Ic3abbfc2e3f062274e32229ba6fffb437b4a5f0b
parent 6a8f43c3
Loading
Loading
Loading
Loading
+34 −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="incall_category_title">Á meðan símtali stendur</string>
    <string name="incall_enable_dnd_title">Virkja \"Ekki ónáða\" á meðan símtölum stendur</string>
    <string name="incall_vibrate_outgoing_title">Titra við að svara</string>
    <string name="incall_vibrate_call_waiting_title">Titra þegar símtal er í bið</string>
    <string name="incall_vibrate_hangup_title">Titra við að leggja á</string>
    <string name="incall_vibrate_45_title">Titra á mínútu fresti</string>
    <string name="incall_vibrate_45_summary">Titrar á 45. sekúndu hverrar mínútu á meðan úthringdum símtölum stendur</string>
    <string name="incall_dnd_dialog_message">Til að hægt sé að virkja \'Ekki ónáða\', þarf síminn að fá heimild til að breyta stöðu \'Ekki ónáða\'.\nGefðu honum slíka heimild.</string>
    <string name="allow">Leyfa</string>
    <string name="deny">Neita</string>
    <string name="call_recording_category_title">Hljóðritun símtals</string>
    <string name="call_recording_format">Hljóðsnið</string>
    <string name="call_via">Hringja með</string>
    <string name="call_via_dialog_title">Hringja með\u2026</string>
    <string name="call_log_stats_title">Tölfræði</string>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -31,4 +31,5 @@
    <string name="call_via">Zadzwoń przez</string>
    <string name="call_via_dialog_title">Zadzwoń przez\u2026</string>
    <string name="call_log_stats_title">Statystyki</string>
    <string name="action_menu_helplines">Telefony zaufania</string>
</resources>
+7 −0
Original line number Diff line number Diff line
@@ -16,9 +16,16 @@
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="incall_category_title">I samtal</string>
    <string name="incall_enable_dnd_title">Aktivera Stör ej under samtal</string>
    <string name="incall_vibrate_outgoing_title">Vibrera vid svar</string>
    <string name="incall_vibrate_call_waiting_title">Vibrera vid samtal väntar</string>
    <string name="incall_vibrate_45_title">Vibrera varje minut</string>
    <string name="allow">Tillåt</string>
    <string name="deny">Neka</string>
    <string name="call_recording_category_title">Samtalsinspelning</string>
    <string name="call_recording_format">Ljudformat</string>
    <string name="call_via">Ring med</string>
    <string name="call_via_dialog_title">Ring med\u2026</string>
    <string name="call_log_stats_title">Statistik</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">Spila upptöku</item>
        <item quantity="other">Spila upptökur</item>
    </plurals>
    <string name="call_playback_no_app_found_toast">Ekkert forrit fannst sem getur spilað valda upptöku.</string>
</resources>
+19 −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">
    <string name="call_playback_no_app_found_toast">Ingen app kunde hittas för uppspelning av den valda inspelningen.</string>
</resources>
Loading