punbb/lang/English/prof_reg.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 both profile.php and register.php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     4
$lang_prof_reg = array(
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     5
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     6
'E-mail legend'				=>	'Enter a valid e-mail address',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     7
'E-mail legend 2'			=>	'Enter and confirm a valid e-mail address',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
'Localisation legend'		=>	'Set your localisation options',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
'Timezone'					=>	'Timezone',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
'Timezone info'				=>	'For the forum to display times correctly you must select your local timezone.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
'Language'					=>	'Language',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
'Language info'				=>	'You can choose which language you wish to use to view the forum.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    13
'E-mail setting info'		=>	'Select whether you want your e-mail address to be viewable to other users or not and if you want other users to be able to send you e-mail via the forum (form e-mail) or not.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    14
'E-mail setting 1'			=>	'Display your e-mail address.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    15
'E-mail setting 2'			=>	'Hide your e-mail address but allow form e-mail.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    16
'E-mail setting 3'			=>	'Hide your e-mail address and disallow form e-mail.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    17
'Privacy options legend'	=>	'Set your privacy options',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    18
'Save user/pass'			=>	'Save username and password between visits.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    19
'Save user/pass info'		=>	'This option sets whether the forum should "remember" you between visits. If enabled, you will not have to login every time you visit the forum. You will be logged in automatically. Recommended.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    20
'Confirm pass'				=>	'Confirm password',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    21
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    22
'Username too short'		=>	'Usernames must be at least 2 characters long. Please choose another (longer) username.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    23
'Username guest'			=>	'The username guest is reserved. Please choose another username.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    24
'Username IP'				=>	'Usernames may not be in the form of an IP address. Please choose another username.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    25
'Username reserved chars'	=>	'Usernames may not contain all the characters \', " and [ or ] at once. Please choose another username.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    26
'Username BBCode'			=>	'Usernames may not contain any of the text formatting tags (BBCode) that the forum uses. Please choose another username.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    27
'Dupe username'				=>	'Someone else has already registered with that username. Please choose another username.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    28
'Pass too short'			=>	'Passwords must be at least 4 characters long. Please choose another (longer) password.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    29
'Pass not match'			=>	'Passwords do not match. Please go back and correct.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    30
'Banned e-mail'				=>	'The e-mail address you entered is banned in this forum. Please choose another e-mail address.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    31
'Dupe e-mail'				=>	'Someone else is already registered with that e-mail address. Please choose another e-mail address.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    32
'Sig too long'				=>	'Signatures cannot be longer than',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    33
'characters'				=>	'characters',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    34
'Sig too many lines'		=>	'Signatures cannot have more than',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    35
'lines'						=>	'lines',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    36
'Signature quote/code'		=>	'The quote and code BBCodes are not allowed in signatures. Please go back and correct.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    37
'Bad ICQ'					=>	'You entered an invalid ICQ UIN. Please go back and correct.'
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    38
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    39
);