1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00
2015-01-30 18:14:06 -08:00

29 lines
1.1 KiB
PHP

<?php
define("LAN_PLUGIN_FORUM_NAME", "Forum");
define("LAN_PLUGIN_FORUM_DESC", "This plugin is a fully featured forum system.");
define("LAN_PLUGIN_FORUM_POSTS", "Forum posts");
define("LAN_PLUGIN_FORUM_ALLFORUMS", "All Forums");
// Notify
// 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');
// 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');
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');
define('FORUM_NT_POST_DELETED', 'Post deleted');
define('FORUM_NT_POST_REPORTED', 'Post reported');
?>