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

Commit 189c9e1c authored by Tamás Tóth's avatar Tamás Tóth
Browse files

DeskClock: HU translation refactoring

Change-Id: I7437bb992830fa62ef9cccbde2b2a407e852cf94
parent 05c779bf
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--  Copyright (C) 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:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="alarm_increasing_volume">Emelkedő csengőhang</string>
    <string name="flip_action_title">Telefon megfordítása</string>
    <string name="flip_action_dialog_title">Telefon megfordítása\u2026</string>
    <string name="flip_action_summary">A telefon megfordítására <xliff:g id="action">%s</xliff:g></string>
    <string name="shake_action_title">Telefon rázása</string>
    <string name="shake_action_dialog_title">Telefon rázása\u2026</string>
    <string name="shake_action_summary">A telefon rázására <xliff:g id="action">%s</xliff:g></string>
    <string-array name="action_summary_entries">
      <item>nem történik semmi</item>
      <item>elhalasztja az ébresztést</item>
      <item>elveti az ébresztést</item>
    </string-array>
    <string name="stopwatch_settings">STOPPERÓRA</string>
    <string name="keep_display_on_stopwatch">A képernyő bekapcsolva tartása</string>
    <string name="keep_display_on_stopwatch_summary">A képernyő bekapcsolva tartása, amíg a stopperóra működik</string>
    <string name="show_status_bar_icon_title">Ikon megjelenítése</string>
    <string name="show_status_bar_icon_summary">Ikon megjelenítése aktív ébresztés esetén az értesítési sávon</string>
    <string name="no_alarms">Nincs beállított ébresztés</string>
</resources>
+1 −25
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@
  <string-array name="volume_button_setting_entries">
    <item msgid="7972756698723318690">"Szundi"</item>
    <item msgid="3450979320164769576">"Elvetés"</item>
    <item>Ne történjen semmi</item>
    <item msgid="6302517608411378024">"Nincs teendő"</item>
  </string-array>
    <string name="default_ringtone_setting_title" msgid="4549726190682964245">"Az alapértelmezett csengőhang beállítása"</string>
    <string name="alarm_button_description" msgid="740283647046258651">"Ébresztések"</string>
@@ -330,28 +330,4 @@
    <string name="timer_delete_confirmation" msgid="2815524107015816453">"Törli ezt az időzítőt?"</string>
    <string name="city_delete_confirmation" msgid="1783441538785676299">"Eltávolítja ezt a várost?"</string>
    <string name="digital_gadget" msgid="2326954556720571358">"Digitális óra"</string>

    <!-- CYANOGENMOD EDITS START -->

    <string name="alarm_increasing_volume">Emelkedő csengőhang</string>
    <string name="flip_action_title">Telefon megfordítása</string>
    <string name="flip_action_dialog_title">Telefon megfordítása\u2026</string>
    <string name="flip_action_summary">A telefon megfordítására <xliff:g id="action">%s</xliff:g></string>
    <string name="shake_action_title">Telefon rázása</string>
    <string name="shake_action_dialog_title">Telefon rázása\u2026</string>
    <string name="shake_action_summary">A telefon rázására <xliff:g id="action">%s</xliff:g></string>
    <string-array name="action_summary_entries">
      <item>nem történik semmi</item>
      <item>elhalasztja az ébresztést</item>
      <item>elveti az ébresztést</item>
    </string-array>
    <string name="stopwatch_settings">STOPPERÓRA</string>
    <string name="keep_display_on_stopwatch">A képernyő bekapcsolva tartása</string>
    <string name="keep_display_on_stopwatch_summary">A képernyő bekapcsolva tartása, amíg a stopperóra működik</string>
    <string name="show_status_bar_icon_title">Ikon megjelenítése</string>
    <string name="show_status_bar_icon_summary">Ikon megjelenítése aktív ébresztés esetén az értesítési sávon</string>
    <string name="no_alarms">Nincs beállított ébresztés</string>

    <!-- CYANOGENMOD ADDITIONS END -->

</resources>