aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-ja/strings.xml
blob: 38a2c6c5acbf5201f059b5281bc884c1d4625571 (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
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>

<!--
 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon
 * Copyright (C) 2017-2018 Pacien TRAN-GIRARD
 *               2017 naofum
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
-->

<resources>
	<string name="app_name">Tinc App</string>
	<string name="app_label">Tinc</string>
	<string name="app_short_desc">tinc mesh VPN デーモン用の Android バインディングとユーザーインターフェース。</string>
	<string name="app_copyright">Copyright © 2017–2018 Pacien TRAN-GIRARD.</string> <!-- TODO: add "and contributors" -->
	<string name="app_license">GNU General Public License v3 の条件で配布されるソフトウェア。</string>
	<string name="app_website_url">https://tincapp.pacien.org</string>

	<string name="info_version_format">アプリバージョン %1$s (%2$s ビルド)</string>
	<string name="info_running_on_format">Android %1$s %2$s で実行中</string>
	<string name="info_supported_abis_format">デバイス ABI: %1$s</string>

	<string name="menu_about">このアプリについて</string>

	<string name="configure_tools_generate_config_net_name_hint">Tinc ネットワーク名</string>

	<string name="start_network_list_title">ネットワークに接続</string>
	<string name="title_request_vpn_permissions">VPN 権限のリクエスト</string>

	<string name="action_close">閉じる</string>
	<string name="action_open_project_website">プロジェクト Web サイト</string>
</resources>