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

Commit 98e88c3e authored by Amit Kumar's avatar Amit Kumar
Browse files

Merge branch 'lineage-15.1' into v1-oreo

Change-Id: I85babb1f8d6b7f728a2da8cb1f66d8a8ae8f4fb5
parents 5e080148 52968dee
Loading
Loading
Loading
Loading
+31 −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="backlight_timeout_time">
        <item quantity="one"><xliff:g id="seconds">%d</xliff:g> sekunda</item>
        <item quantity="few"><xliff:g id="seconds">%d</xliff:g> sekundy</item>
        <item quantity="many"><xliff:g id="seconds">%d</xliff:g> sekund</item>
        <item quantity="other"><xliff:g id="seconds">%d</xliff:g> sekund</item>
    </plurals>
    <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>
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
    <string name="privacy_guard_manager_show_system_apps">Zobrazit systémové aplikace</string>
    <string name="privacy_guard_advanced_settings_title">Pokročilé</string>
    <string name="privacy_guard_notification_title">Zobrazit upozornění</string>
    <!-- Notification light dialogs -->
    <string name="channel_light_settings_name">Náhled nastavení světelné signalizace</string>
    <string name="edit_light_settings">Upravit světelnou signalizaci</string>
    <string name="pulse_speed_title">Délka a rychlost pulsu</string>
    <string name="default_time">Normální</string>
+109 −98

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
    <string name="privacy_guard_manager_show_system_apps">Näytä järjestelmäsovellukset</string>
    <string name="privacy_guard_advanced_settings_title">Lisäasetukset</string>
    <string name="privacy_guard_notification_title">Näytä ilmoitus</string>
    <!-- Notification light dialogs -->
    <string name="channel_light_settings_name">Valoasetusten esikatselu</string>
    <string name="edit_light_settings">Säädä valon asetuksia</string>
    <string name="pulse_speed_title">Vilkunnan kesto ja nopeus</string>
    <string name="default_time">Normaali</string>
@@ -450,8 +450,8 @@
    <string name="network_traffic_units_title">Verkkoliikenteen yksiköt</string>
    <string name="network_traffic_units_kilobits">Kilobittiä sekunnissa (kb/s)</string>
    <string name="network_traffic_units_megabits">Megabittiä sekunnissa (Mb/s)</string>
    <string name="network_traffic_units_kilobytes">Kilotavu sekunnissa (kB/s)</string>
    <string name="network_traffic_units_megabytes">Megatavua sekunnissa (MB/s)</string>
    <string name="network_traffic_units_kilobytes">Kilotavua sekunnissa (kt/s)</string>
    <string name="network_traffic_units_megabytes">Megatavua sekunnissa (Mt/s)</string>
    <string name="network_traffic_show_units">Näytä yksiköt</string>
    <string name="network_traffic_show_units_summary">Näytä verkkoliikenteen yksiköt tilapalkissa</string>
    <!-- Protected apps -->
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
    <string name="privacy_guard_manager_show_system_apps">내장된 앱 표시</string>
    <string name="privacy_guard_advanced_settings_title">고급</string>
    <string name="privacy_guard_notification_title">알림 표시</string>
    <!-- Notification light dialogs -->
    <string name="channel_light_settings_name">조명 설정 미리보기</string>
    <string name="edit_light_settings">표시등 설정 변경</string>
    <string name="pulse_speed_title">깜빡임 시간 및 속도</string>
    <string name="default_time">기본</string>
Loading