<?php
/**
 * english language file for htmlok plugin
 *
 * @author saggi <saggi@gmx.de>
 */

// keys need to match the config setting name
$lang['htmlok']      = 'Allow embedded HTML. Do not enable if you cannot trust the editors of your wiki content!';
$lang['phpok']       = 'Allow embedded PHP. Do not enable if you cannot trust the editors of your wiki content!';

