blob: 9da37a1adfb25d708d5cf0fdece96de728585b06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ Copyright (c) 2012-2016 Arne Schwabe
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
<resources>
<!-- Keep the order the same as the TYPE_ constants in VPNProfile -->
<string-array name="vpn_types">
<item>憑證</item>
<item>PKCS12 檔案</item>
<item>Android 憑證</item>
<item>用戶名稱/密碼</item>
<item>固定金鑰(Static Keys)</item>
<item>用戶名稱/密碼 + 憑證</item>
<item>用戶名稱/密碼 + PKCS12檔案</item>
<item>用戶名稱/密碼 + Android</item>
<item>外部認證提供者</item>
</string-array>
<string-array name="tls_directions_entries">
<item translatable="false">0</item>
<item translatable="false">1</item>
<item>不指定</item>
<item>加密 (tls-crypt)</item>
<item>TLS 加密 第二版</item>
</string-array>
<string-array name="auth_retry_type">
<item>斷開連接,忘記了密碼</item>
<item>斷開連接,保存密碼</item>
<item>忽略,然後重試</item>
</string-array>
</resources>
|