diff options
| author | Jeff Davidson <jpd@google.com> | 2014-08-23 00:20:51 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-23 00:20:51 +0000 |
| commit | 1fb7dc0c00a72f3ded151ea41ec22b9caa3be42e (patch) | |
| tree | 8ab5298263c13806e834872c337debf434ac9c9b /packages/VpnDialogs | |
| parent | 18e1203945f41f94faa105a8f2a954098f6566bb (diff) | |
| parent | 577bf51765a64266dcd68ad8da0712599168b344 (diff) | |
| download | frameworks_base-1fb7dc0c00a72f3ded151ea41ec22b9caa3be42e.zip frameworks_base-1fb7dc0c00a72f3ded151ea41ec22b9caa3be42e.tar.gz frameworks_base-1fb7dc0c00a72f3ded151ea41ec22b9caa3be42e.tar.bz2 | |
am e00e0e4e: am daf54483: Merge "Restore legacy VPN stats dialog strings." into lmp-dev
* commit 'e00e0e4e0d2b1b2620649c46d483fac38f541b56':
Restore legacy VPN stats dialog strings.
Diffstat (limited to 'packages/VpnDialogs')
| -rw-r--r-- | packages/VpnDialogs/res/values/strings.xml | 22 |
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> |
