additional_plugins/serendipity_event_realtimecomments/lang_en.inc.php
2011-12-13 12:29:05 +01:00

12 lines
719 B
PHP

<?php
@define('PLUGIN_EVENT_REALTIMECOMMENTS_NAME', 'Realtime Comments');
@define('PLUGIN_EVENT_REALTIMECOMMENTS_DESC', 'Load comments made from other users without reloading the page.');
@define('PLUGIN_EVENT_REALTIMECOMMENTS_PATH', 'Plugin Path');
@define('PLUGIN_EVENT_REALTIMECOMMENTS_PATH_DESC', 'If a path is entered he is no longer determined dynamically, improving performance considerable. Example: http://www.example.com/plugins/serendipity_event_realtimecomments/ (note the / at the end).');
@define('PLUGIN_EVENT_REALTIMECOMMENTS_INTERVAL', 'Interval');
@define('PLUGIN_EVENT_REALTIMECOMMENTS_INTERVAL_DESC', 'How often shall the plugin check for new comments (in seconds)?');
?>