aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: dcb415b5dac1bced29680d35bf7a335fa78177f5 (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
<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="app_doc_url_format">http://tincapp.pacien.org/doc.html#%1$s</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="field_current_passphrase">Current passphrase\n(leave empty if none)</string>
	<string name="field_new_passphrase">New passphrase\n(leave empty to decrypt)</string>
	<string name="field_optional_passphrase">Passphrase (optional)</string>
	<string name="field_passphrase">Passphrase</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="title_unable_to_start_tinc">Unable to start tinc</string>
	<string name="title_private_keys_encryption">Private keys encryption</string>
	<string name="title_unlock_private_keys">Unlock tinc private keys</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="action_open_manual">Open manual</string>
	<string name="action_scan_qr_code">Scan QR code</string>
	<string name="action_install">Install</string>
	<string name="action_unlock">Unlock</string>
	<string name="action_apply">Apply</string>
	<string name="action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</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_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:\n\n%1$s</string>
	<string name="message_no_qr_code_scanner">No scanner could be started.\n\nInstall Barcode Scanner?</string>
	<string name="message_encrypting_decrypting_private_keys">Encrypting/decrypting private keys</string>
	<string name="message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n\n%1$s</string>

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