From: Tobias Brunner Date: Tue, 30 Jan 2024 17:57:43 +0000 (+0100) Subject: android: Add translations for managed configuration strings X-Git-Tag: android-2.5.0^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51a5d96b360c953a26d1285232f5040d06633837;p=thirdparty%2Fstrongswan.git android: Add translations for managed configuration strings Not actually translating anything, but making the linter happy. --- diff --git a/src/frontends/android/app/src/main/res/values-de/strings_managed_configuration.xml b/src/frontends/android/app/src/main/res/values-de/strings_managed_configuration.xml new file mode 100644 index 0000000000..6a58f62ada --- /dev/null +++ b/src/frontends/android/app/src/main/res/values-de/strings_managed_configuration.xml @@ -0,0 +1,109 @@ + + + + + + Allow profile creation + Specifies whether users are allowed to add their own profiles + Allow profile import + Specifies whether users are allowed to import their own profiles + Show existing profiles + Specifies whether users can continue to see and use their previously created profiles + Allow certificate import + Specifies whether users are allowed to import certificates + Allow modifying settings + Specifies whether users are allowed change global app settings + @string/pref_default_vpn_profile + Unique identifier of the VPN profile to use by default, use the value \"mru\" for the most recently used profile + @string/pref_power_whitelist_title + @string/pref_power_whitelist_summary + VPN profiles + Collection of managed VPN profiles + VPN profile + A managed VPN profile + + + Unique identifier + Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended + @string/profile_name_label + @string/profile_name_hint + @string/profile_vpn_type_label + The type of client authentication used by the VPN profile + Apps allowed to use the VPN (Optional) + Space-separated list of package names; all other apps will not see/use the VPN + Apps excluded from using the VPN (Optional) + Space-separated list of package names of apps excluded from using the VPN; only used of allow list is empty + @string/profile_proposals_ike_label + @string/profile_proposals_ike_hint + @string/profile_proposals_esp_label + @string/profile_proposals_esp_hint + @string/profile_mtu_label + @string/profile_mtu_hint + @string/profile_nat_keepalive_label + @string/profile_nat_keepalive_hint + @string/profile_dns_servers_label + @string/profile_dns_servers_hint + @string/profile_ipv6_transport_label + @string/profile_ipv6_transport_hint + + + Remote + Specifies information about the server + @string/profile_gateway_label + @string/profile_gateway_hint + @string/profile_port_label + @string/profile_port_hint + @string/profile_remote_id_label + @string/profile_remote_id_hint + CA or server certificate (Optional) + Base64-encoded CA or server certificate. Is imported into the app, not the system keystore. If not set, automatic CA certificate selection is enabled + Send certificate requests + Specifies whether to send certificate requests for all installed or selected CA certificates. Disabling this may reduce the size of the IKE_AUTH message if the server does not support fragmentation. But it only works if the server doesn\'t require certificate requests to send back the server certificate + @string/profile_use_ocsp_label + @string/profile_use_ocsp_hint + @string/profile_use_crl_label + @string/profile_use_crl_hint + @string/profile_strict_revocation_label + @string/profile_strict_revocation_hint + + + Local + Specifies information about the client + Identity/username for EAP authentication (Optional) + If this is required (for username/password-based EAP authentication) but not configured here, the user is prompted for it. If it is set, the user is not able to change it. In both cases the user may optionally enter the password + @string/profile_local_id_label + @string/profile_local_id_hint_user + @string/profile_user_certificate_label + Base64-encoded PKCS#12-container with the client certificate and private key and optional certificate chain (the latter might cause warnings on older Android releases, see Android VPN client configuration for details). Not necessary for username/password-based EAP authentication or if the user already has the certificate/key installed as it may be selected while importing the profile + User certificate password (Optional) + Password required to extract the private key of the PKCS#12-container for installation + @string/profile_rsa_pss_label + @string/profile_rsa_pss_hint + + + @string/profile_split_tunneling_label + @string/profile_split_tunneling_intro + @string/profile_included_subnets_label + @string/profile_included_subnets_hint + @string/profile_excluded_subnets_label + @string/profile_excluded_subnets_hint + @string/profile_split_tunnelingv4_title + Specifies whether to block IPv4 traffic that\'s not destined for the VPN. Forces all IPv4 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including 0.0.0.0/0 in subnets + @string/profile_split_tunnelingv6_title + Specifies whether to block IPv6 traffic that\'s not destined for the VPN. Forces all IPv6 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including ::/0 in subnets + + diff --git a/src/frontends/android/app/src/main/res/values-pl/strings_managed_configuration.xml b/src/frontends/android/app/src/main/res/values-pl/strings_managed_configuration.xml new file mode 100644 index 0000000000..6a58f62ada --- /dev/null +++ b/src/frontends/android/app/src/main/res/values-pl/strings_managed_configuration.xml @@ -0,0 +1,109 @@ + + + + + + Allow profile creation + Specifies whether users are allowed to add their own profiles + Allow profile import + Specifies whether users are allowed to import their own profiles + Show existing profiles + Specifies whether users can continue to see and use their previously created profiles + Allow certificate import + Specifies whether users are allowed to import certificates + Allow modifying settings + Specifies whether users are allowed change global app settings + @string/pref_default_vpn_profile + Unique identifier of the VPN profile to use by default, use the value \"mru\" for the most recently used profile + @string/pref_power_whitelist_title + @string/pref_power_whitelist_summary + VPN profiles + Collection of managed VPN profiles + VPN profile + A managed VPN profile + + + Unique identifier + Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended + @string/profile_name_label + @string/profile_name_hint + @string/profile_vpn_type_label + The type of client authentication used by the VPN profile + Apps allowed to use the VPN (Optional) + Space-separated list of package names; all other apps will not see/use the VPN + Apps excluded from using the VPN (Optional) + Space-separated list of package names of apps excluded from using the VPN; only used of allow list is empty + @string/profile_proposals_ike_label + @string/profile_proposals_ike_hint + @string/profile_proposals_esp_label + @string/profile_proposals_esp_hint + @string/profile_mtu_label + @string/profile_mtu_hint + @string/profile_nat_keepalive_label + @string/profile_nat_keepalive_hint + @string/profile_dns_servers_label + @string/profile_dns_servers_hint + @string/profile_ipv6_transport_label + @string/profile_ipv6_transport_hint + + + Remote + Specifies information about the server + @string/profile_gateway_label + @string/profile_gateway_hint + @string/profile_port_label + @string/profile_port_hint + @string/profile_remote_id_label + @string/profile_remote_id_hint + CA or server certificate (Optional) + Base64-encoded CA or server certificate. Is imported into the app, not the system keystore. If not set, automatic CA certificate selection is enabled + Send certificate requests + Specifies whether to send certificate requests for all installed or selected CA certificates. Disabling this may reduce the size of the IKE_AUTH message if the server does not support fragmentation. But it only works if the server doesn\'t require certificate requests to send back the server certificate + @string/profile_use_ocsp_label + @string/profile_use_ocsp_hint + @string/profile_use_crl_label + @string/profile_use_crl_hint + @string/profile_strict_revocation_label + @string/profile_strict_revocation_hint + + + Local + Specifies information about the client + Identity/username for EAP authentication (Optional) + If this is required (for username/password-based EAP authentication) but not configured here, the user is prompted for it. If it is set, the user is not able to change it. In both cases the user may optionally enter the password + @string/profile_local_id_label + @string/profile_local_id_hint_user + @string/profile_user_certificate_label + Base64-encoded PKCS#12-container with the client certificate and private key and optional certificate chain (the latter might cause warnings on older Android releases, see Android VPN client configuration for details). Not necessary for username/password-based EAP authentication or if the user already has the certificate/key installed as it may be selected while importing the profile + User certificate password (Optional) + Password required to extract the private key of the PKCS#12-container for installation + @string/profile_rsa_pss_label + @string/profile_rsa_pss_hint + + + @string/profile_split_tunneling_label + @string/profile_split_tunneling_intro + @string/profile_included_subnets_label + @string/profile_included_subnets_hint + @string/profile_excluded_subnets_label + @string/profile_excluded_subnets_hint + @string/profile_split_tunnelingv4_title + Specifies whether to block IPv4 traffic that\'s not destined for the VPN. Forces all IPv4 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including 0.0.0.0/0 in subnets + @string/profile_split_tunnelingv6_title + Specifies whether to block IPv6 traffic that\'s not destined for the VPN. Forces all IPv6 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including ::/0 in subnets + + diff --git a/src/frontends/android/app/src/main/res/values-ru/strings_managed_configuration.xml b/src/frontends/android/app/src/main/res/values-ru/strings_managed_configuration.xml new file mode 100644 index 0000000000..6a58f62ada --- /dev/null +++ b/src/frontends/android/app/src/main/res/values-ru/strings_managed_configuration.xml @@ -0,0 +1,109 @@ + + + + + + Allow profile creation + Specifies whether users are allowed to add their own profiles + Allow profile import + Specifies whether users are allowed to import their own profiles + Show existing profiles + Specifies whether users can continue to see and use their previously created profiles + Allow certificate import + Specifies whether users are allowed to import certificates + Allow modifying settings + Specifies whether users are allowed change global app settings + @string/pref_default_vpn_profile + Unique identifier of the VPN profile to use by default, use the value \"mru\" for the most recently used profile + @string/pref_power_whitelist_title + @string/pref_power_whitelist_summary + VPN profiles + Collection of managed VPN profiles + VPN profile + A managed VPN profile + + + Unique identifier + Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended + @string/profile_name_label + @string/profile_name_hint + @string/profile_vpn_type_label + The type of client authentication used by the VPN profile + Apps allowed to use the VPN (Optional) + Space-separated list of package names; all other apps will not see/use the VPN + Apps excluded from using the VPN (Optional) + Space-separated list of package names of apps excluded from using the VPN; only used of allow list is empty + @string/profile_proposals_ike_label + @string/profile_proposals_ike_hint + @string/profile_proposals_esp_label + @string/profile_proposals_esp_hint + @string/profile_mtu_label + @string/profile_mtu_hint + @string/profile_nat_keepalive_label + @string/profile_nat_keepalive_hint + @string/profile_dns_servers_label + @string/profile_dns_servers_hint + @string/profile_ipv6_transport_label + @string/profile_ipv6_transport_hint + + + Remote + Specifies information about the server + @string/profile_gateway_label + @string/profile_gateway_hint + @string/profile_port_label + @string/profile_port_hint + @string/profile_remote_id_label + @string/profile_remote_id_hint + CA or server certificate (Optional) + Base64-encoded CA or server certificate. Is imported into the app, not the system keystore. If not set, automatic CA certificate selection is enabled + Send certificate requests + Specifies whether to send certificate requests for all installed or selected CA certificates. Disabling this may reduce the size of the IKE_AUTH message if the server does not support fragmentation. But it only works if the server doesn\'t require certificate requests to send back the server certificate + @string/profile_use_ocsp_label + @string/profile_use_ocsp_hint + @string/profile_use_crl_label + @string/profile_use_crl_hint + @string/profile_strict_revocation_label + @string/profile_strict_revocation_hint + + + Local + Specifies information about the client + Identity/username for EAP authentication (Optional) + If this is required (for username/password-based EAP authentication) but not configured here, the user is prompted for it. If it is set, the user is not able to change it. In both cases the user may optionally enter the password + @string/profile_local_id_label + @string/profile_local_id_hint_user + @string/profile_user_certificate_label + Base64-encoded PKCS#12-container with the client certificate and private key and optional certificate chain (the latter might cause warnings on older Android releases, see Android VPN client configuration for details). Not necessary for username/password-based EAP authentication or if the user already has the certificate/key installed as it may be selected while importing the profile + User certificate password (Optional) + Password required to extract the private key of the PKCS#12-container for installation + @string/profile_rsa_pss_label + @string/profile_rsa_pss_hint + + + @string/profile_split_tunneling_label + @string/profile_split_tunneling_intro + @string/profile_included_subnets_label + @string/profile_included_subnets_hint + @string/profile_excluded_subnets_label + @string/profile_excluded_subnets_hint + @string/profile_split_tunnelingv4_title + Specifies whether to block IPv4 traffic that\'s not destined for the VPN. Forces all IPv4 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including 0.0.0.0/0 in subnets + @string/profile_split_tunnelingv6_title + Specifies whether to block IPv6 traffic that\'s not destined for the VPN. Forces all IPv6 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including ::/0 in subnets + + diff --git a/src/frontends/android/app/src/main/res/values-uk/strings_managed_configuration.xml b/src/frontends/android/app/src/main/res/values-uk/strings_managed_configuration.xml new file mode 100644 index 0000000000..6a58f62ada --- /dev/null +++ b/src/frontends/android/app/src/main/res/values-uk/strings_managed_configuration.xml @@ -0,0 +1,109 @@ + + + + + + Allow profile creation + Specifies whether users are allowed to add their own profiles + Allow profile import + Specifies whether users are allowed to import their own profiles + Show existing profiles + Specifies whether users can continue to see and use their previously created profiles + Allow certificate import + Specifies whether users are allowed to import certificates + Allow modifying settings + Specifies whether users are allowed change global app settings + @string/pref_default_vpn_profile + Unique identifier of the VPN profile to use by default, use the value \"mru\" for the most recently used profile + @string/pref_power_whitelist_title + @string/pref_power_whitelist_summary + VPN profiles + Collection of managed VPN profiles + VPN profile + A managed VPN profile + + + Unique identifier + Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended + @string/profile_name_label + @string/profile_name_hint + @string/profile_vpn_type_label + The type of client authentication used by the VPN profile + Apps allowed to use the VPN (Optional) + Space-separated list of package names; all other apps will not see/use the VPN + Apps excluded from using the VPN (Optional) + Space-separated list of package names of apps excluded from using the VPN; only used of allow list is empty + @string/profile_proposals_ike_label + @string/profile_proposals_ike_hint + @string/profile_proposals_esp_label + @string/profile_proposals_esp_hint + @string/profile_mtu_label + @string/profile_mtu_hint + @string/profile_nat_keepalive_label + @string/profile_nat_keepalive_hint + @string/profile_dns_servers_label + @string/profile_dns_servers_hint + @string/profile_ipv6_transport_label + @string/profile_ipv6_transport_hint + + + Remote + Specifies information about the server + @string/profile_gateway_label + @string/profile_gateway_hint + @string/profile_port_label + @string/profile_port_hint + @string/profile_remote_id_label + @string/profile_remote_id_hint + CA or server certificate (Optional) + Base64-encoded CA or server certificate. Is imported into the app, not the system keystore. If not set, automatic CA certificate selection is enabled + Send certificate requests + Specifies whether to send certificate requests for all installed or selected CA certificates. Disabling this may reduce the size of the IKE_AUTH message if the server does not support fragmentation. But it only works if the server doesn\'t require certificate requests to send back the server certificate + @string/profile_use_ocsp_label + @string/profile_use_ocsp_hint + @string/profile_use_crl_label + @string/profile_use_crl_hint + @string/profile_strict_revocation_label + @string/profile_strict_revocation_hint + + + Local + Specifies information about the client + Identity/username for EAP authentication (Optional) + If this is required (for username/password-based EAP authentication) but not configured here, the user is prompted for it. If it is set, the user is not able to change it. In both cases the user may optionally enter the password + @string/profile_local_id_label + @string/profile_local_id_hint_user + @string/profile_user_certificate_label + Base64-encoded PKCS#12-container with the client certificate and private key and optional certificate chain (the latter might cause warnings on older Android releases, see Android VPN client configuration for details). Not necessary for username/password-based EAP authentication or if the user already has the certificate/key installed as it may be selected while importing the profile + User certificate password (Optional) + Password required to extract the private key of the PKCS#12-container for installation + @string/profile_rsa_pss_label + @string/profile_rsa_pss_hint + + + @string/profile_split_tunneling_label + @string/profile_split_tunneling_intro + @string/profile_included_subnets_label + @string/profile_included_subnets_hint + @string/profile_excluded_subnets_label + @string/profile_excluded_subnets_hint + @string/profile_split_tunnelingv4_title + Specifies whether to block IPv4 traffic that\'s not destined for the VPN. Forces all IPv4 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including 0.0.0.0/0 in subnets + @string/profile_split_tunnelingv6_title + Specifies whether to block IPv6 traffic that\'s not destined for the VPN. Forces all IPv6 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including ::/0 in subnets + + diff --git a/src/frontends/android/app/src/main/res/values-zh-rCN/strings_managed_configuration.xml b/src/frontends/android/app/src/main/res/values-zh-rCN/strings_managed_configuration.xml new file mode 100644 index 0000000000..6a58f62ada --- /dev/null +++ b/src/frontends/android/app/src/main/res/values-zh-rCN/strings_managed_configuration.xml @@ -0,0 +1,109 @@ + + + + + + Allow profile creation + Specifies whether users are allowed to add their own profiles + Allow profile import + Specifies whether users are allowed to import their own profiles + Show existing profiles + Specifies whether users can continue to see and use their previously created profiles + Allow certificate import + Specifies whether users are allowed to import certificates + Allow modifying settings + Specifies whether users are allowed change global app settings + @string/pref_default_vpn_profile + Unique identifier of the VPN profile to use by default, use the value \"mru\" for the most recently used profile + @string/pref_power_whitelist_title + @string/pref_power_whitelist_summary + VPN profiles + Collection of managed VPN profiles + VPN profile + A managed VPN profile + + + Unique identifier + Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended + @string/profile_name_label + @string/profile_name_hint + @string/profile_vpn_type_label + The type of client authentication used by the VPN profile + Apps allowed to use the VPN (Optional) + Space-separated list of package names; all other apps will not see/use the VPN + Apps excluded from using the VPN (Optional) + Space-separated list of package names of apps excluded from using the VPN; only used of allow list is empty + @string/profile_proposals_ike_label + @string/profile_proposals_ike_hint + @string/profile_proposals_esp_label + @string/profile_proposals_esp_hint + @string/profile_mtu_label + @string/profile_mtu_hint + @string/profile_nat_keepalive_label + @string/profile_nat_keepalive_hint + @string/profile_dns_servers_label + @string/profile_dns_servers_hint + @string/profile_ipv6_transport_label + @string/profile_ipv6_transport_hint + + + Remote + Specifies information about the server + @string/profile_gateway_label + @string/profile_gateway_hint + @string/profile_port_label + @string/profile_port_hint + @string/profile_remote_id_label + @string/profile_remote_id_hint + CA or server certificate (Optional) + Base64-encoded CA or server certificate. Is imported into the app, not the system keystore. If not set, automatic CA certificate selection is enabled + Send certificate requests + Specifies whether to send certificate requests for all installed or selected CA certificates. Disabling this may reduce the size of the IKE_AUTH message if the server does not support fragmentation. But it only works if the server doesn\'t require certificate requests to send back the server certificate + @string/profile_use_ocsp_label + @string/profile_use_ocsp_hint + @string/profile_use_crl_label + @string/profile_use_crl_hint + @string/profile_strict_revocation_label + @string/profile_strict_revocation_hint + + + Local + Specifies information about the client + Identity/username for EAP authentication (Optional) + If this is required (for username/password-based EAP authentication) but not configured here, the user is prompted for it. If it is set, the user is not able to change it. In both cases the user may optionally enter the password + @string/profile_local_id_label + @string/profile_local_id_hint_user + @string/profile_user_certificate_label + Base64-encoded PKCS#12-container with the client certificate and private key and optional certificate chain (the latter might cause warnings on older Android releases, see Android VPN client configuration for details). Not necessary for username/password-based EAP authentication or if the user already has the certificate/key installed as it may be selected while importing the profile + User certificate password (Optional) + Password required to extract the private key of the PKCS#12-container for installation + @string/profile_rsa_pss_label + @string/profile_rsa_pss_hint + + + @string/profile_split_tunneling_label + @string/profile_split_tunneling_intro + @string/profile_included_subnets_label + @string/profile_included_subnets_hint + @string/profile_excluded_subnets_label + @string/profile_excluded_subnets_hint + @string/profile_split_tunnelingv4_title + Specifies whether to block IPv4 traffic that\'s not destined for the VPN. Forces all IPv4 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including 0.0.0.0/0 in subnets + @string/profile_split_tunnelingv6_title + Specifies whether to block IPv6 traffic that\'s not destined for the VPN. Forces all IPv6 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including ::/0 in subnets + + diff --git a/src/frontends/android/app/src/main/res/values-zh-rTW/strings_managed_configuration.xml b/src/frontends/android/app/src/main/res/values-zh-rTW/strings_managed_configuration.xml new file mode 100644 index 0000000000..6a58f62ada --- /dev/null +++ b/src/frontends/android/app/src/main/res/values-zh-rTW/strings_managed_configuration.xml @@ -0,0 +1,109 @@ + + + + + + Allow profile creation + Specifies whether users are allowed to add their own profiles + Allow profile import + Specifies whether users are allowed to import their own profiles + Show existing profiles + Specifies whether users can continue to see and use their previously created profiles + Allow certificate import + Specifies whether users are allowed to import certificates + Allow modifying settings + Specifies whether users are allowed change global app settings + @string/pref_default_vpn_profile + Unique identifier of the VPN profile to use by default, use the value \"mru\" for the most recently used profile + @string/pref_power_whitelist_title + @string/pref_power_whitelist_summary + VPN profiles + Collection of managed VPN profiles + VPN profile + A managed VPN profile + + + Unique identifier + Unique identifier of the VPN profile. Version 4 UUIDs (random-generated) are recommended + @string/profile_name_label + @string/profile_name_hint + @string/profile_vpn_type_label + The type of client authentication used by the VPN profile + Apps allowed to use the VPN (Optional) + Space-separated list of package names; all other apps will not see/use the VPN + Apps excluded from using the VPN (Optional) + Space-separated list of package names of apps excluded from using the VPN; only used of allow list is empty + @string/profile_proposals_ike_label + @string/profile_proposals_ike_hint + @string/profile_proposals_esp_label + @string/profile_proposals_esp_hint + @string/profile_mtu_label + @string/profile_mtu_hint + @string/profile_nat_keepalive_label + @string/profile_nat_keepalive_hint + @string/profile_dns_servers_label + @string/profile_dns_servers_hint + @string/profile_ipv6_transport_label + @string/profile_ipv6_transport_hint + + + Remote + Specifies information about the server + @string/profile_gateway_label + @string/profile_gateway_hint + @string/profile_port_label + @string/profile_port_hint + @string/profile_remote_id_label + @string/profile_remote_id_hint + CA or server certificate (Optional) + Base64-encoded CA or server certificate. Is imported into the app, not the system keystore. If not set, automatic CA certificate selection is enabled + Send certificate requests + Specifies whether to send certificate requests for all installed or selected CA certificates. Disabling this may reduce the size of the IKE_AUTH message if the server does not support fragmentation. But it only works if the server doesn\'t require certificate requests to send back the server certificate + @string/profile_use_ocsp_label + @string/profile_use_ocsp_hint + @string/profile_use_crl_label + @string/profile_use_crl_hint + @string/profile_strict_revocation_label + @string/profile_strict_revocation_hint + + + Local + Specifies information about the client + Identity/username for EAP authentication (Optional) + If this is required (for username/password-based EAP authentication) but not configured here, the user is prompted for it. If it is set, the user is not able to change it. In both cases the user may optionally enter the password + @string/profile_local_id_label + @string/profile_local_id_hint_user + @string/profile_user_certificate_label + Base64-encoded PKCS#12-container with the client certificate and private key and optional certificate chain (the latter might cause warnings on older Android releases, see Android VPN client configuration for details). Not necessary for username/password-based EAP authentication or if the user already has the certificate/key installed as it may be selected while importing the profile + User certificate password (Optional) + Password required to extract the private key of the PKCS#12-container for installation + @string/profile_rsa_pss_label + @string/profile_rsa_pss_hint + + + @string/profile_split_tunneling_label + @string/profile_split_tunneling_intro + @string/profile_included_subnets_label + @string/profile_included_subnets_hint + @string/profile_excluded_subnets_label + @string/profile_excluded_subnets_hint + @string/profile_split_tunnelingv4_title + Specifies whether to block IPv4 traffic that\'s not destined for the VPN. Forces all IPv4 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including 0.0.0.0/0 in subnets + @string/profile_split_tunnelingv6_title + Specifies whether to block IPv6 traffic that\'s not destined for the VPN. Forces all IPv6 traffic via VPN (traffic that does not match the negotiated traffic selector is then just dropped). Thus this is basically equivalent to including ::/0 in subnets + +