mirror of
https://github.com/e107inc/e107.git
synced 2025-02-21 06:52:28 +01:00
18 lines
630 B
PHP
18 lines
630 B
PHP
|
<?php
|
||
|
|
||
|
|
||
|
|
||
|
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');
|
||
|
|
||
|
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');
|
||
|
|