From 3e4d8f433239c40311037616b1b8833a06651ae0 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 16 Apr 2012 19:21:14 +0200 Subject: Initial import --- res/values/arrays.xml | 16 ++++++++++ res/values/attrs.xml | 8 +++++ res/values/colors.xml | 6 ++++ res/values/strings.xml | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++ res/values/styles.xml | 35 ++++++++++++++++++++ 5 files changed, 152 insertions(+) create mode 100644 res/values/arrays.xml create mode 100644 res/values/attrs.xml create mode 100644 res/values/colors.xml create mode 100644 res/values/strings.xml create mode 100644 res/values/styles.xml (limited to 'res/values') 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 @@ + + + + Certificates + PKCS12 File + Android Certficate + + + + 0 + 1 + Unspecified + + + + \ 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 @@ + + + + + + + + \ 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 @@ + + + #666666 + #000000 + + 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 @@ + + + + + OpenVPN for Android + + Server Address: + Server Port: + Shared Secret: + Connect! + + OpenVPN is connecting… + OpenVPN is connected! + OpenVPN is disconnected! + + openvpn.uni-paderborn.de + 1194 + + + File dialog + Location + folder can\'t be read! + New + Select + File name: + Cancel + Save + No Data + #ffff0000 + Error + User Certificate + LZO Compression + No Certificate + Client Certificate + Client Certificate Key + PKCS12 File + CA Certificate + Select + Nothing selected + Openvpn Logo + Copyright © 2002–2010 OpenVPN Technologies, Inc. <sales@openvpn.net>\n + + "OpenVPN" is a trademark of OpenVPN Technologies, Inc.\n + Copyright 2012 Arne Schwabe + The program uses the following components. See the source for full details on the licenses + File Dialog for the Android\nAlexander Ponomarev" + Copyright © 1996 – 2011 Markus Franz Xaver Johannes Oberhumer + + 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. + OpenVPN + File Dialog + LZO + OpenSSL + About + + Type + PKCS12 Password + FileTypeIcon + Select… + Select… + Nothing Selected + TLS Auth + Show advanced settings + Use TLS Authentication + TLS Direction + + + + + 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 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3