mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-18 06:20:19 +00:00
Move existing translated arrays.xml strings to strings.xml
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="decoder_names">
|
||||
<item>Selecteer Decoder Automatisch</item>
|
||||
<item>Forceer Software Decoderen</item>
|
||||
<item>Forceer Hardware Decoderen</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="video_format_names">
|
||||
<item>Gebruik HEVC alleen als het stabiel is.</item>
|
||||
<item>Gebruik HEVC altijd (mogelijkheid tot crashes)</item>
|
||||
<item>Gebruik HEVC nooit</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -221,4 +221,9 @@
|
||||
<string name="perf_overlay_netdrops">Frames overgeslagen door uw netwerkverbinding: %1$.2f%%</string>
|
||||
<string name="perf_overlay_dectime">Gemiddelde decodeertijd: %1$.2f ms</string>
|
||||
<string name="applist_menu_tv_channel">Toevoegen aan Kanaal</string>
|
||||
|
||||
<!-- Array strings -->
|
||||
<string name="videoformat_hevcauto">Gebruik HEVC alleen als het stabiel is.</string>
|
||||
<string name="videoformat_hevcalways">Gebruik HEVC altijd (mogelijkheid tot crashes)</string>
|
||||
<string name="videoformat_hevcnever">Gebruik HEVC nooit</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user