1<?php
2/**
3 * english language file for htmlok plugin
4 *
5 * @author saggi <saggi@gmx.de>
6 */
7
8// keys need to match the config setting name
9$lang['htmlok']      = 'Allow embedded HTML. Do not enable if you cannot trust the editors of your wiki content!';
10$lang['phpok']       = 'Allow embedded PHP. Do not enable if you cannot trust the editors of your wiki content!';
11
12