diff options
author | Martynas Mickevičius <mmartynas@gmail.com> | 2015-03-08 16:10:09 +0200 |
---|---|---|
committer | Martynas Mickevičius <mmartynas@gmail.com> | 2015-03-08 16:10:09 +0200 |
commit | 23d9368d169b2ce355b68711b0de3e77f742bedb (patch) | |
tree | 88dd38fd77e11ffb276a7e08f7e1b81479e2060c /res/values | |
parent | f08ea668c3059995ea390ab566bd25f3a68b0ef1 (diff) | |
download | andiodine-23d9368d169b2ce355b68711b0de3e77f742bedb.tar.gz andiodine-23d9368d169b2ce355b68711b0de3e77f742bedb.zip |
Gradle build
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml deleted file mode 100644 index e07212c..0000000 --- a/res/values/strings.xml +++ /dev/null @@ -1,82 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="app_name">AndIodine</string> - <string name="app_about">About</string> - - <string-array name="pref_entries_dnstype"> - <item>autodetect</item> - <item>NULL</item> - <item>TXT</item> - <item>SRV</item> - <item>MX</item> - <item>CNAME</item> - <item>A</item> - </string-array> - <string-array name="pref_entries_nameserver_mode"> - <item>Network default</item> - <item>Custom</item> - <item>Tunnel Endpoint</item> - </string-array> - - <string name="main_description_add_account">Add Account</string> - <string name="pref_description_cancel">Cancel</string> - <string name="configitem_description_close">Close Tunnel</string> - <string name="pref_text_password_label">Password</string> - <string name="pref_text_topdomain_label">Tunnel Toplevel Domain</string> - <string name="pref_text_tunnel_nameserver_label">Tunnel Nameserver</string> - <string name="pref_text_nameserver_mode_label">Nameserver Mode</string> - <string name="pref_text_nameserver_address_label">Nameserver Address</string> - <string name="pref_text_name_label">Configuration Profile Name</string> - <string name="pref_text_use_default_nameserver">Use default Nameserver for tunneling</string> - <string name="pref_help_name">Name for this configuration.</string> - <string name="pref_help_topdomain">The dns traffic will be sent as queries for subdomains under _topdomain_. This is - normally a subdomain to a domain you own. Use a short domain name to get better throughput. If nameserver is the - iodined server, then the topdomain can be chosen freely. This argument must be the same on both the client and - the server. - </string> - <string name="pref_help_lazy">Use lazy mode for improved performance and decreased latency. A very small minority of - DNS relays appears to be unable to handle the lazy mode traffic pattern, resulting in no or very little data - coming through. The iodine client will detect this and try to switch back to legacy mode, but this may not - always work. In these situations use this switch. - </string> - <string name="pref_help_raw">If set used, iodine will try getting the public IP address of the iodined host and test - if it is reachable directly. If it is, traffic will be sent to the server instead of the DNS relay. - </string> - <string name="pref_help_tunnel_nameserver">The nameserver to use to relay the dns traffic. This can be any relaying - nameserver or the server running iodined if reachable. This field can be given as an IP address, or as a - hostname. This argument is optional, and if not specified the default system Nameserver will be used. - </string> - <string name="pref_help_password">This field is optional. Only the first 32 characters will be used</string> - <string name="pref_help_nameserver_mode">Source of the Nameserver to use for name resolution while tunnel is - active - </string> - <string name="pref_help_nameserver">Custom Nameserver IP-Address to set if Nameserver-mode is "Custom"</string> - <string name="pref_help_request_type">DNS request type override. By default, autodetection will probe for working - DNS request types, and will select the request type that is expected to provide the most bandwidth. However, it - may turn out that a DNS relay imposes limits that skew the picture, which may lead to an "unexpected" DNS - request type providing more bandwidth. In that case, use this option to override the autodetection. In - (expected) decreasing bandwidth order, the supported DNS request types are: NULL, TXT, SRV, MX, CNAME and A - (returning CNAME). Note that SRV, MX and A may/will cause additional lookups by "smart" caching nameservers to - get an actual IP address, which may either slow down or fail completely. - </string> - <string name="enable">Enable</string> - <string name="vpnservice_error_configuration_incomplete">Configuration is incomplete</string> - <string name="vpnservice_error_already_running">Cannot start VPN Service, VPN-Thread is already running</string> - <string name="vpnservice_error_thread_exited">VPN Thread exited unexpected</string> - <string name="vpnservice_error_cant_open_dnssocket">Can\'t open DNS Socket</string> - <string name="vpnservice_error_handshake_failed">Handshake failed</string> - <string name="vpnservice_error_unknown_error_code">Unknown Error. Code %d</string> - <string name="vpnservice_error_unknown_error_string">Unknown Error. Reason: %s</string> - <string name="idle">Idle</string> - <string name="warning">Warning</string> - <string name="error">Error</string> - <string name="configitem_description_manage">Configure this Connection Profile</string> - <string name="pref_title">Connection Configuration</string> - <string name="pref_help_default_route">Set default Route for the tunnel device</string> - <string name="main_create_tunnel">Create DNS Tunnel from Configuration named %s</string> - <string name="fragment_list_add">New Account</string> - <string name="main_about">About</string> - <string name="pref_delete">Delete</string> - -</resources>
\ No newline at end of file |