diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 18:26:01 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 18:26:01 +0200 |
commit | c3a13c133484e0750786b33ced635cbb2c642904 (patch) | |
tree | abbc6ebdf42a04b952a496146c538bd43f50036a /res/values/strings.xml | |
parent | 73f914bdc1a681f827ed2375820c2d171e31bb0b (diff) |
- new Icon :)
- Obscure settings
- version 0.4.5
- quick launch
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2a2135a3..58137810 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -104,4 +104,11 @@ <string name="ipv4_format_error">Cannot parse the IPv4 address</string> <string name="custom_route_format_error">Cannot parse 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="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> + <string name="custom_config_title">Enable Custom Options</string> + <string name="custom_config_summary">Specify custom options. Use with care!</string> </resources> |