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

Commit d561bc90 authored by sync_forks@e's avatar sync_forks@e
Browse files

Merge branch 'lineage-15.1' into eelo-0.2

parents ccdb47f9 449c73a9
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -360,8 +360,6 @@
    <string name="toggleGPS">GPS</string>
    <string name="toggleGPS">GPS</string>
    <string name="toggleData">Dataverbinding</string>
    <string name="toggleData">Dataverbinding</string>
    <string name="toggleSync">Outo-Sinkroniseer data</string>
    <string name="toggleSync">Outo-Sinkroniseer data</string>
    <string name="toggle2g3g4g">Voorkeurnetwerktipe</string>
    <string name="toggle2g3g4g_msim">Voorkeur netwerk tipe (%1$s)</string>
    <string name="toggleNfc">NFC</string>
    <string name="toggleNfc">NFC</string>
    <!-- Sound settings screen -->
    <!-- Sound settings screen -->
    <string name="ring_mode_title">Luitoon modus</string>
    <string name="ring_mode_title">Luitoon modus</string>
+18 −1
Original line number Original line Diff line number Diff line
@@ -15,4 +15,21 @@
     See the License for the specific language governing permissions and
     See the License for the specific language governing permissions and
     limitations under the License.
     limitations under the License.
-->
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"></resources>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <plurals name="backlight_timeout_time">
        <item quantity="zero"><xliff:g id="seconds">%d</xliff:g> ثواني</item>
        <item quantity="one"><xliff:g id="seconds">%d</xliff:g> ثانية</item>
        <item quantity="two"><xliff:g id="seconds">%d</xliff:g> ثواني</item>
        <item quantity="few"><xliff:g id="seconds">%d</xliff:g> ثواني</item>
        <item quantity="many"><xliff:g id="seconds">%d</xliff:g> ثواني</item>
        <item quantity="other"><xliff:g id="seconds">%d</xliff:g> ثواني</item>
    </plurals>
    <plurals name="app_ops_count">
        <item quantity="zero">%d مرات</item>
        <item quantity="one">مرة</item>
        <item quantity="two">%d مرات</item>
        <item quantity="few">%d مرّات</item>
        <item quantity="many">%d مرّات</item>
        <item quantity="other">%d مرات</item>
    </plurals>
</resources>
+570 −0

File changed.

Preview size limit exceeded, changes collapsed.

+220 −2

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Original line Diff line number Diff line
@@ -251,7 +251,6 @@
    <string name="toggleGPS">GPS</string>
    <string name="toggleGPS">GPS</string>
    <string name="toggleData">Мабільныя дадзеныя</string>
    <string name="toggleData">Мабільныя дадзеныя</string>
    <string name="toggleSync">Аўтаматычнае сінхранізаваньне дадзеных</string>
    <string name="toggleSync">Аўтаматычнае сінхранізаваньне дадзеных</string>
    <string name="toggle2g3g4g">Варыянт сеткі</string>
    <string name="toggleNfc">NFC</string>
    <string name="toggleNfc">NFC</string>
    <!-- Sound settings screen -->
    <!-- Sound settings screen -->
    <string name="ring_mode_title">Рэжым выкліку</string>
    <string name="ring_mode_title">Рэжым выкліку</string>
Loading