blob: 406bcc34a1015235db56a58615ea449a3557542b [file] [log] [blame]
Chia-chi Yeh19f054b2011-06-03 17:06:29 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
Chia-chi Yehf63c17d2011-09-14 18:09:59 -070019 <!-- Dialog title to identify the request from a VPN application. [CHAR LIMIT=60] -->
Jeff Davidson05542602014-08-11 14:07:27 -070020 <string name="prompt">Connection request</string>
Chia-chi Yeh19f054b2011-06-03 17:06:29 -070021
Chia-chi Yehf63c17d2011-09-14 18:09:59 -070022 <!-- Dialog message to warn about the risk of using a VPN application. [CHAR LIMIT=NONE] -->
Jeff Davidson05542602014-08-11 14:07:27 -070023 <string name="warning"><xliff:g id="app">%s</xliff:g> wants to set up a VPN connection
24 that allows it to monitor network traffic. Only accept if you trust the source.
25 <![CDATA[
26 <br />
27 <br />
28 <img src="vpn_icon" />
29 ]]> appears at the top of your screen when VPN is active.
Chia-chi Yeh19f054b2011-06-03 17:06:29 -070030 </string>
Jeff Davidson8a5a9d32014-08-22 16:55:32 -070031
32 <!-- Dialog title for built-in VPN. [CHAR LIMIT=40] -->
33 <string name="legacy_title">VPN is connected</string>
34 <!-- Button label to configure the current VPN session. [CHAR LIMIT=20] -->
35 <string name="configure">Configure</string>
36 <!-- Button label to disconnect the current VPN session. [CHAR LIMIT=20] -->
37 <string name="disconnect">Disconnect</string>
38
39 <!-- Label for the name of the current VPN session. [CHAR LIMIT=20] -->
40 <string name="session">Session:</string>
41 <!-- Label for the duration of the current VPN session. [CHAR LIMIT=20] -->
42 <string name="duration">Duration:</string>
43 <!-- Label for the network usage of data transmitted over VPN. [CHAR LIMIT=20] -->
44 <string name="data_transmitted">Sent:</string>
45 <!-- Label for the network usage of data received over VPN. [CHAR LIMIT=20] -->
46 <string name="data_received">Received:</string>
47
48 <!-- Formatted string for the network usage over VPN. [CHAR LIMIT=40] -->
49 <string name="data_value_format">
50 <xliff:g id="number">%1$s</xliff:g> bytes /
51 <xliff:g id="number">%2$s</xliff:g> packets
52 </string>
Chia-chi Yeh19f054b2011-06-03 17:06:29 -070053</resources>