diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 22:56:09 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 22:56:09 +0200 |
commit | 370fa3686c7bfa74ed4b26c253ad0ba391bd34c4 (patch) | |
tree | 375f387d4f4cc0a3e39e86d9b6f86155e3dbae84 /res/values/strings.xml | |
parent | 273e83fee509d80f3bd0fd485dd0c49f7c12c32a (diff) |
Version 0.4.6 - Codename "Welcome to the world people in 2012, where we use CIDR"
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 58137810..7bc7ab95 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -111,4 +111,6 @@ <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> + <string name="route_rejected">Route rejected by Android</string> + <string formatted="false" name="ip_not_cidr">Cannot make sense of %s and %s as IP and CIDR netmask, assuming P2P for local address (/32)</string> </resources> |