summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-16 19:21:14 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-16 19:21:14 +0200
commit3e4d8f433239c40311037616b1b8833a06651ae0 (patch)
tree98ab7fce0d011d34677b0beb762d389cb5c39199 /res/values
Initial import
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml16
-rw-r--r--res/values/attrs.xml8
-rw-r--r--res/values/colors.xml6
-rw-r--r--res/values/strings.xml87
-rw-r--r--res/values/styles.xml35
5 files changed, 152 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
new file mode 100644
index 00000000..52e3afd8
--- /dev/null
+++ b/res/values/arrays.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string-array name="vpn_types">
+ <item>Certificates</item>
+ <item>PKCS12 File</item>
+ <item>Android Certficate</item>
+ </string-array>
+
+ <string-array name="tls_directions">
+ <item>0</item>
+ <item>1</item>
+ <item>Unspecified</item>
+ </string-array>
+
+
+</resources> \ No newline at end of file
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
new file mode 100644
index 00000000..cb503b86
--- /dev/null
+++ b/res/values/attrs.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<resources>
+ <declare-styleable name="FileSelectLayout">
+ <attr name="title" format="string|reference" />
+<!-- <attr name="taskid" format="integer" /> -->
+ </declare-styleable>
+</resources> \ No newline at end of file
diff --git a/res/values/colors.xml b/res/values/colors.xml
new file mode 100644
index 00000000..f22e0543
--- /dev/null
+++ b/res/values/colors.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="text_secondary_color">#666666</color>
+ <color name="text_primary_color">#000000</color>
+
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 00000000..4e191d8a
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+<resources>
+ <string name="app">OpenVPN for Android</string>
+
+ <string name="address">Server Address:</string>
+ <string name="port">Server Port:</string>
+ <string name="secret">Shared Secret:</string>
+ <string name="connect">Connect!</string>
+
+ <string name="connecting">OpenVPN is connecting…</string>
+ <string name="connected">OpenVPN is connected!</string>
+ <string name="disconnected">OpenVPN is disconnected!</string>
+
+ <string name="defaultserver">openvpn.uni-paderborn.de</string>
+ <string name="defaultport">1194</string>
+
+
+ <string name="app_name">File dialog</string>
+ <string name="location">Location</string>
+ <string name="cant_read_folder">folder can\'t be read!</string>
+ <string name="nnew">New</string>
+ <string name="select">Select</string>
+ <string name="file_name">File name:</string>
+ <string name="cancel">Cancel</string>
+ <string name="create">Save</string>
+ <string name="no_data">No Data</string>
+ <color name="gray">#ffff0000</color>
+ <string name="err">Error</string>
+ <string name="usercert">User Certificate</string>
+ <string name="useLZO">LZO Compression</string>
+ <string name="client_no_certificate">No Certificate</string>
+ <string name="client_certificate_title">Client Certificate</string>
+ <string name="client_key_title">Client Certificate Key</string>
+ <string name="client_pkcs12_title">PKCS12 File</string>
+ <string name="ca_title">CA Certificate</string>
+ <string name="select_certificate">Select</string>
+ <string name="no_certificate">Nothing selected</string>
+ <string name="openvpn_logo_descr">Openvpn Logo</string>
+ <string name="opevpn_copyright">Copyright © 2002–2010 OpenVPN Technologies, Inc. &lt;sales@openvpn.net&gt;\n
+
+ "OpenVPN" is a trademark of OpenVPN Technologies, Inc.\n</string>
+ <string name="copyright_blinktgui">Copyright 2012 Arne Schwabe</string>
+ <string name="copyright_others">The program uses the following components. See the source for full details on the licenses</string>
+ <string name="copyright_file_dialog">File Dialog for the Android\nAlexander Ponomarev"</string>
+ <string name="lzo_copyright">Copyright © 1996 – 2011 Markus Franz Xaver Johannes Oberhumer</string>
+ <string name="copyright_openssl">
+ This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit\n
+ Copyright © 1998-2008 The OpenSSL Project. All rights reserved.\n\n
+ This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)\n
+ Copyright © 1995-1998 Eric Young (eay@cryptsoft.com) All rights reserved.</string>
+ <string name="openvpn">OpenVPN</string>
+ <string name="file_dialog">File Dialog</string>
+ <string name="lzo">LZO</string>
+ <string name="openssl">OpenSSL</string>
+ <string name="about">About</string>
+
+ <string name="vpn_type">Type</string>
+ <string name="pkcs12pwquery">PKCS12 Password</string>
+ <string name="filetypeicon">FileTypeIcon</string>
+ <string name="select_keystore">Select…</string>
+ <string name="file_select">Select…</string>
+ <string name="file_nothing_selected">Nothing Selected</string>
+ <string name="tlsauth">TLS Auth</string>
+ <string name="show_advanced">Show advanced settings</string>
+ <string name="useTLSAuth">Use TLS Authentication</string>
+ <string name="tls_direction">TLS Direction</string>
+
+
+
+
+</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
new file mode 100644
index 00000000..59010fd4
--- /dev/null
+++ b/res/values/styles.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2011 The Android Open Source Project
+ Copyright (C) 2012 Arne Schwabe
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+
+ <style name="item">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
+ <item name="android:singleLine">true</item>
+ </style>
+
+ <style name="accountSetupButton">
+ <item name="android:layout_width">160sp</item>
+ <item name="android:layout_height">40sp</item>
+ <item name="android:textColor">?android:attr/textColorPrimary</item>
+ <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
+ </style>
+
+</resources> \ No newline at end of file