summaryrefslogtreecommitdiff
path: root/main/src/main/res/values-zh-rCN/arrays.xml
blob: 5fb7dfb90f99466813f9f4c5cc2920893d31de9e (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
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (c) 2012-2014 Arne Schwabe
  ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
  -->

<!--Generated by crowdin.com-->
<resources>
  <string-array name="vpn_types">
    <item>证书</item>
    <item>PKCS12 加密文件</item>
    <item>Android 证书</item>
    <item>用户名/密码</item>
    <item>静态密钥</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>