additional_plugins/serendipity_event_dbclean/lang_en.inc.php
2015-03-16 15:41:14 +01:00

16 lines
482 B
PHP

<?php
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_DBCLEAN_NAME', 'DBClean');
@define('PLUGIN_EVENT_DBCLEAN_DESC', 'Cleanup database');
@define('PLUGIN_EVENT_DBCLEAN_NAME_MENU', 'Delete old data');
@define('PLUGIN_EVENT_DBCLEAN_MENU_KEEP', 'Keep data from the last');
@define('PLUGIN_EVENT_DBCLEAN_TABLE', 'Table');
@define('PLUGIN_EVENT_DBCLEAN_CRONJOB', 'Execute cronjob when?');
?>