summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rCN/strings_ftp.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-05 00:16:00 +0200
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2016-03-07 14:30:48 -0800
commit6fe1f49e1803a10dc0046b5bb04e3bb4f27c7cc3 (patch)
tree97089816ba362bf6efcdea1b1442eae2679eb8c5 /res/values-zh-rCN/strings_ftp.xml
parenta6cf8cdb2324fe851295cf27f337415dd02b17fe (diff)
downloadandroid_packages_apps_BluetoothExt-6fe1f49e1803a10dc0046b5bb04e3bb4f27c7cc3.tar.gz
android_packages_apps_BluetoothExt-6fe1f49e1803a10dc0046b5bb04e3bb4f27c7cc3.tar.bz2
android_packages_apps_BluetoothExt-6fe1f49e1803a10dc0046b5bb04e3bb4f27c7cc3.zip
Automatic translation import
RM-214 Change-Id: I07839c32d207b4dfca2d9f37bf2b545f744fc021 (cherry picked from commit 0bcedd3f5b3aeae5e734e663c80e8ef5d91ebde2)
Diffstat (limited to 'res/values-zh-rCN/strings_ftp.xml')
-rw-r--r--res/values-zh-rCN/strings_ftp.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values-zh-rCN/strings_ftp.xml b/res/values-zh-rCN/strings_ftp.xml
index 8a10988..7aed94a 100644
--- a/res/values-zh-rCN/strings_ftp.xml
+++ b/res/values-zh-rCN/strings_ftp.xml
@@ -33,9 +33,14 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="ftp_session_key_dialog_title">输入 %1$s 的会话密钥</string>
<string name="ftp_session_key_dialog_header">需要蓝牙会话密钥</string>
+ <!-- Notification title when a Bluetooth device wants to pair with us -->
<string name="ftp_notif_title">FTP 会话密钥请求</string>
+ <!--Notification Title for ACTIVE SESSION -->
<string name="ftp_notif_active_session">蓝牙 FTP 活动会话</string>
+ <!--Notification message for ACTIVE SESSION -->
<string name="ftp_notif_connected">蓝牙文件传输到“<xliff:g id="device_name">%1$s</xliff:g>”。</string>
+ <!-- Activity label of BluetoothFtpPermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] -->
<string name="bluetooth_ftp_request">FTP 请求</string>
+ <!-- Bluetooth FTP permission Alert Activity text [CHAR LIMIT=none] -->
<string name="bluetooth_ftp_acceptance_dialog_text">%1$s 试图访问您的文件和文件夹。允许 %2$s 访问?</string>
</resources>