diff options
author | schwabe <none@none> | 2012-04-29 15:22:01 +0200 |
---|---|---|
committer | schwabe <none@none> | 2012-04-29 15:22:01 +0200 |
commit | 9a6b3b13a6ea67543173bacbc8e01ade44a1382f (patch) | |
tree | a40f9151d8bd58ec0c39835168f268101d5a4104 /res/values/strings.xml | |
parent | 6dbfffefaf70609ac5bb7b3ebd71a0258427360a (diff) |
Version 0.4
fixes iusse #1
fixes iusse #2
fixes iusse #3
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 89159094..a837840e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -101,4 +101,6 @@ <string name="no_error_found">No error found</string> <string name="config_error_found">Error in Configuration</string> <string name="config_error_message">An error has been found in your VPN configuration:</string> + <string name="ipv4_format_error">Cannot parse the IPv4 address</string> + <string name="custom_route_format_error">Cannot parse the custom routes</string> </resources> |