]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/frontends/android/app/src/main/res/menu/certificates.xml
Update copyright headers after acquisition by secunet
[thirdparty/strongswan.git] / src / frontends / android / app / src / main / res / menu / certificates.xml
CommitLineData
08de6a08
TB
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2014 Tobias Brunner
19ef2aec
TB
4
5 Copyright (C) secunet Security Networks AG
08de6a08
TB
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-->
6b318282
TB
17<menu xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:app="http://schemas.android.com/apk/res-auto">
08de6a08 19
1ed922c9
TB
20 <item
21 android:id="@+id/menu_import_certificate"
22 android:title="@string/import_certificate"
6b318282 23 app:showAsAction="withText" />
1ed922c9 24
08de6a08
TB
25 <item
26 android:id="@+id/menu_reload_certs"
27 android:title="@string/reload_trusted_certs"
6b318282 28 app:showAsAction="withText" />
08de6a08
TB
29
30</menu>