media/library/ui/src/main/res/values-ko/strings.xml
eguven ea49d39a4d Add VR string and icon
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=218137830
2018-10-24 18:29:10 +01:00

36 lines
2.3 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_exit_vr_description">Exit VR mode</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">자동</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_bitrate">%1$.2fMbps</string>
<string name="exo_item_list">%1$s, %2$s</string>
</resources>