2009-06-08 13:27:11 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2009-06-17 15:17:29 -07:00
|
|
|
<!-- Title for the VPN Services activity. -->
|
|
|
|
<string name="app_label">VPN Services</string>
|
|
|
|
|
2009-07-04 00:24:48 +08:00
|
|
|
<string name="vpn_notification_title_connected">%s VPN connected</string>
|
|
|
|
<string name="vpn_notification_title_disconnected">%s VPN disconnected</string>
|
|
|
|
<string name="vpn_notification_hint_disconnected">Touch to reconnect to a VPN.</string>
|
2009-06-08 13:27:11 +08:00
|
|
|
</resources>
|
|
|
|
|