12 lines
286 B
PHP
12 lines
286 B
PHP
<?php
|
|
|
|
/**
|
|
* @version
|
|
* @author Translator Name <yourmail@example.com>
|
|
* EN-Revision: Revision of lang_en.inc.php
|
|
*/
|
|
|
|
@define('PLUGIN_EVENT_TEMPLATECHOOSER_NAME', 'Theme chooser');
|
|
@define('PLUGIN_EVENT_TEMPLATECHOOSER_DESC', 'Allows your visitors to change theme on the fly');
|
|
|