additional_plugins/serendipity_event_trackback/lang_en.inc.php
Ian 0dda943fd9 plugin event trackbacks - fix CREATE table
@garvinhicking please check if this workaround for postgres is ok
2016-04-14 12:29:55 +02:00

18 lines
931 B
PHP

<?php
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_MTRACKBACK_TITLETITLE', 'Trackback-Control');
@define('PLUGIN_EVENT_MTRACKBACK_TITLEDESC', 'Allows granular control over how trackbacks are sent when creating entries');
@define('PLUGIN_EVENT_MTRACKBACK_TITLEADDITIONAL', 'Additional links to trackback (separate with spaces [" "]) ');
@define('PLUGIN_EVENT_MTRACKBACK_TITLETRACKOWN', 'Send trackbacks to your own blog?');
@define('PLUGIN_EVENT_MTRACKBACK_TITLETRACKALL', 'Disable the global use of trackbacks');
@define('PLUGIN_EVENT_MTRACKBACK_TITLETRACKSEL', 'Only send trackbacks to URLs listed below');
@define('PLUGIN_EVENT_MTRACKBACK_DELAYED_TRACKBACKS_NAME', 'Delayed Trackbacks');
@define('PLUGIN_EVENT_MTRACKBACK_DELAYED_TRACKBACKS_DESC', 'Automatically create trackbacks of entries which were not released immediately.');