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

Forum language-file cleanup complete.

This commit is contained in:
Cameron
2015-02-02 15:19:13 -08:00
parent b401143317
commit 2ae018a496
30 changed files with 224 additions and 571 deletions

View File

@@ -13,17 +13,13 @@ define("LAN_PLUGIN_FORUM_ALLFORUMS", "All Forums");
//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');
define("FORUM_LAN_URL_DEFAULT_LABEL", "Default Forum URLs");
define("FORUM_LAN_URL_DEFAULT_DESCR", "URLs of 'GET type' with no single entry point. Examples:<br />http://yoursite.com/e107_plugins/forum/forum.php (forum index)<br />http://yoursite.com/e107_plugins/forum/forum_viewtopic.php?id=2 (thread view)");
define("FORUM_LAN_URL_REWRITE_LABEL", "SEF Forum URLs (UNDER DEVELOPMENT)");
define("FORUM_LAN_URL_REWRITE_DESCR", "Examples:<br />UNDER DEVELOPMENT");
?>