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.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 9be3d5a..e5dc2f5 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -41,7 +41,6 @@
41 41
42 <string name="field_passphrase">Passphrase</string> 42 <string name="field_passphrase">Passphrase</string>
43 43
44 <string name="title_connect_to_network">Connect to network</string>
45 <string name="title_request_vpn_permissions">Request VPN permissions</string> 44 <string name="title_request_vpn_permissions">Request VPN permissions</string>
46 <string name="title_error">Error</string> 45 <string name="title_error">Error</string>
47 <string name="title_unable_to_start_tinc">Unable to start tinc</string> 46 <string name="title_unable_to_start_tinc">Unable to start tinc</string>
@@ -60,14 +59,12 @@
60 <string name="action_send_email">Send e-mail</string> 59 <string name="action_send_email">Send e-mail</string>
61 <string name="action_send_report">Send report</string> 60 <string name="action_send_report">Send report</string>
62 61
63 <string name="message_no_network_configuration_found">No network configuration has been found.</string>
64 <string name="message_network_configuration_written">Network configuration successfully written.</string> 62 <string name="message_network_configuration_written">Network configuration successfully written.</string>
65 <string name="message_no_network_name_provided">No network name has been provided.</string> 63 <string name="message_no_network_name_provided">No network name has been provided.</string>
66 <string name="message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string> 64 <string name="message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string>
67 <string name="message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string> 65 <string name="message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string>
68 <string name="message_network_config_invalid_format">Invalid network configuration in network.conf:\n%1$s</string> 66 <string name="message_network_config_invalid_format">Invalid network configuration in network.conf:\n%1$s</string>
69 <string name="message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n%1$s</string> 67 <string name="message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n%1$s</string>
70 <string name="message_storage_unavailable">Storage directory is unavailable.</string>
71 <string name="message_starting_vpn">Starting VPN…</string> 68 <string name="message_starting_vpn">Starting VPN…</string>
72 <string name="message_disconnecting_vpn">Disconnecting VPN…</string> 69 <string name="message_disconnecting_vpn">Disconnecting VPN…</string>
73 <string name="message_passphrase_required">A passphrase is required to unlock the keyring.</string> 70 <string name="message_passphrase_required">A passphrase is required to unlock the keyring.</string>
@@ -81,6 +78,11 @@
81 <string name="message_could_not_read_network_configuration_format">Could not read network interface configuration:\n%1$s</string> 78 <string name="message_could_not_read_network_configuration_format">Could not read network interface configuration:\n%1$s</string>
82 <string name="message_could_not_read_private_key_format">Could not read tinc private keys:\n%1$s</string> 79 <string name="message_could_not_read_private_key_format">Could not read tinc private keys:\n%1$s</string>
83 80
81 <!-- Start activity -->
82 <string name="start_network_list_title">Connect to network</string>
83 <string name="start_network_list_empty_none_found">No network configuration has been found.</string>
84 <string name="start_network_list_empty_storage_not_available">Storage directory is unavailable.</string>
85
84 <!-- Configure activity --> 86 <!-- Configure activity -->
85 <string name="configure_activity_title_path_info">Path info</string> 87 <string name="configure_activity_title_path_info">Path info</string>
86 <string name="configure_path_info_title_configuration_directory">Configuration directory</string> 88 <string name="configure_path_info_title_configuration_directory">Configuration directory</string>