media/library/ui/src/main/res/values-mk/strings.xml
tonihei f0cd144baf Update UI translations.
We have new strings for track role types.

PiperOrigin-RevId: 242829944
2019-04-13 01:38:05 +01:00

40 lines
2.9 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"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<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>
<string name="exo_controls_fastforward_description">Премотај напред</string>
<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_description">Измешај</string>
<string name="exo_controls_fullscreen_description">Режим на цел екран</string>
<string name="exo_controls_vr_description">Режим на VR</string>
<string name="exo_download_description">Преземи</string>
<string name="exo_download_notification_channel_name">Преземања</string>
<string name="exo_download_downloading">Се презема</string>
<string name="exo_download_completed">Преземањето заврши</string>
<string name="exo_download_failed">Неуспешно преземање</string>
<string name="exo_download_removing">Се отстрануваат преземањата</string>
<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>