1<?php
2/**
3 * english language file for embeddedphp plugin
4 *
5 * @author fiwswe <dwplugin@fwml.de>
6 */
7
8// keys need to match the config setting name
9$lang['embedphpok'] = 'Allow embedded PHP';
10$lang['privatewiki'] = 'This is a private wiki, editable only by trusted and competent people';
11
12