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.xml38
1 files changed, 22 insertions, 16 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index fc689fd..a27fab7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -45,17 +45,6 @@
45 45
46 <string name="title_connect_to_network">Connect to network</string> 46 <string name="title_connect_to_network">Connect to network</string>
47 <string name="title_request_vpn_permissions">Request VPN permissions</string> 47 <string name="title_request_vpn_permissions">Request VPN permissions</string>
48 <string name="title_node_info">Node info</string>
49 <string name="title_network_info">Network info</string>
50 <string name="title_network_name">Network name</string>
51 <string name="title_ip_addresses">IP addresses</string>
52 <string name="title_routes">Routes</string>
53 <string name="title_dns_servers">DNS servers</string>
54 <string name="title_search_domains">Search domains</string>
55 <string name="title_allowed_applications">Allowed applications</string>
56 <string name="title_disallowed_applications">Disallowed applications</string>
57 <string name="title_allow_bypass">Allow bypass</string>
58 <string name="title_nodes">Nodes</string>
59 <string name="title_error">Error</string> 48 <string name="title_error">Error</string>
60 <string name="title_unable_to_start_tinc">Unable to start tinc</string> 49 <string name="title_unable_to_start_tinc">Unable to start tinc</string>
61 <string name="title_unlock_private_keys">Unlock tinc private keys</string> 50 <string name="title_unlock_private_keys">Unlock tinc private keys</string>
@@ -85,7 +74,6 @@
85 <string name="message_disconnecting_vpn">Disconnecting VPN…</string> 74 <string name="message_disconnecting_vpn">Disconnecting VPN…</string>
86 <string name="message_passphrase_required">A passphrase is required to unlock the keyring.</string> 75 <string name="message_passphrase_required">A passphrase is required to unlock the keyring.</string>
87 <string name="message_daemon_exited">Tinc daemon exited during startup:\n%1$s\nCheck the logs for more details.</string> 76 <string name="message_daemon_exited">Tinc daemon exited during startup:\n%1$s\nCheck the logs for more details.</string>
88 <string name="message_loading">Loading…</string>
89 <string name="message_log_level_set">Log level set to %1$d.</string> 77 <string name="message_log_level_set">Log level set to %1$d.</string>
90 <string name="message_log_paused">Logging paused.</string> 78 <string name="message_log_paused">Logging paused.</string>
91 <string name="message_could_not_configure_iface">Could not apply network interface configuration:\n%1$s</string> 79 <string name="message_could_not_configure_iface">Could not apply network interface configuration:\n%1$s</string>
@@ -97,10 +85,6 @@
97 <string name="message_could_not_read_network_configuration_format">Could not read network interface configuration:\n%1$s</string> 85 <string name="message_could_not_read_network_configuration_format">Could not read network interface configuration:\n%1$s</string>
98 <string name="message_could_not_read_private_key_format">Could not read tinc private keys:\n%1$s</string> 86 <string name="message_could_not_read_private_key_format">Could not read tinc private keys:\n%1$s</string>
99 87
100 <string name="value_none">none</string>
101 <string name="value_yes">yes</string>
102 <string name="value_no">no</string>
103
104 <!-- Configure activity --> 88 <!-- Configure activity -->
105 <string name="configure_activity_title_path_info">Path info</string> 89 <string name="configure_activity_title_path_info">Path info</string>
106 <string name="configure_path_info_title_configuration_directory">Configuration directory</string> 90 <string name="configure_path_info_title_configuration_directory">Configuration directory</string>
@@ -130,4 +114,26 @@
130 <string name="configure_tools_private_key_encryption_new_passphrase">New passphrase\n(leave empty to decrypt)</string> 114 <string name="configure_tools_private_key_encryption_new_passphrase">New passphrase\n(leave empty to decrypt)</string>
131 <string name="configure_tools_private_keys_encryption_action">Apply</string> 115 <string name="configure_tools_private_keys_encryption_action">Apply</string>
132 <string name="configure_tools_private_keys_encryption_encrypting">Encrypting/decrypting private keys</string> 116 <string name="configure_tools_private_keys_encryption_encrypting">Encrypting/decrypting private keys</string>
117
118 <!-- Status activity -->
119 <string name="status_activity_title_node_list">Nodes</string>
120 <string name="status_activity_title_network_info">Network info</string>
121
122 <string name="status_network_info_network_name_label">Network name</string>
123 <string name="status_network_info_ip_addresses_label">IP addresses</string>
124 <string name="status_network_info_routes_label">Routes</string>
125 <string name="status_network_info_dns_servers_label">DNS servers</string>
126 <string name="status_network_info_search_domains_label">Search domains</string>
127 <string name="status_network_info_allowed_applications_label">Allowed applications</string>
128 <string name="status_network_info_disallowed_applications_label">Disallowed applications</string>
129 <string name="status_network_info_allow_bypass_label">Allow bypass</string>
130
131 <string name="status_network_info_yes_value">yes</string>
132 <string name="status_network_info_no_value">no</string>
133 <string name="status_network_info_none_value">none</string>
134
135 <string name="status_activity_node_list_placeholder_text">Loading…</string>
136 <string name="status_node_list_modal_placeholder_text">Loading…</string>
137 <string name="status_node_info_dialog_title">Node info</string>
138 <string name="status_node_info_dialog_close_action">Close</string>
133</resources> 139</resources>