mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Forum - created global, moved notify lan to global, added NAME/DESC LAN for plugin.xml
This commit is contained in:
26
e107_plugins/forum/languages/English/English_global.php
Normal file
26
e107_plugins/forum/languages/English/English_global.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
define("LAN_PLUGIN_FORUM_NAME", "Forum");
|
||||
define("LAN_PLUGIN_FORUM_DESC", "This plugin is a fully featured forum system.");
|
||||
|
||||
// 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_NEWTHREAD', 'New thread created');
|
||||
define('FORUM_NT_NEWTHREAD_PROB', 'New thread created by probationary member');
|
||||
define('FORUM_NT_THREAD_DELETED', 'Thread deleted');
|
||||
define('FORUM_NT_THREAD_SPLIT', 'Thread split');
|
||||
define('FORUM_NT_POST_DELETED', 'Post deleted');
|
||||
define('FORUM_NT_POST_REPORTED', 'Post reported');
|
||||
|
||||
?>
|
@@ -15,7 +15,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
define('FORUM_NT_1', 'Forum Events');
|
||||
// DEPRECATED FILE - NOTIFY LAN ARE NOW IN GLOBAL
|
||||
|
||||
/*define('FORUM_NT_1', 'Forum Events');
|
||||
define('FORUM_NT_2', 'Thread');
|
||||
define('FORUM_NT_3', 'Post');
|
||||
define('FORUM_NT_4', 'added by');
|
||||
@@ -32,4 +34,4 @@ define('FORUM_NT_NEWTHREAD_PROB', 'New thread created by probationary member');
|
||||
define('FORUM_NT_THREAD_DELETED', 'Thread deleted');
|
||||
define('FORUM_NT_THREAD_SPLIT', 'Thread split');
|
||||
define('FORUM_NT_POST_DELETED', 'Post deleted');
|
||||
define('FORUM_NT_POST_REPORTED', 'Post reported');
|
||||
define('FORUM_NT_POST_REPORTED', 'Post reported');*/
|
||||
|
Reference in New Issue
Block a user