1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 10:01:56 +02:00

Forum language-file cleanup.

This commit is contained in:
Cameron
2015-01-30 18:14:06 -08:00
parent 552d113ce0
commit 05637a4422
34 changed files with 243 additions and 224 deletions

View File

@@ -3,6 +3,7 @@
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)
@@ -11,7 +12,7 @@ define("LAN_PLUGIN_FORUM_POSTS", "Forum posts");
//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_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');