1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Issue #90 - Forum plugin (also #6 and GUI styling)

This commit is contained in:
Tijn Kuyper
2013-02-06 17:09:22 +01:00
parent 50fc673a7b
commit c923ed8e95
3 changed files with 126 additions and 102 deletions

View File

@@ -18,7 +18,7 @@ define("FORLAN_6", "Cancel");
define("FORLAN_7", "Forum Options");
define("FORLAN_8", "Forums pruned.");
define("FORLAN_9", "Prune not required.");
define("FORLAN_10", "Options Saved");
//define("FORLAN_10", "Options Saved");
define("FORLAN_11", "Forum created");
define("FORLAN_12", "Forum updated");
define("FORLAN_13", "Parent created");
@@ -39,8 +39,8 @@ define("FORLAN_27", "You need to define at least one forum parent before creatin
define("FORLAN_28", "Forums");
define("FORLAN_29", "No forums yet.");
define("FORLAN_30", "Existing Forums");
define("FORLAN_31", "Name");
define("FORLAN_32", "Description");
//define("FORLAN_31", "Name");
//define("FORLAN_32", "Description");
define("FORLAN_33", "Moderators");
define("FORLAN_34", "Choose userclass for moderators of this forum");
//define("FORLAN_35", "Update Forum");
@@ -79,7 +79,7 @@ define('FORLAN_66', 'Not installed');
define("FORLAN_70", "Enable file / image attachments");
define("FORLAN_71", "Allow users to upload file or image with their forum post,");
//define("FORLAN_72", "Update Order");
define("FORLAN_73", "Order Updated");
//define("FORLAN_73", "Order Updated");
define("FORLAN_75", "Parents");
define("FORLAN_76", "Forums Front Page");
@@ -165,11 +165,11 @@ define("FORLAN_143", "Indicates who can post to the forum");
define("FORLAN_144", "Moderators set");
define("FORLAN_145", "Configure sub-forums");
define("FORLAN_146", "No sub-forums yet");
define("FORLAN_147", "Update sub-forums");
define("FORLAN_148", "Create sub-forums");
//define("FORLAN_147", "Update sub-forums");
//define("FORLAN_148", "Create sub-forums");
define("FORLAN_149", "sub-forums");
define("FORLAN_150", "sub-forum");
define("FORLAN_151", "ID");
//define("FORLAN_151", "ID");
define("FORLAN_152", "posts");
define("FORLAN_153", "Tools");
define("FORLAN_154", "Reply Deleted");
@@ -212,5 +212,4 @@ define('FORLAN_185', 'Indicates who can create new threads');
define('FORLAN_186', 'Threads per page');
define('FORLAN_187', 'Number of threads displayed per page');
?>