diff options
author | cyBerta <cyberta@riseup.net> | 2021-12-10 11:27:53 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-12-10 11:27:53 +0100 |
commit | 9db9ceeaafe5f0852d63dcf736b5290272cf6afc (patch) | |
tree | 86ad7a292efa56b0a2d8f5878cec9bf9c7bdf7dc /app/src/main/res/values | |
parent | 6f8d7170e06c464746a80b5e47081c092a6a5361 (diff) |
add strings from ics-openvpn
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index eb6c22df..60bfc4b3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -196,4 +196,7 @@ <string name="eip_state_no_network">You have no working Internet connection. Once you get it back, you will be automatically connected to</string> <string name="eip_state_blocking">%1$s is blocking all internet traffic.</string> <string name="disabled_while_udp_on">Disabled while UDP is on.</string> + <string name="advanced_settings">Advanced Settings</string> + <string name="cancel_connection">Disconnect</string> + </resources> |