diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-13 01:16:27 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-13 01:16:27 +0200 |
commit | d0a2ac4569bb15c097ba2c542ae1748ba1edbdc1 (patch) | |
tree | f2733212c02f8816a6188c70fd0e358876b90d0e /res/values | |
parent | a18032550d38b3530b6488c7c845bda3132b5075 (diff) |
Config Import useable (closes issue #14)
Correct save/restore state in Basic Settings (closes issue #17)
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a5a88219..e2121d4b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -206,5 +206,9 @@ <string name="importing_config">Importing config file from source %1$s</string> <string name="import_pkcs12_to_keystore">Your config file specified a pkcs12 file. Please import the file by selecting select in the Basic Settings configuration of the converted VPN</string> <string name="import_warning_custom_options">Your configuration had a few configuration options that could be parsed. These options were added as custom configuration options. The custom configuration is displayed below:</string> - <string name="import_done">Done reading config file.</string> + <string name="import_done">Done reading config file.</string> + <string name="nobind_summary">Do not bind to local address and port</string> + <string name="no_bind">No local binding</string> + <string name="import_experimental">Please not that the config importer is an experimental feature.</string> + <string name="import_configuration_file">Import configuration file</string> </resources> |