mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
42 lines
1.5 KiB
PHP
42 lines
1.5 KiB
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
|
* 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 $
|
|
* $Revision$
|
|
* $Date$
|
|
* $Author$
|
|
*/
|
|
|
|
|
|
return [
|
|
'CHATBOX_L1' => "Unable to accept post as that username is registered - if it is your username please login to post.",
|
|
'CHATBOX_L3' => "You must be logged in to post comments on this site - please either log in from the Login box or from [here].",
|
|
'CHATBOX_L3b' => "If you are not registered click [here] to signup.",
|
|
'CHATBOX_L4' => "Post new message",
|
|
'CHATBOX_L5' => "Reset",
|
|
'CHATBOX_L6' => "[blocked by admin]",
|
|
'CHATBOX_L7' => "Unblock",
|
|
'CHATBOX_L8' => "Info",
|
|
'CHATBOX_L9' => "Block",
|
|
'CHATBOX_L11' => "No messages yet.",
|
|
'CHATBOX_L12' => "View all posts",
|
|
'CHATBOX_L13' => "moderate chatbox",
|
|
'CHATBOX_L14' => "Emotes",
|
|
'CHATBOX_L15' => "Post too long, or empty post submitted",
|
|
'CHATBOX_L17' => "Duplicate post",
|
|
'CHATBOX_L18' => "Chatbox messages moderated",
|
|
'CHATBOX_L19' => "You may only post once every [x] seconds",
|
|
'CHATBOX_L20' => "Chatbox (all posts)",
|
|
'CHATBOX_L22' => "on",
|
|
'CHATBOX_L24' => "You do not have the correct permissions to view this page.",
|
|
'CHATBOX_L25' => "[ this post has been blocked by admin ]",
|
|
'LAN_CHATBOX_100' => "Type your message here.",
|
|
];
|