Move existing translated arrays.xml strings to strings.xml

This commit is contained in:
Cameron Gutman
2022-02-12 17:39:00 -06:00
parent 34bdf450e9
commit 208855917e
23 changed files with 78 additions and 199 deletions

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="decoder_names">
<item>자동으로 선택</item>
<item>강제 소프트웨어 디코딩</item>
<item>강제 하드웨어 디코딩</item>
</string-array>
<string-array name="video_format_names">
<item>안정적인 경우에 HEVC 사용</item>
<item>항상 HEVC 사용(깨질 가능성 있음)</item>
<item>HEVC 사용하지 않기</item>
</string-array>
</resources>

View File

@@ -220,4 +220,9 @@
<string name="perf_overlay_streamdetails">비디오 스트림 : %1$s %2$.2f FPS</string>
<string name="unable_to_pin_shortcut">현재 런처에서는 바로가기 생성이 불가능합니다.</string>
<string name="resolution_prefix_native_fullscreen">네이티브 (전체화면)</string>
<!-- Array strings -->
<string name="videoformat_hevcauto">안정적인 경우에 HEVC 사용</string>
<string name="videoformat_hevcalways">항상 HEVC 사용(깨질 가능성 있음)</string>
<string name="videoformat_hevcnever">HEVC 사용하지 않기</string>
</resources>