summaryrefslogtreecommitdiffstats
path: root/packages/VpnServices/res/values/strings.xml
blob: e42c1e87efb6df1586c1a97e9d19c70bb117d040 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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">%s VPN %s</string>
    <string name="vpn_notification_connected">connected</string>
    <string name="vpn_notification_disconnected">disconnected</string>
    <string name="vpn_notification_connected_message">Up time: %s</string>
</resources>