mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
62 lines
4.5 KiB
XML
62 lines
4.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||
<string name="exo_controls_show">Прикажи ги контролите на плеерот</string>
|
||
<string name="exo_controls_hide">Скриј ги контролите на плеерот</string>
|
||
<string name="exo_controls_seek_bar_description">Напредок на репродукцијата</string>
|
||
<string name="exo_controls_settings_description">Поставки</string>
|
||
<string name="exo_controls_overflow_hide_description">Сокријте ги дополнителните поставки</string>
|
||
<string name="exo_controls_overflow_show_description">Погледнете ги дополнителните поставки</string>
|
||
<string name="exo_controls_fullscreen_enter_description">Приказ на цел екран</string>
|
||
<string name="exo_controls_fullscreen_exit_description">Излезете од цел екран</string>
|
||
<string name="exo_controls_previous_description">Претходна</string>
|
||
<string name="exo_controls_next_description">Следна</string>
|
||
<string name="exo_controls_pause_description">Пауза</string>
|
||
<string name="exo_controls_play_description">Пушти</string>
|
||
<string name="exo_controls_stop_description">Сопри</string>
|
||
<string name="exo_controls_rewind_description">Премотај наназад</string>
|
||
<plurals name="exo_controls_rewind_by_amount_description">
|
||
<item quantity="one">Премотајте %d секунда</item>
|
||
<item quantity="other">Премотајте %d секунди</item>
|
||
</plurals>
|
||
<string name="exo_controls_fastforward_description">Премотај напред</string>
|
||
<plurals name="exo_controls_fastforward_by_amount_description">
|
||
<item quantity="one">Премотајте напред %d секунда</item>
|
||
<item quantity="other">Премотајте напред %d секунди</item>
|
||
</plurals>
|
||
<string name="exo_controls_repeat_off_description">Тековно: не повторувај. Вклучи/исклучи повторување.</string>
|
||
<string name="exo_controls_repeat_one_description">Тековно: повтори една. Вклучи/исклучи повторување.</string>
|
||
<string name="exo_controls_repeat_all_description">Тековно: повтори ги сите. Вклучи/исклучи повторување.</string>
|
||
<string name="exo_controls_shuffle_on_description">Оневозможи режим на мешање</string>
|
||
<string name="exo_controls_shuffle_off_description">Овозможи режим на мешање</string>
|
||
<string name="exo_controls_vr_description">Режим на VR</string>
|
||
<string name="exo_controls_cc_enabled_description">Оневозможете ги титловите</string>
|
||
<string name="exo_controls_cc_disabled_description">Овозможете ги титловите</string>
|
||
<string name="exo_controls_playback_speed">Брзина</string>
|
||
<string-array name="exo_controls_playback_speeds">
|
||
<item>0,25 пати</item>
|
||
<item>0,5 пати</item>
|
||
<item>0,75 пати</item>
|
||
<item>Нормално</item>
|
||
<item>1,25 пати</item>
|
||
<item>1,5 пати</item>
|
||
<item>2 пати</item>
|
||
</string-array>
|
||
<string name="exo_track_selection_title_video">Видео</string>
|
||
<string name="exo_track_selection_title_audio">Аудио</string>
|
||
<string name="exo_track_selection_title_text">Текст</string>
|
||
<string name="exo_track_selection_none">Нема</string>
|
||
<string name="exo_track_selection_auto">Автоматскa</string>
|
||
<string name="exo_track_unknown">Непозната</string>
|
||
<string name="exo_track_resolution">%1$d × %2$d</string>
|
||
<string name="exo_track_mono">Моно</string>
|
||
<string name="exo_track_stereo">Стерео</string>
|
||
<string name="exo_track_surround">Опкружувачки звук</string>
|
||
<string name="exo_track_surround_5_point_1">5.1 опкружувачки звук</string>
|
||
<string name="exo_track_surround_7_point_1">7.1 опкружувачки звук</string>
|
||
<string name="exo_track_role_alternate">Алтернативна</string>
|
||
<string name="exo_track_role_supplementary">Дополнителна</string>
|
||
<string name="exo_track_role_commentary">Коментар</string>
|
||
<string name="exo_track_role_closed_captions">Титлови</string>
|
||
<string name="exo_track_bitrate">%1$.2f Mб/с</string>
|
||
<string name="exo_item_list">%1$s, %2$s</string>
|
||
</resources>
|