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,20 +0,0 @@
<?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>

View File

@@ -191,4 +191,12 @@
<string name="title_enable_perf_overlay">Activează statisticile de performanță</string>
<string name="summary_enable_perf_overlay">Afișează în timp real statisticile de performanță ale conexiunii.</string>
<!-- Array strings -->
<string name="audioconf_stereo">Stereo</string>
<string name="audioconf_51surround">Sunet Surround 5.1</string>
<string name="audioconf_71surround">Sunet Surround 7.1</string>
<string name="videoformat_hevcauto">Folosește HEVC doar dacă e stabil</string>
<string name="videoformat_hevcalways">Folosește HEVC mereu (se poate bloca)</string>
<string name="videoformat_hevcnever">Nu folosi HEVC</string>
</resources>