summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rTW/strings.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:32:40 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:32:40 -0800
commit2dd83ce992eaaf3d44c32bc7468b47e3db014027 (patch)
treef44e5351473a18e86a89e3bfe46914d66e8e1b3b /res/values-zh-rTW/strings.xml
parent1edb39f280d23b3a87db45b63c2f26850d68eafe (diff)
downloadandroid_packages_providers_DownloadProvider-2dd83ce992eaaf3d44c32bc7468b47e3db014027.tar.gz
android_packages_providers_DownloadProvider-2dd83ce992eaaf3d44c32bc7468b47e3db014027.tar.bz2
android_packages_providers_DownloadProvider-2dd83ce992eaaf3d44c32bc7468b47e3db014027.zip
auto import from //depot/cupcake/@135843
Diffstat (limited to 'res/values-zh-rTW/strings.xml')
-rw-r--r--res/values-zh-rTW/strings.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
new file mode 100644
index 00000000..0bf222bc
--- /dev/null
+++ b/res/values-zh-rTW/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="permlab_downloadManager">"存取下載管理員。"</string>
+ <string name="permdesc_downloadManager">"允許應用程式存取下載管理員,並使用它下載檔案。惡意程式可使用此功能,影響下載並存取個人資料。"</string>
+ <string name="permlab_downloadManagerAdvanced">"下載管理員進階功能。"</string>
+ <string name="permdesc_downloadManagerAdvanced">"允許應用程式存取下載管理員的進階功能。"\n" 惡意應用程式可能使用此功能讓下載發生錯誤並存取私人資訊。"\n</string>
+ <string name="permlab_cacheFilesystem">"使用系統快取。"</string>
+ <string name="permdesc_cacheFilesystem">"允許應用程式直接存取、修改與刪除系統快取。惡意程式可使用此功能,嚴重影響下載與其他應用程式,並存取個人資料。"</string>
+ <string name="permlab_downloadCompletedIntent">"傳送下載通知。"</string>
+ <string name="permdesc_downloadCompletedIntent">"下載完成時,允許應用程式送出通知。惡意程式可使用此功能干擾其他正在下載檔案的應用程式。"</string>
+ <string name="download_unknown_title">"(未命名)"</string>
+ <string name="notification_filename_separator">", "</string>
+ <string name="notification_filename_extras">" 還有 %d 項下載"</string>
+ <string name="notification_download_complete">"下載已完成。"</string>
+ <string name="notification_download_failed">"下載失敗"</string>
+</resources>