additional_plugins/serendipity_event_dbclean/lang_en.inc.php

16 lines
482 B
PHP
Raw Normal View History

2011-12-13 12:29:05 +01:00
<?php
/**
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_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');
2015-03-16 15:41:14 +01:00
@define('PLUGIN_EVENT_DBCLEAN_CRONJOB', 'Execute cronjob when?');
2011-12-13 12:29:05 +01:00
?>