summaryrefslogtreecommitdiff
path: root/main/src/main/res/values
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2016-12-16 12:26:20 +0100
committerArne Schwabe <arne@rfc2549.org>2016-12-16 12:26:20 +0100
commit1eac1f1a6e4dbc70db1cd7ec0555a7fd1996374d (patch)
tree2949d3d86a3d1197ed10e651e3c4b12d3b6625be /main/src/main/res/values
parent73b79c6874341584d468d58e7a474ca283b062fb (diff)
Implement password handover between ui and service
Diffstat (limited to 'main/src/main/res/values')
-rwxr-xr-xmain/src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml
index faab789c..9ce804b5 100755
--- a/main/src/main/res/values/strings.xml
+++ b/main/src/main/res/values/strings.xml
@@ -42,13 +42,14 @@
<string name="duplicate_profile_name">Please enter a unique Profile Name</string>
<string name="profilename">Profile Name</string>
<string name="no_keystore_cert_selected">You must select a User certificate</string>
+ <string name="no_ca_cert_selected">You must select a CA certificate</string>
<string name="no_error_found">No error found</string>
<string name="config_error_found">Error in Configuration</string>
<string name="ipv4_format_error">Error parsing the IPv4 address</string>
<string name="custom_route_format_error">Error parsing the custom routes</string>
<string name="pw_query_hint">(leave empty to query on demand)</string>
<string name="vpn_shortcut">OpenVPN Shortcut</string>
- <string name="vpn_launch_title">Connect to VPN</string>
+ <string name="vpn_launch_title">Connecting to VPNā€¦</string>
<string name="shortcut_profile_notfound">Profile specified in shortcut not found</string>
<string name="random_host_prefix">Random Host Prefix</string>
<string name="random_host_summary">Adds 6 random chars in front of hostname</string>