Hung-ying Tyan 0102dc6b22 Fix strings.
* Changes
  + Remove "Up time:" from ongoing event display.
  + Add hint in disconnected notification.
2009-07-04 00:24:48 +08:00

11 lines
421 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Title for the VPN Services activity. -->
<string name="app_label">VPN Services</string>
<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>
</resources>