summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblinky@build01 <jenkins@cyanogenmod.com>2016-12-21 17:20:27 -0800
committerblinky@build01 <jenkins@cyanogenmod.com>2016-12-21 17:20:27 -0800
commitad1d5360b74d04812596b73c2af172f937166e21 (patch)
treea7a287f996d4d6ad32bf5858433c9526960c6378
parent0a58fdb1d818f5c42467e81d90bb9e40bd0e67b5 (diff)
downloadandroid_hardware_samsung-ad1d5360b74d04812596b73c2af172f937166e21.tar.gz
android_hardware_samsung-ad1d5360b74d04812596b73c2af172f937166e21.tar.bz2
android_hardware_samsung-ad1d5360b74d04812596b73c2af172f937166e21.zip
Automatic translation import
Change-Id: Iddc34d12708397ce3aac22c24727ae6f7a54b320 Ticket: -
-rw-r--r--AdvancedDisplay/res/values-zh-rTW/arrays.xml18
-rw-r--r--AdvancedDisplay/res/values-zh-rTW/strings.xml7
2 files changed, 24 insertions, 1 deletions
diff --git a/AdvancedDisplay/res/values-zh-rTW/arrays.xml b/AdvancedDisplay/res/values-zh-rTW/arrays.xml
index dbbee7c..d4bed09 100644
--- a/AdvancedDisplay/res/values-zh-rTW/arrays.xml
+++ b/AdvancedDisplay/res/values-zh-rTW/arrays.xml
@@ -15,4 +15,20 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"></resources>
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string-array name="mdnie_scenario_entries">
+ <item>CyanogenMod (預設)</item>
+ <item>使用者介面</item>
+ <item>影片</item>
+ <item>影片 (暖色)</item>
+ <item>影片 (冷色)</item>
+ <item>相機</item>
+ <item>導航</item>
+ <item>圖片庫</item>
+ <item>VT</item>
+ </string-array>
+ <string-array name="mdnie_negative_entries">
+ <item>適中</item>
+ <item>負片</item>
+ </string-array>
+</resources>
diff --git a/AdvancedDisplay/res/values-zh-rTW/strings.xml b/AdvancedDisplay/res/values-zh-rTW/strings.xml
index f5df7fe..0c0dac7 100644
--- a/AdvancedDisplay/res/values-zh-rTW/strings.xml
+++ b/AdvancedDisplay/res/values-zh-rTW/strings.xml
@@ -16,6 +16,13 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_name">進階顯示</string>
<!-- Screen Preference -->
+ <string name="category_screen_title">螢幕</string>
+ <string name="screen_colors_title">色彩</string>
<!-- mDNIe -->
+ <string name="mdnie_scenario_title_head">場景</string>
+ <string name="mdnie_scenario_summary_head">設定 mDNIe 場景</string>
+ <string name="mdnie_negative_title_head">負片模式</string>
+ <string name="mdnie_negative_summary_head">啟用/停用反轉顏色</string>
</resources>