~ubuntu-branches/ubuntu/utopic/strongswan/utopic

« back to all changes in this revision

Viewing changes to src/frontends/android/res/values-ru/arrays.xml

  • Committer: Package Import Robot
  • Author(s): Jonathan Davies
  • Date: 2014-01-20 19:00:59 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20140120190059-z8e4dl3g8cd09yi5
Tags: 5.1.2~dr3+git20130120-0ubuntu1
* Upstream Git snapshot for build fixes with regards to entropy.
* debian/rules:
  - Enforcing DEB_BUILD_OPTIONS=nostrip for library integrity checking.
  - Set TESTS_REDUCED_KEYLENGTHS to one generate smallest key-lengths in
    tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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-TNC (Логин/Пароль)</item>
 
22
    </string-array>
 
23
</resources>