punbb/lang/English/login.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 delete.php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     4
$lang_login = 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
'Wrong user/pass'		=>	'Wrong username and/or password.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
'Forgotten pass'		=>	'Forgotten your password?',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
'Login redirect'		=>	'Logged in successfully. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
'Logout redirect'		=>	'Logged out. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
'No e-mail match'		=>	'There is no user registered with the e-mail address',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
'Request pass'			=>	'Request password',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    13
'Request pass legend'	=>	'Enter the e-mail address with which you registered',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    14
'Request pass info'		=>	'A new password together with a link to activate the new password will be sent to that address.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    15
'Not registered'		=>	'Not registered yet?',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    16
'Login legend'			=>	'Enter your username and password below',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    17
'Login info'			=>	'If you have not registered or have forgotten your password click on the appropriate link below.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    18
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    19
// Forget password mail stuff
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    20
'Forget mail'			=>	'An e-mail has been sent to the specified address with instructions on how to change your password. If it does not arrive you can contact the forum administrator at'
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    21
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    22
);