diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-08 16:34:47 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-08 16:34:47 +0200 |
commit | b187f57a026110ef0b0f1d6b6414c868922cab46 (patch) | |
tree | e717cc737e5c892790752cfa6c7dc96b761db60a /res/values/strings.xml | |
parent | 271a9073948f1a47786ae40f5af6e58e7992a767 (diff) |
Add FAQ Dialog, will be filled with more Items later
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1ed40d9e..452de786 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -172,5 +172,11 @@ <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="copied_entry">Copied log entry to clip board</string> + <string name="copied_entry">Copied log entry to clip board</string> + <string name="tap_mode">Tap Mode</string> + <string name="faq_tap_mode">Tap Mode is not possible with the non root VPN api. Therefore this application cannot provide tap support</string> + <string name="tap_faq2">Again? Are you kidding? No tap mode is really not supported and sending more mail aksing if it will be supported will not help.</string> + <string name="tap_faq3">A third time? Actually one could write a a tap emulator based on tun that would add layer2 information on send and strip layer2 information on receive. But this tap emulator would have to implement also ARP and possible a DHCP client. I am not aware of anybody doing any work in this direction. Contact me if you want to start coding on this.</string> + <string name="faq">FAQ</string> + <string name="faq_summary">frequently asked questions and some adivce</string> </resources> |