Skip to content

Commit f63c17d

Browse files
author
Chia-chi Yeh
committed
VpnDialogs: add string description for translation.
Change-Id: Id826838661e8cfa20d01a4f51943f7744a2665e2
1 parent 192b98c commit f63c17d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/VpnDialogs/res/values/strings.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,41 @@
1616

1717
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
1818

19+
<!-- Dialog title to identify the request from a VPN application. [CHAR LIMIT=60] -->
1920
<string name="prompt"><xliff:g id="app">%s</xliff:g>
2021
attempts to create a VPN connection.
2122
</string>
2223

24+
<!-- Dialog message to warn about the risk of using a VPN application. [CHAR LIMIT=NONE] -->
2325
<string name="warning">By proceeding, you are giving the application
2426
permission to intercept all network traffic.
2527
<b>Do NOT accept unless you trust the application.</b> Otherwise,
2628
you run the risk of having your data compromised by a malicious
2729
software.
2830
</string>
2931

32+
<!-- Checkbox label to accept the request from a VPN application. [CHAR LIMIT=60] -->
3033
<string name="accept">I trust this application.</string>
3134

35+
<!-- Dialog title for built-in VPN. [CHAR LIMIT=40] -->
3236
<string name="legacy_title">VPN is connected</string>
37+
<!-- Button label to configure the current VPN session. [CHAR LIMIT=20] -->
3338
<string name="configure">Configure</string>
39+
<!-- Button label to disconnect the current VPN session. [CHAR LIMIT=20] -->
3440
<string name="disconnect">Disconnect</string>
3541

42+
<!-- Label for the name of the current VPN session. [CHAR LIMIT=20] -->
3643
<string name="session">Session:</string>
44+
<!-- Label for the duration of the current VPN session. [CHAR LIMIT=20] -->
3745
<string name="duration">Duration:</string>
46+
<!-- Label for the network usage of data transmitted over VPN. [CHAR LIMIT=20] -->
3847
<string name="data_transmitted">Sent:</string>
48+
<!-- Label for the network usage of data received over VPN. [CHAR LIMIT=20] -->
3949
<string name="data_received">Received:</string>
4050

51+
<!-- Dummy string for a blank value. [CHAR LIMIT=40] -->
4152
<string name="blank_value">--</string>
53+
<!-- Formatted string for the network usage over VPN. [CHAR LIMIT=40] -->
4254
<string name="data_value_format">
4355
<xliff:g id="number">%1$s</xliff:g> bytes /
4456
<xliff:g id="number">%2$s</xliff:g> packets

0 commit comments

Comments
 (0)