]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/frontends/android/app/src/main/res/menu/main.xml
Update copyright headers after acquisition by secunet
[thirdparty/strongswan.git] / src / frontends / android / app / src / main / res / menu / main.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (C) 2012-2017 Tobias Brunner
4
5 Copyright (C) secunet Security Networks AG
6
7 This program is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the
9 Free Software Foundation; either version 2 of the License, or (at your
10 option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
11
12 This program is distributed in the hope that it will be useful, but
13 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 for more details.
16 -->
17 <menu xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:app="http://schemas.android.com/apk/res-auto">
19
20 <item
21 android:id="@+id/menu_import_profile"
22 android:title="@string/profile_import"
23 app:showAsAction="withText" />
24
25 <item
26 android:id="@+id/menu_manage_certs"
27 android:title="@string/trusted_certs_title"
28 app:showAsAction="withText" />
29
30 <item
31 android:id="@+id/menu_crl_cache"
32 android:title="@string/crl_cache"
33 app:showAsAction="withText" />
34
35 <item
36 android:id="@+id/menu_show_log"
37 android:title="@string/show_log"
38 app:showAsAction="withText" />
39
40 <item
41 android:id="@+id/menu_settings"
42 android:title="@string/pref_title"
43 app:showAsAction="withText" />
44
45 </menu>