diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2014-02-04 17:33:27 -0800 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2014-02-04 17:33:27 -0800 |
commit | 7297632a01d5fb606b901d8c54e190e28b95716e (patch) | |
tree | c38cab11c8f66f7d0db7065f4aab562c8fa2ac85 /res/values/untranslatable.xml | |
parent | 5c80c2982ebb55b817e2855de8ab77ae269bd31b (diff) |
Lint performance: completely clean
That means there is no unnecessary file, nor resource, in the project
right now.
Conflicts:
res/values-ca/strings.xml
res/values-cs/strings.xml
res/values-de/strings.xml
res/values-es/strings.xml
res/values-et/strings.xml
res/values-fr/strings.xml
res/values-id/strings.xml
res/values-it/strings.xml
res/values-ja/strings.xml
res/values-ko/strings.xml
res/values-nl/strings.xml
res/values-no/strings.xml
res/values-ro/strings.xml
res/values-ru/strings.xml
res/values-uk/strings.xml
res/values-zh-rCN/strings.xml
res/values-zh-rTW/strings.xml
res/values/strings.xml
res/values/untranslatable.xml
res/xml/main_headers.xml
Diffstat (limited to 'res/values/untranslatable.xml')
-rw-r--r-- | res/values/untranslatable.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/res/values/untranslatable.xml b/res/values/untranslatable.xml index 9edbc247..6435bfbf 100644 --- a/res/values/untranslatable.xml +++ b/res/values/untranslatable.xml @@ -7,39 +7,13 @@ <string name="opevpn_copyright" translatable="false">Copyright © 2002–2010 OpenVPN Technologies, Inc. <sales@openvpn.net>\n "OpenVPN" is a trademark of OpenVPN Technologies, Inc.</string> - <string name="defaultserver" translatable="false">openvpn.uni-paderborn.de</string> - <string name="defaultport" translatable="false">1194</string> <string name="lzo_copyright" translatable="false">Copyright © 1996 – 2011 Markus Franz Xaver Johannes Oberhumer</string> <string name="copyright_openssl" translatable="false"> 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" translatable="false">OpenVPN</string> - <string name="file_dialog" translatable="false">File Dialog</string> <string name="lzo" translatable="false">LZO</string> <string name="openssl" translatable="false">OpenSSL</string> <string name="unknown_state" translatable="false">Unknown state</string> - <string name="permission_description">Allows another app to control OpenVPN</string> - - <string-array name="tls_directions_values" translatable="false"> - <item>0</item> - <item>1</item> - <item></item> - </string-array> - <string-array name="verb_values" translatable="false"> - <item>0</item> - <item>1</item> - <item>2</item> - <item>3</item> - <item>4</item> - <item>5</item> - </string-array> - <string-array name="crm_values" translatable="false"> - <item>1</item> - <item>2</item> - <item>5</item> - <item>50</item> - <item>-1</item> - </string-array> - </resources> |