punbb/lang/English/register.php
author Dan
Wed, 11 Jul 2007 21:01:48 -0400
changeset 0 f9ffdbd96607
permissions -rw-r--r--
Initial population
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     1
<?php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     2
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     3
// Language definitions used in register.php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     4
$lang_register = array(
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     5
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     6
// Miscellaneous
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     7
'No new regs'				=>	'This forum is not accepting new registrations.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
'Reg cancel redirect'		=>	'Registration cancelled. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
'Forum rules'				=>	'Forum rules',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
'Rules legend'				=>	'You must agree to the following in order to register',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
'Agree'						=>	'Agree',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
'Cancel'					=>	'Cancel',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    13
'Register'					=>	'Register',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    14
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    15
// Form validation stuff (some of these are also used in post.php)
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    16
'Username censor'			=>	'The username you entered contains one or more censored words. Please choose a different username.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    17
'Username dupe 1'			=>	'Someone is already registered with the username',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    18
'Username dupe 2'			=>	'The username you entered is too similar. The username must differ from that by at least one alphanumerical character (a-z or 0-9). Please choose a different username.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    19
'E-mail not match'			=>	'E-mail addresses do not match. Please go back and correct.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    20
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    21
// Registration e-mail stuff
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    22
'Reg e-mail'				=>	'Thank you for registering. Your password has been sent to the specified address. If it doesn\'t arrive you can contact the forum administrator at',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    23
'Reg complete'				=>	'Registration complete. Logging in and redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    24
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    25
// Register info
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    26
'Desc 1'					=>	'Registration will grant you access to a number of features and capabilities otherwise unavailable. These functions include the ability to edit and delete posts, design your own signature that accompanies your posts and much more. If you have any questions regarding this forum you should ask an administrator.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    27
'Desc 2'					=>	'Below is a form you must fill out in order to register. Once you are registered you should visit your profile and review the different settings you can change. The fields below only make up a small part of all the settings you can alter in your profile.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    28
'Username legend'			=>	'Please enter a username between 2 and 25 characters long',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    29
'Pass legend 1'				=>	'Please enter and confirm your chosen password',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    30
'Pass legend 2'				=>	'Please read the instructions below',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    31
'Pass info'					=>	'Passwords can be between 4 and 16 characters long. Passwords are case sensitive.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    32
'E-mail info'				=>	'You must enter a valid e-mail address as your randomly generated password will be sent to that address.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    33
'Confirm e-mail'			=>	'Confirm e-mail address',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    34
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    35
);