diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-03 22:51:47 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-03 22:51:47 +0200 |
commit | 815eb143e98b57b6cd1f43c7c3007416ed4b1a91 (patch) | |
tree | 2359f4fca5e51d2b7eb253728f62b74db7da0e69 /res/values | |
parent | b7b4e00536107c951a2642a2a1a3fe21a65510a0 (diff) | |
parent | 69f36a1ffafafc233291f44af0b7146428b764a3 (diff) |
Merge Merge try number 2
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5434f48b..53483b80 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -69,6 +69,9 @@ <string name="lzo">LZO</string> <string name="openssl">OpenSSL</string> <string name="about">About</string> + <string name="about_summary">About Openvpn for Android</string> + <string name="vpn_list_summary">List of all configured VPNs</string> + <string name="vpn_list_title">All your precious VPNs</string> <string name="vpn_type">Type</string> <string name="pkcs12pwquery">PKCS12 Password</string> @@ -112,12 +115,42 @@ <string name="custom_config_title">Enable Custom Options</string> <string name="custom_config_summary">Specify custom options. Use with care!</string> <string name="route_rejected">Route rejected by Android</string> - <string formatted="false" name="ip_not_cidr">Cannot make sense of %s and %s as IP and CIDR netmask, assuming P2P for local address (/32)</string> + <string formatted="false" name="ip_not_cidr">Cannot make sense of %s and %s as IP and CIDR netmask, assuming second address is peer address of remote. Using /32 netmask for local IP.</string> <string name="cancel_connection">Disconnect</string> <string name="clear_log">clear log</string> <string name="title_cancel">Cancel Confirmation</string> <string name="cancel_connection_query">Disconnect the connected VPN/cancel the connection attempt?</string> <string name="remove_vpn">Remove VPN</string> + <string name="check_remote_tlscert">Checks whether the server uses a TLS Server Certificate</string> + <string name="check_remote_tlscert_title">Except TLS Server</string> + <string name="remote_tlscn_check_summary">Checks the Remote Server Certificate CN against a String</string> + <string name="remote_tlscn_check_title">Certificate Hostname Check</string> + <string name="enter_tlscn_dialog">Enter the String against which the remote Server is checked. Openvpn will use prefix matching. &quot;Server&quot; matches &quot;Server-1&quot; and &quot;Server-2&quot;\\nLeave empty to check the CN against the server hostname.</string> + <string name="enter_tlscn_title">Remote Hostname(CN)</string> + <string name="tls_key_auth">Enables the TLS Key Authentication</string> + <string name="tls_auth_file">TLS Auth File</string> + <string name="pull_on_summary">Requests IP addresses, routes and timing options from the server.</string> + <string name="pull_off_summary">No information is requested from the server. Settings need to be specified below.</string> + <string name="use_pull">Pull Settings</string> + <string name="dns">DNS</string> + <string name="override_dns">Override DNS Settings by Server</string> + <string name="dns_override_summary">Use your own DNS Servers</string> + <string name="searchdomain">searchDomain</string> + <string name="dns1_title">DNS Server to be used.</string> + <string name="dns1_summary">DNS Server to be used.</string> + <string name="dns_server">DNS Server</string> + <string name="secondary_dns_message">Secondary DNS Server used if the normal DNS Server cannot be reached.</string> + <string name="backup_dns">Backup DNS Server</string> + <string name="ignored_pushed_routes">Ignore pushed routes</string> + <string name="ignore_routes_summary">Ignore routed pushed by the server.</string> + <string name="default_route_summary">Redirects all Traffic over the VPN</string> + <string name="use_default_title">Use default Route</string> + <string name="custom_route_message">Enter custom routes. Only enter destination in CIDR format. &quot;10.0.0.0/8 2002::/16&quot; would direct the networks 10.0.0.0/8 and 2002::/16 over the VPN.</string> + <string name="custom_routes_title">Custom Routes</string> + <string name="log_verbosity_level">Log verbosity level</string> + <string name="float_summary">Allows authenticated packets from any IP</string> + <string name="float_title">Allow floating server</string> + <string name="custom_options_title">Custom Options</string> <string name="edit_vpn">Edit VPN Settings</string> <string name="remove_vpn_query">Remove the VPN Profile %s?</string> <string name="tun_error_helpful">" On some custom ICS images the permission on /dev/tun might be wrong, or the tun module might be missing completly"</string> |