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,15 +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

@@ -130,4 +130,8 @@
<string name="title_checkbox_vibrate_osc">振動</string>
<string name="summary_checkbox_vibrate_osc">コントローラの振動を真似します</string>
<!-- Array strings -->
<string name="videoformat_hevcauto">安定している場合にHEVCを有効化</string>
<string name="videoformat_hevcalways">HEVCを強制的に有効化(クラッシュする可能性があります)</string>
<string name="videoformat_hevcnever">HEVCを無効化</string>
</resources>