diff options
author | Geoff Mendal <mendal@google.com> | 2015-03-20 23:56:54 -0700 |
---|---|---|
committer | Geoff Mendal <mendal@google.com> | 2015-03-20 23:56:54 -0700 |
commit | 3997c057828a6001d039c9cd704818fdacc62822 (patch) | |
tree | 3607c5e9a37ff4cd3dca08b4c78b8c76065a9b72 /packages/VpnDialogs/res | |
parent | 960a285a7e252c8f09509b1919686ce7426d8c4f (diff) | |
download | frameworks_base-3997c057828a6001d039c9cd704818fdacc62822.zip frameworks_base-3997c057828a6001d039c9cd704818fdacc62822.tar.gz frameworks_base-3997c057828a6001d039c9cd704818fdacc62822.tar.bz2 |
Import translations. DO NOT MERGE
Change-Id: Ia2267065864b0a7ff750e2956f0bab7507b8c32c
Auto-generated-cl: translation import
Diffstat (limited to 'packages/VpnDialogs/res')
-rw-r--r-- | packages/VpnDialogs/res/values-en-rAU/strings.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/VpnDialogs/res/values-en-rAU/strings.xml b/packages/VpnDialogs/res/values-en-rAU/strings.xml new file mode 100644 index 0000000..2c93c78 --- /dev/null +++ b/packages/VpnDialogs/res/values-en-rAU/strings.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2011 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="prompt" msgid="3183836924226407828">"Connection request"</string> + <string name="warning" msgid="809658604548412033">"<xliff:g id="APP">%s</xliff:g> wants to set up a VPN connection that allows it to monitor network traffic. Only accept if you trust the source. <br /> <br /> <img src=vpn_icon /> appears at the top of your screen when VPN is active."</string> + <string name="legacy_title" msgid="192936250066580964">"VPN is connected"</string> + <string name="configure" msgid="4905518375574791375">"Configure"</string> + <string name="disconnect" msgid="971412338304200056">"Disconnect"</string> + <string name="session" msgid="6470628549473641030">"Session:"</string> + <string name="duration" msgid="3584782459928719435">"Duration:"</string> + <string name="data_transmitted" msgid="7988167672982199061">"Sent:"</string> + <string name="data_received" msgid="4062776929376067820">"Received:"</string> + <string name="data_value_format" msgid="2192466557826897580">"<xliff:g id="NUMBER_0">%1$s</xliff:g> bytes / <xliff:g id="NUMBER_1">%2$s</xliff:g> packets"</string> +</resources> |