summaryrefslogtreecommitdiff
path: root/main/src/main/res/values-zh-rTW/arrays.xml
blob: f22debf592feede56da1778086b85b1d5e02f45a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<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>
  </string-array>
  <string-array name="tls_directions_entries">
    <item>0</item>
    <item>1</item>
    <item>不指定</item>
  </string-array>
</resources>