mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-25 22:13:04 +00:00
21 lines
668 B
XML
21 lines
668 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="audio_config_names">
|
|
<item>Stereo</item>
|
|
<item>Sunet Surround 5.1</item>
|
|
<item>Sunet Surround 7.1</item>
|
|
</string-array>
|
|
|
|
<string-array name="decoder_names">
|
|
<item>Auto-selectează decodorul</item>
|
|
<item>Forțează decodarea Software</item>
|
|
<item>Forțează decodarea Hardware</item>
|
|
</string-array>
|
|
|
|
<string-array name="video_format_names">
|
|
<item>Folosește HEVC doar dacă e stabil</item>
|
|
<item>Folosește HEVC mereu (se poate bloca)</item>
|
|
<item>Nu folosi HEVC</item>
|
|
</string-array>
|
|
</resources>
|