additional_plugins/serendipity_event_template_editor/lang_en.inc.php
2011-12-13 12:29:05 +01:00

12 lines
771 B
PHP

<?php
@define('PLUGIN_EVENT_TEMPLATE_EDITOR_NAME', 'Template Editor');
@define('PLUGIN_EVENT_TEMPLATE_EDITOR_DESC', 'Edit the files of the currently used template directly form the adminarea.');
@define('PLUGIN_EVENT_TEMPLATE_EDITOR_PATH', 'Plugin Path');
@define('PLUGIN_EVENT_TEMPLATE_EDITOR_PATH_DESC', 'If a path is entered he is no longer determined dynamically, improving performance considerable. Example: http://www.example.com/plugins/serendipity_event_template_editor/ (note the / at the end).');
@define('PLUGIN_EVENT_TEMPLATE_SUBFOLDERS', 'Subfolders');
@define('PLUGIN_EVENT_TEMPLATE_EDITOR_START', 'Edit Templatefiles');
@define('PLUGIN_EVENT_TEMPLATE_EDITOR_HIGHLIGHT', 'Syntax highlighting');
@define('PLUGIN_EVENT_TEMPLATE_EDITOR_UPLOAD', 'Upload');
?>