diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-07-03 14:10:59 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-07-03 14:10:59 +0200 |
commit | 56889cd25ff1762fca0e30d99eab0a572dbc2fab (patch) | |
tree | 0feba21e6fee1b30191e80a409e5bfebcd2eb7df /res/values | |
parent | d06b048b29d9e7f200bcb1d572b4572176b0beb7 (diff) |
Restructure global settings
--HG--
extra : amend_source : 1b4e0ac86c557993b0195c4b1bad968f3f27aac1
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 10074e8a..5a12b461 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -285,5 +285,9 @@ <string name="resumevpn">Resume VPN</string> <string name="state_userpause">VPN pause requested by user</string> <string name="state_screenoff">VPN paused - screen off</string> + <string name="device_specific">Device specifics Hacks</string> + <string name="cannotparsecert">Cannot display certificate information</string> + <string name="appbehaviour">Application behaviour</string> + <string name="vpnbehaviour">VPN behaviour</string> </resources>
\ No newline at end of file |