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

15 lines
664 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define("PLUGIN_BACKEND_TITLE", "Show entries via JavaScript");
@define("PLUGIN_BACKEND_DESC", "Provides javascript output of recent entries for inclusion on other, extern websites. (see the README in the plugins directory!)");
@define('PLUGIN_BACKEND_BACKENDURL', 'Backend URL');
@define('PLUGIN_BACKEND_BACKENDURL_BLAHBLAH', 'The URL to the backend when called from an extern website (http://your.blog.com/' . ($serendipity['rewrite'] == "none" ? $serendipity['indexFile'] . "?/" : "") . 'plugin/[BACKEND_URL]).');
?>