1<?php
2/**
3 * English language strings for the Formular Plugin
4 *
5 * @author  Stephane Chamberland <stephane.chamberland@gmail.com>
6 */
7
8$lang['AllowInclude'] = 'Allow Inclusion of PHP-Script?';
9$lang['mailPath'] = 'Mail-Scripts Location rel-Path (from DOKU_BASE)';
10$lang['selectPage'] = 'wiki-page where SelectBox names are defined. ';
11$lang['mailSubject'] = 'Email Subject';
12$lang['mailFrom'] = 'Email Sender [Mandatory on Windows]';
13$lang['DebugMode'] = 'Activate Debug-Output to file debug.txt?';
14
15//Setup VIM: ex: et ts=2 enc=utf-8 :