diff options
Diffstat (limited to 'packages/VpnDialogs')
-rw-r--r-- | packages/VpnDialogs/res/values-be/strings.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/packages/VpnDialogs/res/values-be/strings.xml b/packages/VpnDialogs/res/values-be/strings.xml new file mode 100644 index 0000000..075251f --- /dev/null +++ b/packages/VpnDialogs/res/values-be/strings.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- 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:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="prompt">Запыт на злучэнне</string> + <string name="warning"><xliff:g id="app">%s</xliff:g>хоча ўсталяваць злучэнне VPN + гэта дазваляе яму кантраляваць сеткавы трафік. Працягвайце, калі вы давяраеце крыніцы. + <![CDATA[ + <br /> + <br /> + <img src="vpn_icon" /> + ]]>адлюстроўваецца ў верхняй частцы экрана, калі VPN-актыўны. + </string> + <string name="legacy_title">VPN падключаны</string> + <string name="configure">Налады</string> + <string name="disconnect">Адключыцца</string> + <string name="session">Сэсія:</string> + <string name="duration">Працягласць:</string> + <string name="data_transmitted">Дасланыя:</string> + <string name="data_received">Атрымана:</string> + <string name="data_value_format"> + <xliff:g id="number">%1$s</xliff:g> байт / + <xliff:g id="number">%2$s</xliff:g> пакетаў + </string> +</resources> |