blob: 134a012ff4a5004ec8eb27f3b6a7b51b25149b19 (
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
|
<?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="about_app_short_desc">tinc mesh VPN デーモン用の Android バインディングとユーザーインターフェース。</string>
<string name="about_app_license">GNU General Public License v3 の条件で配布されるソフトウェア。</string>
<string name="about_app_version_format">アプリバージョン %1$s (%2$s ビルド)</string>
<string name="about_app_running_on_format">Android %1$s %2$s で実行中</string>
<string name="about_app_supported_abis_format">デバイス ABI: %1$s</string>
<string name="about_app_menu_about">このアプリについて</string>
<string name="configure_tools_generate_config_net_name_hint">Tinc ネットワーク名</string>
<string name="start_network_list_title">ネットワークに接続</string>
<string name="generic_action_close">閉じる</string>
<string name="about_app_open_project_website">プロジェクト Web サイト</string>
</resources>
|