summaryrefslogtreecommitdiffstats
path: root/packages/VpnDialogs
diff options
context:
space:
mode:
authorJeff Davidson <jpd@google.com>2014-08-22 16:55:32 -0700
committerJeff Davidson <jpd@google.com>2014-08-22 16:55:32 -0700
commit8a5a9d32c2937761395ec21f2f22134c8f16ff06 (patch)
tree9bf282b54927e822a6298c16bb907fd4a7df5f28 /packages/VpnDialogs
parent56a9ed858c73a8483c34c56dd77665b13e100a74 (diff)
downloadframeworks_base-8a5a9d32c2937761395ec21f2f22134c8f16ff06.zip
frameworks_base-8a5a9d32c2937761395ec21f2f22134c8f16ff06.tar.gz
frameworks_base-8a5a9d32c2937761395ec21f2f22134c8f16ff06.tar.bz2
Restore legacy VPN stats dialog strings.
Bug: 17164793 Change-Id: I5927cdc4f1ceef4cd1cc1b5d17ae97d285bd9a39
Diffstat (limited to 'packages/VpnDialogs')
-rw-r--r--packages/VpnDialogs/res/values/strings.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/VpnDialogs/res/values/strings.xml b/packages/VpnDialogs/res/values/strings.xml
index 84206a1..406bcc3 100644
--- a/packages/VpnDialogs/res/values/strings.xml
+++ b/packages/VpnDialogs/res/values/strings.xml
@@ -28,4 +28,26 @@
<img src="vpn_icon" />
]]> appears at the top of your screen when VPN is active.
</string>
+
+ <!-- Dialog title for built-in VPN. [CHAR LIMIT=40] -->
+ <string name="legacy_title">VPN is connected</string>
+ <!-- Button label to configure the current VPN session. [CHAR LIMIT=20] -->
+ <string name="configure">Configure</string>
+ <!-- Button label to disconnect the current VPN session. [CHAR LIMIT=20] -->
+ <string name="disconnect">Disconnect</string>
+
+ <!-- Label for the name of the current VPN session. [CHAR LIMIT=20] -->
+ <string name="session">Session:</string>
+ <!-- Label for the duration of the current VPN session. [CHAR LIMIT=20] -->
+ <string name="duration">Duration:</string>
+ <!-- Label for the network usage of data transmitted over VPN. [CHAR LIMIT=20] -->
+ <string name="data_transmitted">Sent:</string>
+ <!-- Label for the network usage of data received over VPN. [CHAR LIMIT=20] -->
+ <string name="data_received">Received:</string>
+
+ <!-- Formatted string for the network usage over VPN. [CHAR LIMIT=40] -->
+ <string name="data_value_format">
+ <xliff:g id="number">%1$s</xliff:g> bytes /
+ <xliff:g id="number">%2$s</xliff:g> packets
+ </string>
</resources>