summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rTW
diff options
context:
space:
mode:
authorLikai Ding <likaid@codeaurora.org>2013-08-19 16:33:24 +0800
committerXiaojing Zhang <zhangx@codeaurora.org>2014-11-04 20:38:02 -0800
commitd42e6dcbee24b917936c1d670ca659970c76d4d1 (patch)
tree518ec0bbbd08a24abdb8e415d9de0f301fb4a095 /res/values-zh-rTW
parent9bc105fca37faf4c868987b3a22992e39e4348f2 (diff)
downloadandroid_packages_apps_Gallery2-d42e6dcbee24b917936c1d670ca659970c76d4d1.tar.gz
android_packages_apps_Gallery2-d42e6dcbee24b917936c1d670ca659970c76d4d1.tar.bz2
android_packages_apps_Gallery2-d42e6dcbee24b917936c1d670ca659970c76d4d1.zip
Gallery2: support live streaming and bookmarks
Users can input a URL for streaming display. URL bookmarking is supported. Change-Id: Ia69497cdcfee963ba2209119a5b9dc82b64497da
Diffstat (limited to 'res/values-zh-rTW')
-rw-r--r--res/values-zh-rTW/codeaurora_strings.xml64
1 files changed, 64 insertions, 0 deletions
diff --git a/res/values-zh-rTW/codeaurora_strings.xml b/res/values-zh-rTW/codeaurora_strings.xml
index 8af6493d4..d72a86ecb 100644
--- a/res/values-zh-rTW/codeaurora_strings.xml
+++ b/res/values-zh-rTW/codeaurora_strings.xml
@@ -1,7 +1,71 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+Copyright (c) 2013, The Linux Foundation. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ * Neither the name of The Linux Foundation nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+-->
+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="loop">"循環"</string>
<string name="single">"單次"</string>
<string name="stereo">"立體聲"</string>
<string name="single_track">"單聲道"</string>
+ <string name="media_detail">"媒體詳情"</string>
+ <string name="input_url">"輸入 URL"</string>
+ <string name="streaming_settings">"串流設定"</string>
+
+ <string name="rtp">RTP</string>
+ <string name="rtcp">RTCP</string>
+ <string name="min_port">最小端口:</string>
+ <string name="max_port">最大端口:</string>
+ <string name="buffer_size">緩存大小</string>
+ <string name="apn">優先接入點</string>
+ <string name="rtp_min_port">RTP最小端口</string>
+ <string name="rtp_max_port">RTP最大端口</string>
+ <string name="rtcp_min_port">RTCP最小端口</string>
+ <string name="rtcp_max_port">RTCP最大端口</string>
+ <string name="set_rtp_min_port">設置RTP最小端口</string>
+ <string name="set_rtp_max_port">設置RTP最大端口</string>
+ <string name="set_rtcp_min_port">設置RTCP最小端口</string>
+ <string name="set_rtcp_max_port">設置RTCP最大端口</string>
+ <string name="set_buffer_size">設置緩衝大小</string>
+ <string name="set_apn">選擇接入優先點</string>
+ <string name="setting">設置</string>
+
+ <string name="server_timeout_title">"伺服器逾時"</string>
+ <string name="server_timeout_message">"是否重新連線伺服器並播放視訊?"</string>
+
+ <string name="bookmark_add">"添加書簽"</string>
+ <string name="bookmark_display">"顯示書簽"</string>
+ <string name="bookmark_empty">"無書簽"</string>
+ <string name="bookmark_exist">"已存在相同書簽"</string>
+ <string name="bookmark_add_success">"添加書簽成功"</string>
+ <string name="bookmark_list">"書簽列表"</string>
+ <string name="bookmark_title">"標題"</string>
+ <string name="bookmark_location">"位置"</string>
+ <string name="delete_all">"刪除所有"</string>
+ <string name="default_title">"默認標題"</string>
</resources>