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

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

Merge "DeskClock: Polish translation refactoring" into cm-10.1

parents 189c9e1c 3d8b5878
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>nic nie robi</item>
        <item>włącza drzemkę</item>
        <item>wyłącza alarm</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">Narastający dźwięk</string>

    <string name="show_status_bar_icon_title">Pokaż ikonę alarmu</string>
    <string name="show_status_bar_icon_summary">Pokaż ikonę na pasku stanu, jeśli zaplanowano alarm</string>

    <string name="flip_action_title">Akcja po odwróceniu telefonu</string>
    <string name="flip_action_dialog_title">Po odwróceniu telefon\u2026</string>
    <string name="flip_action_summary">Telefon po odwróceniu ekranem do dołu <xliff:g id="action">%s</xliff:g></string>

    <string name="shake_action_title">Akcja po potrząśnięciu</string>
    <string name="shake_action_dialog_title">Po potrząśnięciu telefonem\u2026</string>
    <string name="shake_action_summary">Potrząśnięcie telefonem <xliff:g id="action">%s</xliff:g></string>

    <string name="stopwatch_settings">STOPER</string>
    <string name="keep_display_on_stopwatch">Nie wygaszaj ekranu</string>
    <string name="keep_display_on_stopwatch_summary">Ekran nie zostanie wygaszony, gdy działa stoper</string>

    <string name="no_alarms">Nie ustawiono żadnych alarmów</string>
</resources>
+0 −31
Original line number Diff line number Diff line
@@ -330,35 +330,4 @@
    <string name="timer_delete_confirmation" msgid="2815524107015816453">"Usunąć ten minutnik?"</string>
    <string name="city_delete_confirmation" msgid="1783441538785676299">"Usunąć to miasto?"</string>
    <string name="digital_gadget" msgid="2326954556720571358">"Zegar cyfrowy"</string>

    <!-- CYANOGENMOD ADDITIONS -->

    <!-- Setting title for showing/hiding the alarm status bar icon -->
    <string name="show_status_bar_icon_title">Pokaż ikonę alarmu</string>
    <string name="show_status_bar_icon_summary">Pokaż ikonę na pasku stanu, kiedy zaplanowano alarm</string>

    <!-- Setting title for the flip action setting. -->
    <string name="flip_action_title">Akcja po odwróceniu telefonu</string>
    <string name="flip_action_dialog_title">Po odwróceniu telefon\u2026</string>
    <string name="flip_action_summary">Telefon po odwróceniu ekranem do dołu <xliff:g id="action">%s</xliff:g></string>

    <!-- Setting title for the shake action setting. -->
    <string name="shake_action_title">Akcja po potrząśnięciu</string>
    <string name="shake_action_dialog_title">Po potrząśnięciu telefonem\u2026</string>

    <!-- Setting summary for the shake action setting. -->
    <string name="shake_action_summary">Potrząśnięcie telefonem <xliff:g id="action">%s</xliff:g></string>
    <string-array name="action_summary_entries">
      <item>nic nie robi</item>
      <item>włącza drzemkę</item>
      <item>wyłącza alarm</item>
    </string-array>

    <!-- Settings strings -->
    <string name="stopwatch_settings">STOPER</string>
    <string name="keep_display_on_stopwatch">Nie wygaszaj ekranu</string>
    <string name="keep_display_on_stopwatch_summary">Ekran nie zostanie wygaszony, gdy działa stoper</string>

    <!-- Empty list message -->
    <string name="no_alarms">Nie ustawiono żadnych alarmów</string>
</resources>