strings.xml revision 5db03df1fff4900eb485304d4fd185110bea1a0c
1<?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
19    <string name="prompt"><xliff:g id="app">%s</xliff:g>
20        attempts to create a VPN connection.
21    </string>
22
23    <string name="warning">By proceeding, you are giving the application
24        permission to intercept all network traffic.
25        <b>Do NOT accept unless you trust the application.</b> Otherwise,
26        you run the risk of having your data compromised by a malicious
27        software.
28    </string>
29
30    <string name="accept">I trust this application.</string>
31
32    <string name="legacy_title">VPN is connected</string>
33    <string name="configure">Configure</string>
34    <string name="disconnect">Disconnect</string>
35
36    <string name="session">Session:</string>
37    <string name="duration">Duration:</string>
38    <string name="data_transmitted">Data Transmitted:</string>
39    <string name="data_received">Data Received:</string>
40
41    <string name="blank_value">--</string>
42    <string name="data_value_format">
43        <xliff:g id="number">%1$s</xliff:g> bytes /
44        <xliff:g id="number">%2$s</xliff:g> packets
45    </string>
46</resources>
47