aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c909933..dcb415b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -18,6 +18,10 @@
18 <string name="field_net_name">Tinc network name</string> 18 <string name="field_net_name">Tinc network name</string>
19 <string name="field_node_name">Name of this node</string> 19 <string name="field_node_name">Name of this node</string>
20 <string name="field_invitation_url">Invitation URL</string> 20 <string name="field_invitation_url">Invitation URL</string>
21 <string name="field_current_passphrase">Current passphrase\n(leave empty if none)</string>
22 <string name="field_new_passphrase">New passphrase\n(leave empty to decrypt)</string>
23 <string name="field_optional_passphrase">Passphrase (optional)</string>
24 <string name="field_passphrase">Passphrase</string>
21 25
22 <string name="title_connect_to_network">Connect to network</string> 26 <string name="title_connect_to_network">Connect to network</string>
23 <string name="title_request_vpn_permissions">Request VPN permissions</string> 27 <string name="title_request_vpn_permissions">Request VPN permissions</string>
@@ -41,6 +45,8 @@
41 <string name="title_new_network">New network</string> 45 <string name="title_new_network">New network</string>
42 <string name="title_join_network">Join network</string> 46 <string name="title_join_network">Join network</string>
43 <string name="title_unable_to_start_tinc">Unable to start tinc</string> 47 <string name="title_unable_to_start_tinc">Unable to start tinc</string>
48 <string name="title_private_keys_encryption">Private keys encryption</string>
49 <string name="title_unlock_private_keys">Unlock tinc private keys</string>
44 50
45 <string name="action_close">Close</string> 51 <string name="action_close">Close</string>
46 <string name="action_cancel">Cancel</string> 52 <string name="action_cancel">Cancel</string>
@@ -52,17 +58,22 @@
52 <string name="action_open_manual">Open manual</string> 58 <string name="action_open_manual">Open manual</string>
53 <string name="action_scan_qr_code">Scan QR code</string> 59 <string name="action_scan_qr_code">Scan QR code</string>
54 <string name="action_install">Install</string> 60 <string name="action_install">Install</string>
61 <string name="action_unlock">Unlock</string>
62 <string name="action_apply">Apply</string>
63 <string name="action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</string>
55 64
56 <string name="message_no_network_configuration_found">No network configuration has been found.</string> 65 <string name="message_no_network_configuration_found">No network configuration has been found.</string>
57 <string name="message_no_known_node">No known node</string> 66 <string name="message_no_known_node">No known node</string>
58 <string name="message_generating_configuration">Generating node configuration…</string> 67 <string name="message_generating_configuration">Generating node configuration…</string>
59 <string name="message_joining_network">Joining network…</string> 68 <string name="message_joining_network">Joining network…</string>
60 <string name="message_network_configuration_created">Network configuration successfully created.</string> 69 <string name="message_network_configuration_written">Network configuration successfully written.</string>
61 <string name="message_no_network_name_provided">No network name has been provided.</string> 70 <string name="message_no_network_name_provided">No network name has been provided.</string>
62 <string name="message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string> 71 <string name="message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string>
63 <string name="message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string> 72 <string name="message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string>
64 <string name="message_network_config_invalid_format">Invalid network configuration:\n\n%1$s</string> 73 <string name="message_network_config_invalid_format">Invalid network configuration:\n\n%1$s</string>
65 <string name="message_no_qr_code_scanner">No scanner could be started.\n\nInstall Barcode Scanner?</string> 74 <string name="message_no_qr_code_scanner">No scanner could be started.\n\nInstall Barcode Scanner?</string>
75 <string name="message_encrypting_decrypting_private_keys">Encrypting/decrypting private keys</string>
76 <string name="message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n\n%1$s</string>
66 77
67 <string name="value_none">none</string> 78 <string name="value_none">none</string>
68 <string name="value_yes">yes</string> 79 <string name="value_yes">yes</string>