mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Slightly better text so default rougue-signup protection is not *complety* incomprehensible
to normal users.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_signup.php,v $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2007-01-17 13:12:59 $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2007-03-04 21:54:10 $
|
||||
| $Author: mrpete $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -31,7 +31,7 @@ define("LAN_123", "Register");
|
||||
define("LAN_185", "You left required field(s) blank");
|
||||
define("LAN_201", "Yes");
|
||||
define("LAN_200", "No");
|
||||
define("LAN_202", "You already have an account. If you have forgotten your password, please click the 'forgot password' link.");
|
||||
define("LAN_202", "You have reached the site limit for account registrations. Please login using one of your other accounts.");
|
||||
define("LAN_309", "Please enter your details below.");
|
||||
define("LAN_310", "your real name, including first and last name");
|
||||
define("LAN_399", "Continue");
|
||||
|
Reference in New Issue
Block a user