1279619Sdteske# Copyright (c) 2013-2015 Devin Teske
2258400Sdteske# All rights reserved.
3258400Sdteske#
4258400Sdteske# Redistribution and use in source and binary forms, with or without
5258400Sdteske# modification, are permitted provided that the following conditions
6258400Sdteske# are met:
7258400Sdteske# 1. Redistributions of source code must retain the above copyright
8258400Sdteske#    notice, this list of conditions and the following disclaimer.
9258400Sdteske# 2. Redistributions in binary form must reproduce the above copyright
10258400Sdteske#    notice, this list of conditions and the following disclaimer in the
11258400Sdteske#    documentation and/or other materials provided with the distribution.
12258400Sdteske#
13258400Sdteske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14258400Sdteske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15258400Sdteske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16258400Sdteske# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17258400Sdteske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18258400Sdteske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19258400Sdteske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20258400Sdteske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21258400Sdteske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22258400Sdteske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23258400Sdteske# SUCH DAMAGE.
24258400Sdteske#
25258400Sdteske# $FreeBSD$
26258400Sdteske
27258400Sdteske#
28258400Sdteske# Title that will be shown in the bsdconfig menu.
29258400Sdteske#
30258400Sdteskemenu_title=""
31258400Sdteske
32258400Sdteske#
33258400Sdteske# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
34258400Sdteske# short because any line longer than the terminal width will be truncated.
35258400Sdteske#
36258400Sdteskemenu_help=""
37258400Sdteske
38258400Sdteske#
39258400Sdteske# Two-part variable that defines an action to take when `keyword' is passed on
40258400Sdteske# a bsdconfig command line. Variable takes the form "keyword|command" and
41258400Sdteske# multiple occurrences of the variable (with different `keyword's, or different
42258400Sdteske# `keyword's AND `command's) are allowed.  If `command' begins with a '/' then
43258400Sdteske# the full path to the program is needed. If `command' begins with anything
44258400Sdteske# else it is a path relative to the directory this INDEX file is in. `keyword'
45258400Sdteske# can be i18n'ed but `command' is the name of a script.
46258400Sdteske#
47258400Sdteskemenu_selection="includes|includes"
48279613Sdteskemenu_selection="api|includes"
49258400Sdteske
50258400Sdteske#
51258400Sdteske# ------------ Items below this line do NOT need i18n translation ------------
52258400Sdteske#
53258400Sdteske# Name of the program to be run when this menu choice is selected. If it begins
54258400Sdteske# with a '/' then the full path to the program is needed. If it begins with
55258400Sdteske# anything else it is a path relative to the directory this INDEX file is in.
56258400Sdteske#
57258400Sdteskemenu_program=""
58