diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-08-07 18:03:51 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-08-13 11:00:26 +0200 |
commit | fcb5448017677999d956c652b2778f6a5e2435b8 (patch) | |
tree | 21df48b1d2fa7e252649591c43f511cd10820896 /src/frontends/android/res/values/strings.xml | |
parent | 8db37772f5fe4dec82a8b176f5ca6de3a043a277 (diff) | |
download | strongswan-fcb5448017677999d956c652b2778f6a5e2435b8.tar.bz2 strongswan-fcb5448017677999d956c652b2778f6a5e2435b8.tar.xz |
Allow selection of a CA certificate for a VPN profile
This solution is just temporary as it really is not that user-friendly
to select CA certificates with a Spinner widget.
Diffstat (limited to 'src/frontends/android/res/values/strings.xml')
-rw-r--r-- | src/frontends/android/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frontends/android/res/values/strings.xml b/src/frontends/android/res/values/strings.xml index 8c171db65..f2db4a676 100644 --- a/src/frontends/android/res/values/strings.xml +++ b/src/frontends/android/res/values/strings.xml @@ -41,8 +41,13 @@ <string name="profile_username_label">Username:</string> <string name="profile_password_label">Password:</string> <string name="profile_password_hint">(prompt when needed)</string> + <string name="profile_ca_label">CA certificate:</string> + <string name="profile_ca_auto_label">Select automatically</string> + <string name="profile_ca_show_all">Show all certificates</string> <!-- Warnings/Notifications in the details view --> <string name="alert_text_no_input_gateway">Please enter the gateway address here</string> <string name="alert_text_no_input_username">Please enter your username here</string> + <string name="alert_text_nocertfound_title">No CA certificate selected</string> + <string name="alert_text_nocertfound">Please select one or activate <i>Select automatically</i></string> </resources> |