aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 85b5172541a2b80dd14751551a98f82da886a34e (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
<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 Pacien.</string>
	<string name="app_license">Software distributed under the terms of the GNU General Public License v3.</string>
	<string name="app_website_url">http://tincapp.pacien.org</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="menu_about">About this app</string>
	<string name="menu_configure">Configure</string>
	<string name="menu_disconnect">Disconnect</string>

	<string name="field_net_name">Tinc network name</string>
	<string name="field_node_name">Name of this node</string>
	<string name="field_invitation_url">Invitation URL</string>

	<string name="title_connect_to_network">Connect to network</string>
	<string name="title_request_vpn_permissions">Request VPN permissions</string>
	<string name="title_path_info">Path info</string>
	<string name="title_node_info">Node info</string>
	<string name="title_tools">Tools</string>
	<string name="title_configuration_directory">Configuration directory</string>
	<string name="title_log_directory">Log directory</string>
	<string name="title_tinc_binary">Tinc binary</string>
	<string name="title_network_info">Network info</string>
	<string name="title_network_name">Network name</string>
	<string name="title_ip_addresses">IP addresses</string>
	<string name="title_routes">Routes</string>
	<string name="title_dns_servers">DNS servers</string>
	<string name="title_search_domains">Search domains</string>
	<string name="title_allowed_applications">Allowed applications</string>
	<string name="title_disallowed_applications">Disallowed applications</string>
	<string name="title_allow_bypass">Allow bypass</string>
	<string name="title_nodes">Nodes</string>
	<string name="title_error">Error</string>
	<string name="title_new_network">New network</string>
	<string name="title_join_network">Join network</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_generate_node_configuration_and_keys">Generate node configuration and keys</string>
	<string name="action_join_network_via_invitation_url">Join network via invitation URL</string>
	<string name="action_create">Create</string>
	<string name="action_join">Join</string>

	<string name="message_no_network_configuration_found">No network configuration has been found.</string>
	<string name="message_no_known_node">No known node</string>
	<string name="message_generating_configuration">Generating node configuration…</string>
	<string name="message_joining_network">Joining network…</string>
	<string name="message_network_configuration_created">Network configuration successfully created.</string>

	<string name="value_none">none</string>
	<string name="value_yes">yes</string>
	<string name="value_no">no</string>
</resources>