media/libraries/ui/src/main/res/values-hu/strings.xml
olly 8f65b7f69d Update translations
Issue: google/ExoPlayer#9811
PiperOrigin-RevId: 423849421
2022-01-25 19:18:36 +00:00

77 lines
4.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source 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="exo_controls_show">Lejátszásvezérlők mutatása</string>
<string name="exo_controls_hide">Lejátszásvezérlők elrejtése</string>
<string name="exo_controls_seek_bar_description">Lejátszási folyamat</string>
<string name="exo_controls_settings_description">Beállítások</string>
<string name="exo_controls_overflow_hide_description">További beállítások elrejtése</string>
<string name="exo_controls_overflow_show_description">További beállítások megjelenítése</string>
<string name="exo_controls_fullscreen_enter_description">Teljes képernyő</string>
<string name="exo_controls_fullscreen_exit_description">Kilépés a teljes képernyős módból</string>
<string name="exo_controls_previous_description">Előző</string>
<string name="exo_controls_next_description">Következő</string>
<string name="exo_controls_pause_description">Szüneteltetés</string>
<string name="exo_controls_play_description">Lejátszás</string>
<string name="exo_controls_stop_description">Leállítás</string>
<string name="exo_controls_rewind_description">Visszatekerés</string>
<plurals name="exo_controls_rewind_by_amount_description">
<item quantity="one">Visszatekerés %d másodperccel</item>
<item quantity="other">Visszatekerés %d másodperccel</item>
</plurals>
<string name="exo_controls_fastforward_description">Előretekerés</string>
<plurals name="exo_controls_fastforward_by_amount_description">
<item quantity="one">Előretekerés %d másodperccel</item>
<item quantity="other">Előretekerés %d másodperccel</item>
</plurals>
<string name="exo_controls_repeat_off_description">Nincs ismétlés</string>
<string name="exo_controls_repeat_one_description">Egy szám ismétlése</string>
<string name="exo_controls_repeat_all_description">Összes szám ismétlése</string>
<string name="exo_controls_shuffle_on_description">Keverés bekapcsolva</string>
<string name="exo_controls_shuffle_off_description">Keverés kikapcsolva</string>
<string name="exo_controls_vr_description">VR-mód</string>
<string name="exo_controls_cc_enabled_description">Feliratok kikapcsolása</string>
<string name="exo_controls_cc_disabled_description">Feliratok bekapcsolása</string>
<string name="exo_controls_playback_speed">Sebesség</string>
<string name="exo_controls_playback_speed_normal">Normál</string>
<string-array name="exo_controls_playback_speeds">
<item>0,25×</item>
<item>0,5×</item>
<item>0,75×</item>
<item>Normál</item>
<item>1,25×</item>
<item>1,5×</item>
<item>2×</item>
</string-array>
<string name="exo_track_selection_title_video">Videó</string>
<string name="exo_track_selection_title_audio">Hang</string>
<string name="exo_track_selection_title_text">Szöveg</string>
<string name="exo_track_selection_none">Nincs</string>
<string name="exo_track_selection_auto">Automatikus</string>
<string name="exo_track_unknown">Ismeretlen</string>
<string name="exo_track_resolution">%1$d × %2$d</string>
<string name="exo_track_mono">Monó</string>
<string name="exo_track_stereo">Sztereó</string>
<string name="exo_track_surround">Térhatású hangzás</string>
<string name="exo_track_surround_5_point_1">5.1-es térhatású hangzás</string>
<string name="exo_track_surround_7_point_1">7.1-es térhatású hangzás</string>
<string name="exo_track_role_alternate">Alternatív</string>
<string name="exo_track_role_supplementary">Kiegészítő</string>
<string name="exo_track_role_commentary">Kommentár</string>
<string name="exo_track_role_closed_captions">Felirat</string>
<string name="exo_track_bitrate">%1$.2f Mbps</string>
<string name="exo_item_list">%1$s, %2$s</string>
</resources>