additional_plugins/serendipity_event_xinha/lang_en.inc.php

21 lines
988 B
PHP
Raw Normal View History

<?php #
2011-12-13 12:29:05 +01:00
/**
2013-08-12 10:27:53 +02:00
* @version
2011-12-13 12:29:05 +01:00
* @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>
2014-03-13 11:21:01 +01:00
<li>Download XINHA from http://trac.xinha.org/wiki/DownloadsPage</li>
<li>Extract it to a "xinha-nightly" directory below ' . dirname(__FILE__) . '</li>
<li>Enter the relative HTTP path to the "xinha-nightly" directory into this plugin configuration.</li>
<li>For most people the relative path is "plugins/serendipity_event_xinha/xinha-nightly/"</li>
2011-12-13 12:29:05 +01:00
<li>Make sure that inside your Serendipity Personal Preferences you have enabled WYSIWYG.</li>
</ul>');
?>