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

15 lines
900 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_CUSTOM_PERMALINKS', 'Custom Permalinks for Entries');
@define('PLUGIN_EVENT_CUSTOM_PERMALINKS_DESC', 'Defines custom permalinks that can be used to access a specific entry. It can only use URL patterns which are NOT YET in use - using custom permalinks within the /archives/ structure is thus not possible. But any (virtual) other directory is.');
@define('PLUGIN_EVENT_CUSTOM_PERMALINKS_PL', 'Permalink');
@define('PLUGIN_EVENT_CUSTOM_PERMALINKS_PL_DESC', 'Defines permalink for the URL. Needs the absolute HTTP path and needs to end with .htm or .html! It can only use URL patterns which are NOT YET in use - using custom permalinks within the /archives/ structure is thus not possible. But any (virtual) other directory is.');
?>