]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/frontends/android/res/values-ru/arrays.xml
android: Provide a fallback for sigwaitinfo()
[thirdparty/strongswan.git] / src / frontends / android / res / values-ru / arrays.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (C) 2012 Dmitry Korzhevin
4
5 This program is free software; you can redistribute it and/or modify it
6 under the terms of the GNU General Public License as published by the
7 Free Software Foundation; either version 2 of the License, or (at your
8 option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
9
10 This program is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 for more details.
14 -->
15 <resources>
16 <!-- the order here must match the enum entries in VpnType.java -->
17 <string-array name="vpn_types">
18 <item>IKEv2 EAP (Логин/Пароль)</item>
19 <item>IKEv2 Сертификат</item>
20 <item>IKEv2 Сертификат + EAP (Логин/Пароль)</item>
21 <item>IKEv2 EAP-TLS (Сертификат)</item>
22 <item>IKEv2 EAP-TNC (Логин/Пароль)</item>
23 </string-array>
24 </resources>