additional_plugins/serendipity_event_custom_permalinks/lang_en.inc.php
2013-08-12 10:27:53 +02:00

15 lines
886 B
PHP

<?php #
/**
* @version
* @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.');
?>