diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ddc370b..6899082 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -100,25 +100,25 @@ | |||
100 | <string name="message_no_network_name_provided">No network name has been provided.</string> | 100 | <string name="message_no_network_name_provided">No network name has been provided.</string> |
101 | <string name="message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string> | 101 | <string name="message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string> |
102 | <string name="message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string> | 102 | <string name="message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string> |
103 | <string name="message_network_config_invalid_format">Invalid network configuration in network.conf:\n\n%1$s</string> | 103 | <string name="message_network_config_invalid_format">Invalid network configuration in network.conf:\n%1$s</string> |
104 | <string name="message_encrypting_decrypting_private_keys">Encrypting/decrypting private keys</string> | 104 | <string name="message_encrypting_decrypting_private_keys">Encrypting/decrypting private keys</string> |
105 | <string name="message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n\n%1$s</string> | 105 | <string name="message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n%1$s</string> |
106 | <string name="message_storage_unavailable">Storage directory is unavailable.</string> | 106 | <string name="message_storage_unavailable">Storage directory is unavailable.</string> |
107 | <string name="message_starting_vpn">Starting VPN…</string> | 107 | <string name="message_starting_vpn">Starting VPN…</string> |
108 | <string name="message_disconnecting_vpn">Disconnecting VPN…</string> | 108 | <string name="message_disconnecting_vpn">Disconnecting VPN…</string> |
109 | <string name="message_passphrase_required">A passphrase is required to unlock the keyring.</string> | 109 | <string name="message_passphrase_required">A passphrase is required to unlock the keyring.</string> |
110 | <string name="message_daemon_exited">Tinc daemon exited during startup:\n%1$s\n\nCheck the logs for more details.</string> | 110 | <string name="message_daemon_exited">Tinc daemon exited during startup:\n%1$s\nCheck the logs for more details.</string> |
111 | <string name="message_loading">Loading…</string> | 111 | <string name="message_loading">Loading…</string> |
112 | <string name="message_log_level_set">Log level set to %1$d.</string> | 112 | <string name="message_log_level_set">Log level set to %1$d.</string> |
113 | <string name="message_log_paused">Logging paused.</string> | 113 | <string name="message_log_paused">Logging paused.</string> |
114 | <string name="message_could_not_configure_iface">Could not apply network interface configuration:\n\n%1$s</string> | 114 | <string name="message_could_not_configure_iface">Could not apply network interface configuration:\n%1$s</string> |
115 | <string name="message_could_not_bind_iface">Could not bind network interface. Is another VPN running?</string> | 115 | <string name="message_could_not_bind_iface">Could not bind network interface. Is another VPN running?</string> |
116 | <string name="message_invalid_network_name">Invalid network name.</string> | 116 | <string name="message_invalid_network_name">Invalid network name.</string> |
117 | <string name="message_app_crash">The application has previously encountered a fatal error.</string> | 117 | <string name="message_app_crash">The application has previously encountered a fatal error.</string> |
118 | <string name="message_crash_logged">The crash details have been saved in \"%1$s\".</string> | 118 | <string name="message_crash_logged">The crash details have been saved in \"%1$s\".</string> |
119 | <string name="message_no_daemon">No running tinc daemon has been found.</string> | 119 | <string name="message_no_daemon">No running tinc daemon has been found.</string> |
120 | <string name="message_could_not_read_network_configuration_format">Could not read network interface configuration:\n\n%1$s</string> | 120 | <string name="message_could_not_read_network_configuration_format">Could not read network interface configuration:\n%1$s</string> |
121 | <string name="message_could_not_read_private_key_format">Could not read tinc private keys:\n\n%1$s</string> | 121 | <string name="message_could_not_read_private_key_format">Could not read tinc private keys:\n%1$s</string> |
122 | 122 | ||
123 | <string name="value_none">none</string> | 123 | <string name="value_none">none</string> |
124 | <string name="value_yes">yes</string> | 124 | <string name="value_yes">yes</string> |