[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_plugins/login_menu/languages/ -> 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/login_menu/languages/English.php,v $
  14  |     $Revision: 1.8 $
  15  |     $Date: 2006/11/04 19:09:24 $
  16  |     $Author: e107coders $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  define("LOGIN_MENU_L1", "Username: ");
  21  define("LOGIN_MENU_L2", "Password: ");
  22  define("LOGIN_MENU_L3", "Signup");
  23  define("LOGIN_MENU_L4", "Forgot password?");
  24  define("LOGIN_MENU_L5", "Welcome");
  25  define("LOGIN_MENU_L6", "Remember me");
  26  define("LOGIN_MENU_L7", "Unique user ID not recognised (possible corrupted cookie).<br />Please <a href=\"".e_BASE."index.php?logout\">click here</a> to destroy cookie.");
  27  define("LOGIN_MENU_L8", "Logout");
  28  define("LOGIN_MENU_L9", "Login Error");
  29  define("LOGIN_MENU_L10", "The maintenance flag is true - this means normal visitors are being redirected to sitedown.php. To reset the flag go to admin/maintenance.");
  30  define("LOGIN_MENU_L11", "Admin Area");
  31  define("LOGIN_MENU_L12", "Settings");
  32  define("LOGIN_MENU_L13", "Profile");
  33  define("LOGIN_MENU_L14", "news item");
  34  define("LOGIN_MENU_L15", "news items");
  35  define("LOGIN_MENU_L16", "chatbox post");
  36  define("LOGIN_MENU_L17", "chatbox posts");
  37  define("LOGIN_MENU_L18", "comment");
  38  define("LOGIN_MENU_L19", "comments");
  39  define("LOGIN_MENU_L20", "forum post");
  40  define("LOGIN_MENU_L21", "forum posts");
  41  define("LOGIN_MENU_L22", "new site member");
  42  define("LOGIN_MENU_L23", "new site members");
  43  define("LOGIN_MENU_L24", "Click here to see list of new items");
  44  define("LOGIN_MENU_L25", "Since your last visit there have been");
  45  define("LOGIN_MENU_L26", "no");
  46  define("LOGIN_MENU_L27", "and");
  47  define("LOGIN_MENU_L28", "Login");
  48  
  49  define("LOGIN_MENU_L29", "new article");
  50  define("LOGIN_MENU_L30", "new articles");
  51  
  52  // New config options
  53  define('LOGIN_MENU_L31', 'Show New News Posts');
  54  define('LOGIN_MENU_L32', 'Show New Article Posts');
  55  define('LOGIN_MENU_L33', 'Show New Chatbox Posts');
  56  define('LOGIN_MENU_L34', 'Show New Comment Posts');
  57  define('LOGIN_MENU_L35', 'Show New Forum Posts');
  58  define('LOGIN_MENU_L36', 'Show New Members');
  59  
  60  
  61  define('LOGIN_MENU_L39', 'Leave Admin');
  62  define("LOGIN_MENU_L40", "Resend Activation Email");
  63  define("LOGIN_MENU_L41", "Login Menu Settings");
  64  
  65  ?>


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