|
16 | 16 |
|
17 | 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
18 | 18 |
|
| 19 | + <!-- Dialog title to identify the request from a VPN application. [CHAR LIMIT=60] --> |
19 | 20 | <string name="prompt"><xliff:g id="app">%s</xliff:g> |
20 | 21 | attempts to create a VPN connection. |
21 | 22 | </string> |
22 | 23 |
|
| 24 | + <!-- Dialog message to warn about the risk of using a VPN application. [CHAR LIMIT=NONE] --> |
23 | 25 | <string name="warning">By proceeding, you are giving the application |
24 | 26 | permission to intercept all network traffic. |
25 | 27 | <b>Do NOT accept unless you trust the application.</b> Otherwise, |
26 | 28 | you run the risk of having your data compromised by a malicious |
27 | 29 | software. |
28 | 30 | </string> |
29 | 31 |
|
| 32 | + <!-- Checkbox label to accept the request from a VPN application. [CHAR LIMIT=60] --> |
30 | 33 | <string name="accept">I trust this application.</string> |
31 | 34 |
|
| 35 | + <!-- Dialog title for built-in VPN. [CHAR LIMIT=40] --> |
32 | 36 | <string name="legacy_title">VPN is connected</string> |
| 37 | + <!-- Button label to configure the current VPN session. [CHAR LIMIT=20] --> |
33 | 38 | <string name="configure">Configure</string> |
| 39 | + <!-- Button label to disconnect the current VPN session. [CHAR LIMIT=20] --> |
34 | 40 | <string name="disconnect">Disconnect</string> |
35 | 41 |
|
| 42 | + <!-- Label for the name of the current VPN session. [CHAR LIMIT=20] --> |
36 | 43 | <string name="session">Session:</string> |
| 44 | + <!-- Label for the duration of the current VPN session. [CHAR LIMIT=20] --> |
37 | 45 | <string name="duration">Duration:</string> |
| 46 | + <!-- Label for the network usage of data transmitted over VPN. [CHAR LIMIT=20] --> |
38 | 47 | <string name="data_transmitted">Sent:</string> |
| 48 | + <!-- Label for the network usage of data received over VPN. [CHAR LIMIT=20] --> |
39 | 49 | <string name="data_received">Received:</string> |
40 | 50 |
|
| 51 | + <!-- Dummy string for a blank value. [CHAR LIMIT=40] --> |
41 | 52 | <string name="blank_value">--</string> |
| 53 | + <!-- Formatted string for the network usage over VPN. [CHAR LIMIT=40] --> |
42 | 54 | <string name="data_value_format"> |
43 | 55 | <xliff:g id="number">%1$s</xliff:g> bytes / |
44 | 56 | <xliff:g id="number">%2$s</xliff:g> packets |
|
0 commit comments