summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-10 22:39:06 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-10 22:39:06 +0200
commit7a2b9b1880612c78699f03f62697cdab4a7c6747 (patch)
treeb1a4c4724fa284d6f0193fac53c265e98995ba4d /res
parent300c200ca2aa84e7778f4ef07112a8c6effff24e (diff)
Add ability to export openvpn configuration. (closes issue #52)
Diffstat (limited to 'res')
-rw-r--r--res/menu/configmenu.xml11
-rw-r--r--res/values/strings.xml1
2 files changed, 12 insertions, 0 deletions
diff --git a/res/menu/configmenu.xml b/res/menu/configmenu.xml
new file mode 100644
index 00000000..1d47e26b
--- /dev/null
+++ b/res/menu/configmenu.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/sendConfig"
+ android:icon="@android:drawable/ic_menu_share"
+ android:showAsAction="ifRoom|withText"
+ android:title="Send config file"
+ android:titleCondensed="@string/send"/>
+
+</menu> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6cdfcc7e..6fa78150 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -232,6 +232,7 @@
<string name="routing">Routing</string>
<string name="obscure">Obscure OpenVPN Settings. Normally not needed.</string>
<string name="advanced">Advanced</string>
+ <string name="export_config_title">ICS Openvpn Config</string>
</resources> \ No newline at end of file