summaryrefslogtreecommitdiff
path: root/main/src/main/res/values-ja/arrays.xml
blob: 6c5ea25cffe00949a7b46e03a66ff7c68253630a (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
33
34
35
36
37
<?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>User/PW</item>
    <item>静的鍵</item>
    <item>User/PWと証明書</item>
    <item>User/PWとPKCS12ファイル</item>
    <item>User/PWとAndroidの証明書管理</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>
  </string-array>
  <string-array name="crm_entries">
    <item>再接続を試行しない</item>
    <item>1回再接続を試行する</item>
    <item>5回再接続を試行する</item>
    <item>50回再接続を試行する</item>
    <item>無制限に再接続を試行する</item>
  </string-array>
  <string-array name="auth_retry_type">
    <item>パスワードを破棄して切断</item>
    <item>パスワードを維持して切断</item>
    <item>無視して再試行</item>
  </string-array>
</resources>