diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-06-23 15:09:09 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-06-23 15:09:09 +0200 |
commit | 180642560ef5c8a0139dcd50c1a7fa949c0c20f4 (patch) | |
tree | 89a22ec06b6a6b943a0cf0903a9cebe954d29abe /res | |
parent | 71a288f56eb45be299782cd630b401e32118b8b6 (diff) |
Implement expandable notifications for 4.1
Diffstat (limited to 'res')
-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 e9bacaee..10074e8a 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -281,5 +281,9 @@ <string name="screenoff_pause">Pausing connection in screen off state: less than %1$s in %2$ss</string> <string name="screen_nopersistenttun">Warning: Persistent tun not enabled for this VPN. Traffic will use the normal Internet connection when the screen is off.</string> <string name="save_password">Save Password</string> + <string name="pauseVPN">Pause VPN</string> + <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> </resources>
\ No newline at end of file |