1<?php
2/**
3 * english language file for the "searchformgoto" dokuwiki plugin
4 *
5 * @license    GPL (see file COPYING)
6 * @author     Payton Swick <payton (at) foolord (dot) com>
7 */
8
9/* buttons */
10$lang['btn_go'] = 'go';
11
12?>
13