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

Commit 52968dee authored by Michael Bestas's avatar Michael Bestas
Browse files

Automatic translation import

Change-Id: I829f1bb376c976b09fc539254d525a908f77be99
parent 4ff93535
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 −0
Original line number Diff line number Diff line
@@ -52,6 +52,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>
    <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>
+108 −83

File changed.

Preview size limit exceeded, changes collapsed.

+3 −2
Original line number Diff line number Diff line
@@ -52,6 +52,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>
    <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>
@@ -406,8 +407,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>
    <string name="protected_apps_manager_title">Suojatut sovellukset</string>
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,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>
    <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