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

Unverified Commit 8175bbee authored by Michael Bestas's avatar Michael Bestas
Browse files

Automatic translation import

Change-Id: I5f598fb22acf0b704796a61d2e450e9715688565
parent add14025
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,4 +29,5 @@
    <string name="alarm_upcoming_channel">Предстоящи аларми</string>
    <string name="stopwatch_channel">Хронометър</string>
    <string name="timer_channel">Таймер</string>
    <string name="add_label">Добавяне на етикет</string>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -29,4 +29,5 @@
    <string name="alarm_upcoming_channel">Próximas alarmas</string>
    <string name="stopwatch_channel">Cronómetro</string>
    <string name="timer_channel">Temporizador</string>
    <string name="add_label">Añadir etiqueta</string>
</resources>
+33 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2012-2016 The CyanogenMod Project
     Copyright (C) 2017-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="flip_action_title">عملکرد چرخاندن گوشی</string>
    <string name="shake_action_title">عملکرد تکان دادن گوشی</string>
    <string-array name="action_setting_entries">
        <item>چرت کوتاه</item>
        <item>رد کردن</item>
        <item>هیچ چیز</item>
    </string-array>
    <string name="firing_alarms_timers_channel">هشدارهای آتش &amp; تایمر</string>
    <string name="alarm_missed_channel">هشدارهای از دست رفته</string>
    <string name="alarm_snooze_channel">هشدارهای موقتا متوقف شده</string>
    <string name="alarm_upcoming_channel">هشدارهای آینده</string>
    <string name="stopwatch_channel">کرونومتر</string>
    <string name="timer_channel">زمان‌سنج</string>
    <string name="add_label">افزودن برچسب</string>
</resources>
+33 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2012-2016 The CyanogenMod Project
     Copyright (C) 2017-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="flip_action_title">Gníomh smeach an ghléis</string>
    <string name="shake_action_title">Gníomh croith gléas</string>
    <string-array name="action_setting_entries">
        <item>Cur ar suan</item>
        <item>Díbhe</item>
        <item>Tada</item>
    </string-array>
    <string name="firing_alarms_timers_channel">Aláraim lámhaigh &amp; amadóirí</string>
    <string name="alarm_missed_channel">Aláraim caillte</string>
    <string name="alarm_snooze_channel">Aláraim ar suan</string>
    <string name="alarm_upcoming_channel">Aláraim atá le teacht</string>
    <string name="stopwatch_channel">Stopuaireadóir</string>
    <string name="timer_channel">Uaineadóir</string>
    <string name="add_label">Cuir lipéad leis</string>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
        <item>Hafna</item>
        <item>Ekkert</item>
    </string-array>
    <string name="firing_alarms_timers_channel">Ræsitímar og niðurteljarar</string>
    <string name="alarm_upcoming_channel">Næstu vekjarar</string>
    <string name="stopwatch_channel">Skeiðklukka</string>
    <string name="timer_channel">Niðurteljari</string>
Loading