diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-06 20:06:30 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-06 20:06:30 +0200 |
commit | 36121acf0b12a90387f71b79b1538acf95842158 (patch) | |
tree | facfc2f5cb82f36207862882d103111d1b936bab /res/values/strings.xml | |
parent | ef4fd36f5d38e82ba6165be2468d985d62f1d32f (diff) |
- Ability to copy single log entries (issue #9)
- Remove dependency on JNI for all but early logging and opening tun
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b6411a8e..81ca4313 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -159,7 +159,7 @@ <string name="info">info</string> <string name="show_connection_details">Show connection details</string> <string name="last_openvpn_tun_config">Last interface configuration from Openvpn:</string> - <string name="local_ip_info">Local IP: %1$s/%2$d</string> + <string name="local_ip_info">Local IP: %1$s/%2$d MTU: %3$d</string> <string name="dns_server_info">DNS Server: %s</string> <string name="dns_domain_info">DNS Domain: %s</string> <string name="routes_info">Routes: %s</string> @@ -171,5 +171,6 @@ <string name="could_not_write_log">Could not write log contents to file</string> <string name="send_logfile">Send Logfile</string> <string name="send">Send</string> - <string name="ics_openvpn_log_file">ICS Openvpn log file</string> + <string name="ics_openvpn_log_file">ICS Openvpn log file</string> + <string name="copied_entry">Copied log entry to clip board</string> </resources> |