diff options
author | Eric Fischer <enf@google.com> | 2011-08-26 14:49:23 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2011-08-26 14:49:23 -0700 |
commit | 6a5134397541af058e1128baebe0451ae4befce8 (patch) | |
tree | ac770362eabecc01099fcb383a57e6753a0ed149 /packages/BackupRestoreConfirmation/res/values-zh-rTW | |
parent | d0b6ad9ec925bdc5b9ff4d125e76b32ab69c1563 (diff) | |
download | frameworks_base-6a5134397541af058e1128baebe0451ae4befce8.zip frameworks_base-6a5134397541af058e1128baebe0451ae4befce8.tar.gz frameworks_base-6a5134397541af058e1128baebe0451ae4befce8.tar.bz2 |
Import revised translations.
Change-Id: I51e1fc94b7fa3fec13f7dddad62b978dd9a71d43
Diffstat (limited to 'packages/BackupRestoreConfirmation/res/values-zh-rTW')
-rw-r--r-- | packages/BackupRestoreConfirmation/res/values-zh-rTW/strings.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/BackupRestoreConfirmation/res/values-zh-rTW/strings.xml b/packages/BackupRestoreConfirmation/res/values-zh-rTW/strings.xml new file mode 100644 index 0000000..8858b68 --- /dev/null +++ b/packages/BackupRestoreConfirmation/res/values-zh-rTW/strings.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2011 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="backup_confirm_text" msgid="1878021282758896593">"系統收到將所有資料完整備份至連線電腦的要求,請問您允許進行備份嗎?"\n\n"如果您本人並未提出備份要求,請勿允許繼續進行這項作業。"</string> + <string name="allow_backup_button_label" msgid="4217228747769644068">"備份我的資料"</string> + <string name="deny_backup_button_label" msgid="6009119115581097708">"不要備份"</string> + <string name="restore_confirm_text" msgid="7499866728030461776">"系統收到從連線電腦完整還原所有資料的要求,請問您允許進行還原嗎?"\n\n"如果您本人並未提出還原要求,請勿允許繼續進行這項作業。這項作業將取代裝置上現有的全部資料!"</string> + <string name="allow_restore_button_label" msgid="3081286752277127827">"還原我的資料"</string> + <string name="deny_restore_button_label" msgid="1724367334453104378">"不要還原"</string> + <string name="current_password_text" msgid="8268189555578298067">"在下面輸入您目前的備份密碼:"</string> + <string name="backup_enc_password_text" msgid="4981585714795233099">"請輸入完整備份資料加密專用的密碼。如果您沒有輸入密碼,系統會使用您目前的備用密碼:"</string> + <string name="backup_enc_password_optional" msgid="1350137345907579306">"如果您想要將完整備份資料進行加密,請在下面輸入一組密碼:"</string> + <string name="restore_enc_password_text" msgid="6140898525580710823">"如果還原的資料經過加密處理,請在下面輸入密碼:"</string> +</resources> |