additional_plugins/serendipity_event_xinha/lang_en.inc.php
Garvin Hicking ab02bb4af4 Remove $Id$
2011-12-25 10:07:20 +01:00

21 lines
978 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_XINHA_NAME', 'Uses XINHA as WYSIWYG editor');
@define('PLUGIN_EVENT_XINHA_DESC', 'Warning! Xinha is experimental. Utilizes the XINHA WYSIWYG editor. Requires Serendipity 0.9. After installation, read the installation guide in the configuration screen for this plugin.');
@define('PLUGIN_EVENT_XINHA_INSTALL', '<br /><br /><strong>Installation guide:</strong><br />
<ul>
<li>Download XINHA from http://xinha.python-hosting.com/</li>
<li>Extract it to a "XINHA" directory below ' . dirname(__FILE__) . '</li>
<li>Enter the relative HTTP path to the "XINHA" directory into this plugin configuration.</li>
<li>For some people the relative path is "plugins/serendipity_event_xinha/xinha-nightly/"</li>
<li>Make sure that inside your Serendipity Personal Preferences you have enabled WYSIWYG.</li>
</ul>');
?>