[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_plugins/chatbox_menu/languages/English/ -> English.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system
   5  |
   6  |     ©Steve Dunstan 2001-2002
   7  |     http://e107.org
   8  |     jalist@e107.org
   9  |
  10  |     Released under the terms and conditions of the
  11  |     GNU General Public License (http://gnu.org).
  12  |
  13  |     $Source: /cvsroot/e107/e107_0.7/e107_plugins/chatbox_menu/languages/English/English.php,v $
  14  |     $Revision: 1.7 $
  15  |     $Date: 2006/10/21 11:22:03 $
  16  |     $Author: mrpete $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  define("CHATBOX_L1", "Unable to accept post as that username is registered - if it is your username please login to post.");
  21  define("CHATBOX_L2", "Chatbox");
  22  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_BASE."signup.php'>here</a> to signup");
  23  define("CHATBOX_L4", "Submit");
  24  define("CHATBOX_L5", "Reset");
  25  define("CHATBOX_L6", "[blocked by admin]");
  26  define("CHATBOX_L7", "Unblock");
  27  define("CHATBOX_L8", "Info");
  28  define("CHATBOX_L9", "Block");
  29  define("CHATBOX_L10", "Delete");
  30  define("CHATBOX_L11", "No messages yet.");
  31  define("CHATBOX_L12", "View all posts");
  32  define("CHATBOX_L13", "moderate chatbox");
  33  define("CHATBOX_L14", "Emotes");
  34  define("CHATBOX_L15", "Post too long, or empty post submitted");
  35  define("CHATBOX_L16", "Anonymous");
  36  define("CHATBOX_L17", "Duplicate post");
  37  define("CHATBOX_L18", "Chatbox messages moderated");
  38  define("CHATBOX_L19", "You may only post once every ".(FLOODPROTECT ? FLOODTIMEOUT : 'n/a')." seconds");
  39  
  40  define("CHATBOX_L20", "Chatbox (all posts)");
  41  define("CHATBOX_L21", "Chat Posts");
  42  define("CHATBOX_L22", "on");
  43  define("CHATBOX_L23", "Error!");
  44  define("CHATBOX_L24", "You do not have the correct permissions to view this page.");
  45  define("CHATBOX_L25", "[ this post has been blocked by admin ]");
  46  
  47  // Notify
  48  define("NT_LAN_CB_1", "Chatbox Events");
  49  define("NT_LAN_CB_2", "Message posted");
  50  define("NT_LAN_CB_3", "Posted by");
  51  define("NT_LAN_CB_4", "IP Address");
  52  define("NT_LAN_CB_5", "Message");
  53  define("NT_LAN_CB_6", "Chatbox Message Posted");
  54  
  55  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7