summaryrefslogtreecommitdiff
path: root/main/src/ui/res/values-ko/arrays.xml
blob: 23e9d92be5454e4eeb1a88bb11c8d409862ea74c (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
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ 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>안드로이드 인증서</item>
        <item>계정/암호1</item>
        <item>고정키1</item>
        <item>계정/암호 + 인증서</item>
        <item>계정/암호 + PKCS12 </item>
        <item>계정/암호 + 안드로이드</item>
        <item>외부 인증 공급자</item>
    </string-array>
    <string-array name="tls_directions_entries">
        <item translatable="false">0</item>
        <item translatable="false">1</item>
        <item>미지정1</item>
        <item>암호화 (--tls-crypt) 1</item>
        <item>TLS 암호 V2</item>
    </string-array>
    <string-array name="auth_retry_type">
        <item>연결 해제, 암호 잊기1</item>
        <item>연결 해제, 암호 유지</item>
        <item>무시하기, 재시도</item>
    </string-array>
</resources>