diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d2d919e..47fed2f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3492,18 +3492,21 @@ found in the list of installed applications.</string> <string name="vpn_ipsec_user_cert">IPSec user certificate</string> <!-- Selection label for the IPSec CA certificate of a VPN network. [CHAR LIMIT=40] --> <string name="vpn_ipsec_ca_cert">IPSec CA certificate</string> + <!-- Checkbox label to show advanced options of a VPN network. [CHAR LIMIT=40] --> + <string name="vpn_show_options">Show advanced options</string> <!-- Input label for the DNS search domains of a VPN network. [CHAR LIMIT=40] --> <string name="vpn_search_domains">DNS search domains</string> + <!-- Input label for the DNS servers of a VPN network. [CHAR LIMIT=40] --> + <string name="vpn_dns_servers">DNS servers (e.g. 8.8.8.8)</string> <!-- Input label for the forwarding routes of a VPN network. [CHAR LIMIT=40] --> - <string name="vpn_routes">Forwarding routes</string> + <string name="vpn_routes">Forwarding routes (e.g. 10.0.0.0/8)</string> <!-- Input label for the username of a VPN network. [CHAR LIMIT=40] --> <string name="vpn_username">Username</string> <!-- Input label for the password of a VPN network. [CHAR LIMIT=40] --> <string name="vpn_password">Password</string> <!-- Checkbox label to save the username and the password for a VPN network. [CHAR LIMIT=40] --> <string name="vpn_save_login">Save account information</string> - - <!-- Hint for not filling an optional field in a VPN configuration. [CHAR LIMIT=40] --> + <!-- Hint for not using an optional feature of a VPN network. [CHAR LIMIT=40] --> <string name="vpn_not_used">(not used)</string> <!-- Option to not use a CA certificate to verify the VPN server. [CHAR LIMIT=40] --> <string name="vpn_no_ca_cert">(do not verify server)</string> |