additional_plugins/serendipity_event_backend/lang_en.inc.php

15 lines
650 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_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]).');
?>