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

Commit c9438ca3 authored by Marco Brohet's avatar Marco Brohet Committed by Gerrit Code Review
Browse files

Merge "DeskClock: CS translation" into cm-10.1

parents a23f9bf9 e970374e
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012-2013 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">
    <string-array name="action_summary_entries">
        <item>ničemu</item>
        <item>odložení buzení</item>
        <item>ukončení buzení</item>
    </string-array>
</resources>
+35 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012-2013 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">
    <string name="alarm_increasing_volume">Zvyšovat hlasitost</string>

    <string name="show_status_bar_icon_title">Zobrazovat ikonu</string>
    <string name="show_status_bar_icon_summary">Zobrazovat ikonu ve stavovém řádku při nastaveném budíku.</string>

    <string name="flip_action_title">Akce při otočení</string>
    <string name="flip_action_dialog_title">Po otočení přístroje\u2026</string>
    <string name="flip_action_summary">Otočením přístroje dojde k <xliff:g id="action">%s</xliff:g></string>

    <string name="shake_action_title">Akce při zatřesení</string>
    <string name="shake_action_dialog_title">Po zatřesení přístrojem\u2026</string>
    <string name="shake_action_summary">Zatřesením přístroje dojde k <xliff:g id="action">%s</xliff:g></string>

    <string name="stopwatch_settings">STOPKY</string>
    <string name="keep_display_on_stopwatch">Ponechat obrazovku zapnutou</string>
    <string name="keep_display_on_stopwatch_summary">Při spuštěných stopkách ponechat obrazovku zapnutou</string>

    <string name="no_alarms">Žádné budíky</string>
</resources>
+0 −22
Original line number Diff line number Diff line
@@ -330,26 +330,4 @@
    <string name="timer_delete_confirmation" msgid="2815524107015816453">"Chcete tento časovač smazat?"</string>
    <string name="city_delete_confirmation" msgid="1783441538785676299">"Chcete toto město odebrat?"</string>
    <string name="digital_gadget" msgid="2326954556720571358">"Digitální hodiny"</string>

    <!-- CYANOGENMOD ADDITIONS -->
    <string name="show_status_bar_icon_title">Zobrazovat ikonu</string>
    <string name="show_status_bar_icon_summary">Zobrazovat ikonu ve stavovém řádku při nastaveném budíku.</string>
    <string name="flip_action_title">Akce při otočení</string>
    <string name="flip_action_dialog_title">Po otočení přístroje\u2026</string>
    <string name="flip_action_summary">Otočením přístroje dojde k <xliff:g id="action">%s</xliff:g></string>
    <string name="shake_action_title">Akce při zatřesení</string>
    <string name="shake_action_dialog_title">Po zatřesení přístrojem\u2026</string>
    <string name="shake_action_summary">Zatřesením přístroje dojde k <xliff:g id="action">%s</xliff:g></string>
    <string name="alarm_increasing_volume">Zvyšovat hlasitost</string>
    <string name="stopwatch_settings">STOPKY</string>
    <string name="keep_display_on_stopwatch">Ponechat obrazovku zapnutou</string>
    <string name="keep_display_on_stopwatch_summary">Při spuštěných stopkách ponechat obrazovku zapnutou</string>

    <string-array name="action_summary_entries">
        <item>ničemu</item>
        <item>odložení buzení</item>
        <item>ukončení buzení</item>
    </string-array>

    <string name="no_alarms">Žádné budíky</string>
</resources>