2015-02-02 15:19:13 -08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-07-07 17:43:49 -07:00
|
|
|
define("LAN_FORUM_NT_7", "Forum - Thread created by new user");
|
|
|
|
define("LAN_FORUM_NT_8", "Forum - Thread deleted");
|
|
|
|
define("LAN_FORUM_NT_9", "Forum - Thread split");
|
|
|
|
define("LAN_FORUM_NT_10", "Forum - Post deleted");
|
|
|
|
define("LAN_FORUM_NT_11", "Forum - Post reported");
|
2015-02-02 15:19:13 -08:00
|
|
|
|
2015-07-07 17:43:49 -07:00
|
|
|
define("LAN_FORUM_NT_NEWTOPIC", "New topic created");
|
|
|
|
define("LAN_FORUM_NT_NEWTOPIC_PROB", "New topic created by probationary member");
|
|
|
|
define("LAN_FORUM_NT_TOPIC_DELETED", "Topic deleted");
|
|
|
|
define("LAN_FORUM_NT_TOPIC_SPLIT", "Topic split");
|
|
|
|
define("LAN_FORUM_NT_POST_DELETED", "Post deleted");
|
|
|
|
define("LAN_FORUM_NT_POST_REPORTED", "Post reported");
|
2015-02-02 15:19:13 -08:00
|
|
|
|