mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 22:53:01 +02:00
Forum language-file cleanup complete.
This commit is contained in:
17
e107_plugins/forum/languages/English/English_notify.php
Normal file
17
e107_plugins/forum/languages/English/English_notify.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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');
|
||||
|
Reference in New Issue
Block a user