additional_plugins/serendipity_event_commentedit/lang_en.inc.php

21 lines
1 KiB
PHP
Raw Permalink 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_EVENT_COMMENTEDIT_NAME', 'Comment Edit');
@define('PLUGIN_EVENT_COMMENTEDIT_DESC', 'Let user\'s edit their comments after they posted them.');
@define('PLUGIN_EVENT_COMMENTEDIT_PATH', 'Plugin Path');
@define('PLUGIN_EVENT_COMMENTEDIT_PATH_DESC','If a path is entered he is no longer determined dynamically, improving performance considerable. Example: http://www.example.com/plugins/serendipity_event_cimmentedit/ (note the / at the end).');
@define('PLUGIN_EVENT_COMMENTEDIT_TIMEOUT', 'Edittime');
@define('PLUGIN_EVENT_COMMENTEDIT_TIMEOUT_DESC', 'How long (seconds) shall the time to edit the comment be?');
@define('PLUGIN_EVENT_COMMENTEDIT_EDITTOOLTIP', 'Click to edit');
@define('PLUGIN_EVENT_COMMENTEDIT_EDITTIMER', 'remaining time to edit');
@define('PLUGIN_EVENT_COMMENTEDIT_MAIL', 'Mail Notification');
@define('PLUGIN_EVENT_COMMENTEDIT_MAIL_DESC','Send a mail if comment is edited?');
?>