2006-12-02 04:36:16 +00:00
|
|
|
<?php
|
|
|
|
/*
|
2009-11-17 12:59:03 +00:00
|
|
|
* e107 website system
|
|
|
|
*
|
2009-11-18 01:06:08 +00:00
|
|
|
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
2009-11-17 12:59:03 +00:00
|
|
|
* Released under the terms and conditions of the
|
|
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/languages/English/English.php,v $
|
2010-02-10 18:18:01 +00:00
|
|
|
* $Revision$
|
|
|
|
* $Date$
|
|
|
|
* $Author$
|
2009-11-17 12:59:03 +00:00
|
|
|
*/
|
2006-12-02 04:36:16 +00:00
|
|
|
|
|
|
|
define("CHATBOX_L1", "Unable to accept post as that username is registered - if it is your username please login to post.");
|
2015-01-30 20:29:01 -08:00
|
|
|
// define("CHATBOX_L2", "Chatbox");
|
2016-04-30 11:17:15 +02:00
|
|
|
define("CHATBOX_L3", "You must be logged in to post comments on this site - please either log in from the Login box or from [here].");
|
|
|
|
define("CHATBOX_L3b", "If you are not registered click [here] to signup. ");
|
2013-04-26 21:49:09 -07:00
|
|
|
define("CHATBOX_L4", "Post new message");
|
2006-12-02 04:36:16 +00:00
|
|
|
define("CHATBOX_L5", "Reset");
|
|
|
|
define("CHATBOX_L6", "[blocked by admin]");
|
|
|
|
define("CHATBOX_L7", "Unblock");
|
|
|
|
define("CHATBOX_L8", "Info");
|
|
|
|
define("CHATBOX_L9", "Block");
|
2015-01-30 20:29:01 -08:00
|
|
|
// define("CHATBOX_L10", "Delete");
|
2006-12-02 04:36:16 +00:00
|
|
|
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");
|
2015-01-30 20:29:01 -08:00
|
|
|
// define("CHATBOX_L16", "Anonymous");
|
2006-12-02 04:36:16 +00:00
|
|
|
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)");
|
2015-01-30 20:29:01 -08:00
|
|
|
// define("CHATBOX_L21", "Chat Posts");
|
2006-12-02 04:36:16 +00:00
|
|
|
define("CHATBOX_L22", "on");
|
2015-01-30 20:29:01 -08:00
|
|
|
// define("CHATBOX_L23", "Error!");
|
2006-12-02 04:36:16 +00:00
|
|
|
define("CHATBOX_L24", "You do not have the correct permissions to view this page.");
|
|
|
|
define("CHATBOX_L25", "[ this post has been blocked by admin ]");
|
|
|
|
|
2013-05-23 22:09:12 +02:00
|
|
|
define("LAN_CHATBOX_100", "Type your message here.");
|
2006-12-02 04:36:16 +00:00
|
|
|
?>
|