diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-06-13 23:23:49 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-06-13 23:23:49 +0200 |
commit | 0f4891bf42455d634e9b013e4bf09672ac1586d2 (patch) | |
tree | 17128ab6f693202652979190e05ab8af096a518b /res | |
parent | 701534f7cf7f9d39917841190f46b0c8aa93fcd4 (diff) |
Correct network state message
Improve logging framework a bit
Add logging of certificates received from Keystore
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 76d71ce3..08bb0a27 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -209,4 +209,7 @@ <string name="building_configration">Building configration…</string> <string name="netchange_summary">Turning this option on will force a reconnet if the network state is change (WIFI to/from mobile)</string> <string name="netchange">Reconnect on Network change</string> + <string name="keychain_nocacert">No CA Certificate returned while reading from Android keystore. Auhtentication will probably fail.</string> + <string name="cert_from_keystore">Got certificate \'%s\' from Keystore</string> + <string name="netstatus">Network Status: %s</string> </resources> |