commit 8e1a200225b7e4756b83d17d679a71a06a38b696 Author: Eric Fischer <enf@google.com> Date: Tue Jun 16 16:32:56 2009 -0700 Make names of Settings, VPN, Subscribed Feeds providers localizable.
12 lines
439 B
XML
Executable File
12 lines
439 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">%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>
|
|
|