2013-09-16 12:57:42 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
define("LAN_PLUGIN_FORUM_NAME", "Forum");
|
|
|
|
define("LAN_PLUGIN_FORUM_DESC", "This plugin is a fully featured forum system.");
|
2014-10-14 12:51:51 -07:00
|
|
|
define("LAN_PLUGIN_FORUM_POSTS", "Forum posts");
|
2013-09-16 12:57:42 +02:00
|
|
|
// Notify
|
2013-09-16 13:11:12 +02:00
|
|
|
// TODO - LAN cleanup (see e_notify)
|
|
|
|
|
|
|
|
//define('FORUM_NT_1', 'Forum Events');
|
|
|
|
//define('FORUM_NT_2', 'Thread');
|
|
|
|
//define('FORUM_NT_3', 'Post');
|
|
|
|
//define('FORUM_NT_4', 'added by');
|
|
|
|
//define('FORUM_NT_5', 'moved by');
|
2013-09-16 12:57:42 +02:00
|
|
|
define('FORUM_NT_6', 'Forum - Thread created');
|
|
|
|
define('FORUM_NT_7', 'Forum - Thread created by new user');
|
|
|
|
define('FORUM_NT_8', 'Forum - Thread deleted');
|
|
|
|
define('FORUM_NT_9', 'Forum - Thread split');
|
|
|
|
define('FORUM_NT_10', 'Forum - Post deleted');
|
|
|
|
define('FORUM_NT_11', 'Forum - Post reported');
|
|
|
|
|
2013-09-16 13:11:12 +02:00
|
|
|
define('FORUM_NT_NEWTOPIC', 'New topic created');
|
|
|
|
define('FORUM_NT_NEWTOPIC_PROB', 'New topic created by probationary member');
|
|
|
|
define('FORUM_NT_TOPIC_DELETED', 'Topic deleted');
|
|
|
|
define('FORUM_NT_TOPIC_SPLIT', 'Topic split');
|
2013-09-16 12:57:42 +02:00
|
|
|
define('FORUM_NT_POST_DELETED', 'Post deleted');
|
|
|
|
define('FORUM_NT_POST_REPORTED', 'Post reported');
|
|
|
|
|
|
|
|
?>
|