diff options
author | pacien | 2018-03-22 23:45:11 +0100 |
---|---|---|
committer | pacien | 2018-03-22 23:45:11 +0100 |
commit | 18b8c8fe1b370c47978e7ae0342139d556969f00 (patch) | |
tree | 43f08e340726e46e296ac56b464174528ac7c6fc /app/src/main/res/values | |
parent | 2e0937a0fb6db92553dcddecb66a83af656b22c1 (diff) | |
download | tincapp-18b8c8fe1b370c47978e7ae0342139d556969f00.tar.gz |
Validate network names
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 25bee44..da3fa10 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -88,6 +88,7 @@ | |||
88 | <string name="message_log_paused">Logging paused.</string> | 88 | <string name="message_log_paused">Logging paused.</string> |
89 | <string name="message_could_not_configure_iface">Could not apply network interface configuration:\n\n%1$s</string> | 89 | <string name="message_could_not_configure_iface">Could not apply network interface configuration:\n\n%1$s</string> |
90 | <string name="message_could_not_bind_iface">Could not bind network interface. Is another VPN running?</string> | 90 | <string name="message_could_not_bind_iface">Could not bind network interface. Is another VPN running?</string> |
91 | <string name="message_invalid_network_name">Invalid network name.</string> | ||
91 | 92 | ||
92 | <string name="value_none">none</string> | 93 | <string name="value_none">none</string> |
93 | <string name="value_yes">yes</string> | 94 | <string name="value_yes">yes</string> |