summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/untranslatable.xml
blob: ec795f5704ffceb944364e1ffeeeec40139c05fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="notifcation_title_bitmask" translatable="false">%s - %s</string>
    <string name="copyright_leapgui" translatable="false">Copyright (c) 2012-2020\nLEAP Encryption Access Project &lt;info@leap.se></string>
    <string name="opevpn_copyright" translatable="false">Copyright (c) 2002-2019 OpenVPN Technologies, Inc. &lt;sales@openvpn.net>\n
	  "OpenVPN" is a trademark of OpenVPN Technologies, Inc.</string>
    <string name="lzo_copyright" translatable="false">Copyright (c) 1996 - 2011 Markus Franz Xaver Johannes Oberhumer</string>
    <string name="copyright_openssl" translatable="false"> Copyright 1995-2018 The OpenSSL Project Authors. 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="copyright_okhttp" translatable="false">Copyright (c) 2019 Square, Inc.</string>
    <string name="okhttp" translatable="false">OkHttp</string>
    <string name="openvpn" translatable="false">OpenVPN</string>
    <string name="lzo" translatable="false">LZO</string>
    <string name="openssl" translatable="false">OpenSSL</string>
    <string name="mbetTLS" translatable="false">Mbed TLS</string>
    <string name="copyright_mbetTLS" translatable="false">Unless specifically indicated otherwise in a file, files are licensed under the Apache 2.0 license, as can be found in: apache-2.0.txt. \n
        https://github.com/schwabe/polarssl/blob/icsopenvpn_270/apache-2.0.txt
    </string>
    <string name="asio" translatable="false">Asio</string>
    <string name="copyright_asio" translatable="false">Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com).\n\nDistributed under the Boost Software License, Version 1.0.</string>
    <string name="openvpn3" translatable="false">OpenVPN 3</string>
    <string name="copyright_openvpn3" translatable="false">GNU AFFERO GENERAL PUBLIC LICENSE\n
        Version 3, 19 November 2007</string>
    <string name="unknown_state" translatable="false">Unknown state</string>
    <string name="copyright_blinktgui" translatable="false">Copyright (c) 2012-2019 Arne Schwabe &lt;arne@rfc2549.org></string>
    <string name="defaultserver" translatable="false">openvpn.uni-paderborn.de</string>
    <string name="defaultport" translatable="false">1194</string>
    <string name="copyright_file_dialog" translatable="false">File Dialog based on work by Alexander Ponomarev</string>
    <string name="file_dialog" translatable="false">File Dialog</string>
    <string name="permission_description" translatable="false">Allows another app to control OpenVPN</string>
    <string name="bouncy_castle" translatable="false">Bouncy Castle Crypto APIs</string>
    <string name="copyright_bouncycastle" translatable="false">Copyright (c) 2000-2012 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)</string>
    <string name="state_user_vpn_permission" translatable="false">Waiting for user permission to use VPN API</string>
    <string name="state_user_vpn_password" translatable="false">Waiting for user VPN password</string>
    <string name="state_user_vpn_password_cancelled" translatable="false">VPN password input dialog cancelled</string>
    <string name="state_user_vpn_permission_cancelled" translatable="false">VPN API permission dialog cancelled</string>
    <string name="shapeshifter_library" translatable="false">Shapeshifter Library</string>
    <string name="copyright_shapeshifter_library" translatable="false">Copyright (c) 2019, LEAP Encryption Access Project (info@leap.se)</string>
    <string name="shapeshifter_transports" translatable="false">Shapeshifter Transports</string>
    <string name="copyright_shapeshifter_transports" translatable="false">Copyright (c) 2014, Yawning Angel (yawning at torproject dot org) \n All rights reserved.</string>
    <string name="shapeshifter_dispatcher" translatable="false">Shapeshifter Dispatcher</string>
    <string name="copyright_shapeshifter_dispatcher" translatable="false">Copyright (c) 2014, Yawning Angel (yawning at torproject dot org) \n All rights reserved.</string>
    <string name="circleImageView" translatable="false">CircleImageView</string>
    <string name="copyright_circleImageView" translatable="false">Copyright 2014 - 2020 Henning Dodenhof. Licensed under the Apache License, Version 2.0 </string>

   <!-- gateway selector, move to strings.xml, once the wording is clear -->
    <string name="warning_no_more_gateways_manual_gw_selection" translatable="false">%1$s could not connect to %2$s. Do you want to try to connect automatically with best location?</string>
    <string name="warning_option_try_best" translatable="false">Try best location</string>
    <string name="warning_bridges_not_supported" translatable="false">%1$s doesn\'t support bridges to circumvent VPN filtering. Do you want to choose a different location or disable bridges?</string>
    <string name="option_disable_bridges" translatable="false">Disable bridges</string>
    <string name="option_different_location" translatable="false">Choose different location</string>
    <string name="eip_state_insecure" translatable="false">Connection Insecure</string>
    <string name="eip_state_connected_recommended" translatable="false">You are connected to the recommended location</string>
    <string name="eip_state_connected_manual" translatable="false">You are connected to</string>
    <string name="eip_state_connecting" translatable="false">Connecting...</string>
    <string name="connection_not_connected" translatable="false">You may be leaking information to your internet provider or local network.</string>
    <string name="eip_state_no_network" translatable="false">You have no working Internet connection. Once you get it back, you will be automatically connected to</string>
    <string name="eip_state_blocking" translatable="false">%1$s is blocking all internet traffic.</string>

</resources>