1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2019 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 17 <string name="exo_controls_show">Zobrazit ovládací prvky přehrávače</string> 18 <string name="exo_controls_hide">Skrýt ovládací prvky přehrávače</string> 19 <string name="exo_controls_seek_bar_description">Průběh přehrávání</string> 20 <string name="exo_controls_settings_description">Nastavení</string> 21 <string name="exo_controls_overflow_hide_description">Skrýt další nastavení</string> 22 <string name="exo_controls_overflow_show_description">Zobrazit další nastavení</string> 23 <string name="exo_controls_fullscreen_enter_description">Přejít do režimu celé obrazovky</string> 24 <string name="exo_controls_fullscreen_exit_description">Ukončit režim celé obrazovky</string> 25 <string name="exo_controls_previous_description">Předchozí</string> 26 <string name="exo_controls_next_description">Další</string> 27 <string name="exo_controls_pause_description">Pozastavit</string> 28 <string name="exo_controls_play_description">Přehrát</string> 29 <string name="exo_controls_stop_description">Zastavit</string> 30 <string name="exo_controls_rewind_description">Přetočit zpět</string> 31 <plurals name="exo_controls_rewind_by_amount_description"> 32 <item quantity="one">Přetočit zpět o %d sekundu</item> 33 <item quantity="few">Přetočit zpět o %d sekundy</item> 34 <item quantity="many">Přetočit zpět o %d sekundy</item> 35 <item quantity="other">Přetočit zpět o %d sekund</item> 36 </plurals> 37 <string name="exo_controls_fastforward_description">Rychle vpřed</string> 38 <plurals name="exo_controls_fastforward_by_amount_description"> 39 <item quantity="one">Posunout vpřed o %d sekundu</item> 40 <item quantity="few">Posunout vpřed o %d sekundy</item> 41 <item quantity="many">Posunout vpřed o %d sekundy</item> 42 <item quantity="other">Posunout vpřed o %d sekund</item> 43 </plurals> 44 <string name="exo_controls_repeat_off_description">Neopakovat</string> 45 <string name="exo_controls_repeat_one_description">Opakovat jednu</string> 46 <string name="exo_controls_repeat_all_description">Opakovat vše</string> 47 <string name="exo_controls_shuffle_on_description">Náhodné přehrávání zapnuto</string> 48 <string name="exo_controls_shuffle_off_description">Náhodné přehrávání vypnuto</string> 49 <string name="exo_controls_vr_description">Režim VR</string> 50 <string name="exo_controls_cc_enabled_description">Vypnout titulky</string> 51 <string name="exo_controls_cc_disabled_description">Zapnout titulky</string> 52 <string name="exo_controls_playback_speed">Rychlost</string> 53 <string-array name="exo_controls_playback_speeds"> 54 <item>0,25×</item> 55 <item>0,5×</item> 56 <item>0,75×</item> 57 <item>Normální</item> 58 <item>1,25×</item> 59 <item>1,5×</item> 60 <item>2×</item> 61 </string-array> 62 <string name="exo_track_selection_title_video">Videa</string> 63 <string name="exo_track_selection_title_audio">Zvuk</string> 64 <string name="exo_track_selection_title_text">Text</string> 65 <string name="exo_track_selection_none">Žádné</string> 66 <string name="exo_track_selection_auto">Automaticky</string> 67 <string name="exo_track_unknown">Neznámé</string> 68 <string name="exo_track_resolution">%1$d × %2$d</string> 69 <string name="exo_track_mono">Mono</string> 70 <string name="exo_track_stereo">Stereo</string> 71 <string name="exo_track_surround">Prostorový zvuk</string> 72 <string name="exo_track_surround_5_point_1">Prostorový zvuk 5.1</string> 73 <string name="exo_track_surround_7_point_1">Prostorový zvuk 7.1</string> 74 <string name="exo_track_role_alternate">Alternativní</string> 75 <string name="exo_track_role_supplementary">Dodatkové</string> 76 <string name="exo_track_role_commentary">Komentář</string> 77 <string name="exo_track_role_closed_captions">Titulky</string> 78 <string name="exo_track_bitrate">%1$.2f Mb/s</string> 79 <string name="exo_item_list">%1$s, %2$s</string> 80</resources> 81