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

Commit e39df9ae authored by Michael Bestas's avatar Michael Bestas
Browse files

Automatic translation import

Change-Id: I1f61a17b4bbc7600fc3d1a2a0bb7a32cc1518ce8
parent f8aae329
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -487,4 +487,9 @@
        <item>46011</item>
        <item>46012</item>
    </string-array>
    <string-array name="automatic_storage_management_days">
        <item>Más de 30 díes</item>
        <item>Más de 60 díes</item>
        <item>Más de 90 díes</item>
    </string-array>
</resources>
+550 −0

File changed.

Preview size limit exceeded, changes collapsed.

+198 −21

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@
    <string name="app_ops_summaries_ring_volume">гучнасць званку</string>
    <string name="app_ops_summaries_media_volume">гучнасць мультымедыя</string>
    <string name="app_ops_summaries_alarm_volume">гучнасць будзільніка</string>
    <string name="app_ops_summaries_notification_volume">гучнасць паведамленняў</string>
    <string name="app_ops_summaries_notification_volume">гучнасць апавяшчэнняў</string>
    <string name="app_ops_summaries_bluetooth_volume">гучнасць Bluetooth</string>
    <string name="app_ops_summaries_keep_awake">актыўны рэжым</string>
    <string name="app_ops_summaries_monitor_location">асочванне месцазнаходжання</string>
+25 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     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="app_ops_count">
        <item quantity="one">jednou</item>
        <item quantity="few">%d krát</item>
        <item quantity="many">%d krát</item>
        <item quantity="other">%d krát</item>
    </plurals>
</resources>
Loading