mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 06:03:27 +02:00
More language-file cleanup
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
define("CHATBOX_L1", "Unable to accept post as that username is registered - if it is your username please login to post.");
|
||||
define("CHATBOX_L2", "Chatbox");
|
||||
// define("CHATBOX_L2", "Chatbox");
|
||||
define("CHATBOX_L3", "You must be logged in to post comments on this site - please either log in or if you are not registered click <a href='".e_SIGNUP."'>here</a> to signup");
|
||||
define("CHATBOX_L4", "Post new message");
|
||||
define("CHATBOX_L5", "Reset");
|
||||
@@ -23,21 +23,21 @@ define("CHATBOX_L6", "[blocked by admin]");
|
||||
define("CHATBOX_L7", "Unblock");
|
||||
define("CHATBOX_L8", "Info");
|
||||
define("CHATBOX_L9", "Block");
|
||||
define("CHATBOX_L10", "Delete");
|
||||
// define("CHATBOX_L10", "Delete");
|
||||
define("CHATBOX_L11", "No messages yet.");
|
||||
define("CHATBOX_L12", "View all posts");
|
||||
define("CHATBOX_L13", "moderate chatbox");
|
||||
define("CHATBOX_L14", "Emotes");
|
||||
define("CHATBOX_L15", "Post too long, or empty post submitted");
|
||||
define("CHATBOX_L16", "Anonymous");
|
||||
// define("CHATBOX_L16", "Anonymous");
|
||||
define("CHATBOX_L17", "Duplicate post");
|
||||
define("CHATBOX_L18", "Chatbox messages moderated");
|
||||
define("CHATBOX_L19", "You may only post once every ".(FLOODPROTECT ? FLOODTIMEOUT : 'n/a')." seconds");
|
||||
|
||||
define("CHATBOX_L20", "Chatbox (all posts)");
|
||||
define("CHATBOX_L21", "Chat Posts");
|
||||
// define("CHATBOX_L21", "Chat Posts");
|
||||
define("CHATBOX_L22", "on");
|
||||
define("CHATBOX_L23", "Error!");
|
||||
// define("CHATBOX_L23", "Error!");
|
||||
define("CHATBOX_L24", "You do not have the correct permissions to view this page.");
|
||||
define("CHATBOX_L25", "[ this post has been blocked by admin ]");
|
||||
|
||||
|
@@ -17,7 +17,7 @@ define("LAN_AL_CHBLAN_05","");
|
||||
define("NT_LAN_CB_1", "Chatbox Events");
|
||||
define("NT_LAN_CB_2", "Message posted");
|
||||
define("NT_LAN_CB_3", "Posted by");
|
||||
define("NT_LAN_CB_4", "IP Address");
|
||||
// define("NT_LAN_CB_4", "IP Address");
|
||||
define("NT_LAN_CB_5", "Message");
|
||||
define("NT_LAN_CB_6", "Chatbox Message Posted");
|
||||
|
||||
|
@@ -36,7 +36,7 @@ define("CHBLAN_24", "One day");
|
||||
define("CHBLAN_25", "One week");
|
||||
define("CHBLAN_26", "One month");
|
||||
define("CHBLAN_27", "- Delete all posts -");
|
||||
define("CHBLAN_28", "Chatbox pruned.");
|
||||
// define("CHBLAN_28", "Chatbox pruned.");
|
||||
|
||||
define("CHBLAN_29", "Display chatbox inside scrolling layer with height [x]"); // [x] will be replaced automatically
|
||||
define("CHBLAN_30", "Layer height");
|
||||
|
Reference in New Issue
Block a user