aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: f6a06a44345f3033df94152d9f6bbe841e9e25e9 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?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
 *
 * 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">Android binding and user interface for the tinc mesh VPN daemon.</string>
	<string name="app_copyright">Copyright © 2017–2018 Pacien TRAN-GIRARD and contributors.</string>
	<string name="app_license">Software distributed under the terms of the GNU General Public License v3.</string>
	<string name="app_website_url">https://tincapp.pacien.org</string>
	<string name="app_doc_url_format">https://tincapp.pacien.org/doc.html#%1$s</string>
	<string name="app_dev_email">pacien.gplayfr@gmail.com</string>

	<string name="info_version_format">App version %1$s (%2$s build)</string>
	<string name="info_running_on_format">Running on Android %1$s %2$s</string>
	<string name="info_supported_abis_format">Device ABIs: %1$s</string>

	<string name="notification_channel_error_name">Errors</string>

	<string name="menu_about">About this app</string>
	<string name="menu_configure">Configure</string>
	<string name="menu_disconnect">Disconnect</string>
	<string name="menu_show_log">Show log</string>

	<string name="field_passphrase">Passphrase</string>

	<string name="title_request_vpn_permissions">Request VPN permissions</string>
	<string name="title_error">Error</string>
	<string name="title_unable_to_start_tinc">Unable to start tinc</string>
	<string name="title_unlock_private_keys">Unlock tinc private keys</string>
	<string name="title_app_crash">App crash</string>

	<string name="action_close">Close</string>
	<string name="action_cancel">Cancel</string>
	<string name="action_open_project_website">Project website</string>
	<string name="action_open_manual">Open manual</string>
	<string name="action_install">Install</string>
	<string name="action_unlock">Unlock</string>

	<string name="action_dismiss">Dismiss</string>
	<string name="action_open_web_page">Open web page</string>
	<string name="action_send_email">Send e-mail</string>
	<string name="action_send_report">Send report</string>

	<string name="message_network_configuration_written">Network configuration successfully written.</string>
	<string name="message_no_network_name_provided">No network name has been provided.</string>
	<string name="message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string>
	<string name="message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string>
	<string name="message_network_config_invalid_format">Invalid network configuration in network.conf:\n%1$s</string>
	<string name="message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n%1$s</string>
	<string name="message_starting_vpn">Starting VPN…</string>
	<string name="message_disconnecting_vpn">Disconnecting VPN…</string>
	<string name="message_passphrase_required">A passphrase is required to unlock the keyring.</string>
	<string name="message_daemon_exited">Tinc daemon exited during startup:\n%1$s\nCheck the logs for more details.</string>
	<string name="message_could_not_configure_iface">Could not apply network interface configuration:\n%1$s</string>
	<string name="message_could_not_bind_iface">Could not bind network interface. Is another VPN running?</string>
	<string name="message_invalid_network_name">Invalid network name.</string>
	<string name="message_app_crash">The application has previously encountered a fatal error.</string>
	<string name="message_crash_logged">The crash details have been saved in \"%1$s\".</string>
	<string name="message_no_daemon">No running tinc daemon has been found.</string>
	<string name="message_could_not_read_network_configuration_format">Could not read network interface configuration:\n%1$s</string>
	<string name="message_could_not_read_private_key_format">Could not read tinc private keys:\n%1$s</string>

	<!-- Start activity -->
	<string name="start_network_list_title">Connect to network</string>
	<string name="start_network_list_empty_none_found">No network configuration has been found.</string>
	<string name="start_network_list_empty_storage_not_available">Storage directory is unavailable.</string>

	<!-- Configure activity -->
	<string name="configure_activity_title_path_info">Path info</string>
	<string name="configure_path_info_title_configuration_directory">Configuration directory</string>
	<string name="configure_path_info_title_log_directory">Log directory</string>
	<string name="configure_path_info_title_tinc_binary">Tinc binary</string>

	<string name="configure_activity_title_tools">Tools</string>
	<string name="configure_tools_action_generate_node_configuration_and_keys">Generate node configuration and keys</string>
	<string name="configure_tools_action_join_network_via_invitation_url">Join network via invitation URL</string>
	<string name="configure_tools_action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</string>

	<string name="configure_tools_generate_config_title">New network</string>
	<string name="configure_tools_generate_config_net_name_hint">Tinc network name</string>
	<string name="configure_tools_generate_config_node_name_hint">Name of this node</string>
	<string name="configure_tools_generate_config_optional_passphrase_hint">Passphrase (optional)</string>
	<string name="configure_tools_generate_config_action">Create</string>
	<string name="configure_tools_generate_config_generating">Generating node configuration…</string>

	<string name="configure_tools_join_network_title">Join network</string>
	<string name="configure_tools_join_network_field_invitation_url_hint">Invitation URL</string>
	<string name="configure_tools_join_network_action_scan_qr_code_action">Scan QR code</string>
	<string name="configure_tools_join_network_action">Join</string>
	<string name="configure_tools_join_network_joining">Joining network…</string>

	<string name="configure_tools_private_keys_encryption_title">Private keys encryption</string>
	<string name="configure_tools_private_key_encryption_current_passphrase">Current passphrase\n(leave empty if none)</string>
	<string name="configure_tools_private_key_encryption_new_passphrase">New passphrase\n(leave empty to decrypt)</string>
	<string name="configure_tools_private_keys_encryption_action">Apply</string>
	<string name="configure_tools_private_keys_encryption_encrypting">Encrypting/decrypting private keys</string>

	<!-- Status activity -->
	<string name="status_activity_state_connected_to_format">Connected to %s</string>
	<string name="status_activity_title_network_info">Network</string>
	<string name="status_activity_title_node_list">Nodes</string>
	<string name="status_activity_title_subnet_list">Subnets</string>

	<string name="status_network_info_network_name_label">Network name</string>
	<string name="status_network_info_ip_addresses_label">IP addresses</string>
	<string name="status_network_info_routes_label">Routes</string>
	<string name="status_network_info_dns_servers_label">DNS servers</string>
	<string name="status_network_info_search_domains_label">Search domains</string>
	<string name="status_network_info_allowed_applications_label">Allowed applications</string>
	<string name="status_network_info_disallowed_applications_label">Disallowed applications</string>
	<string name="status_network_info_allow_bypass_label">Allow bypass</string>

	<string name="status_network_info_yes_value">yes</string>
	<string name="status_network_info_no_value">no</string>
	<string name="status_network_info_none_value">none</string>

	<string name="status_node_list_empty_placeholder_text">Loading…</string>
	<string name="status_node_reachability_unreachable">unreachable</string>
	<string name="status_node_reachability_this_node">this node</string>
	<string name="status_node_reachability_direct_connection">direct</string>
	<string name="status_node_reachability_via_format">via %s</string>
	<string name="status_node_reachability_unknown">…</string>
	<string name="status_node_info_modal_placeholder_text">Loading…</string>
	<string name="status_node_info_dialog_title">Node info</string>
	<string name="status_node_info_dialog_close_action">Close</string>
	<string name="status_subnet_list_empty_placeholder_text">Loading…</string>

	<!-- Log viewer activity -->
	<string name="log_view_state_level_format">Log level: %s</string>
	<string name="log_view_state_paused">Logging paused</string>
	<string name="log_view_menu_toggle_logging">Toggle logging</string>
	<string name="log_view_menu_share_log">Share log</string>
</resources>