From b7b4e00536107c951a2642a2a1a3fe21a65510a0 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 3 May 2012 22:20:26 +0200 Subject: Error message if tun cannot be opened --- res/menu/vpn_context.xml | 20 ++++++++++++++++++++ res/values/strings.xml | 9 +++++++-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 res/menu/vpn_context.xml (limited to 'res') diff --git a/res/menu/vpn_context.xml b/res/menu/vpn_context.xml new file mode 100644 index 00000000..ab681379 --- /dev/null +++ b/res/menu/vpn_context.xml @@ -0,0 +1,20 @@ + + + + + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index c8e2b1e1..5434f48b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -21,7 +21,7 @@ Server Address: Server Port: Shared Secret: - Connect! + Connect OpenVPN is connecting… OpenVPN is connected! @@ -113,9 +113,14 @@ Specify custom options. Use with care! Route rejected by Android Cannot make sense of %s and %s as IP and CIDR netmask, assuming P2P for local address (/32) - cancel + Disconnect clear log Cancel Confirmation Disconnect the connected VPN/cancel the connection attempt? Remove VPN + Edit VPN Settings + Remove the VPN Profile %s? + " On some custom ICS images the permission on /dev/tun might be wrong, or the tun module might be missing completly" + Opening tun interface failed badly. + "Error: " -- cgit v1.2.3