forum_punbb_1_0_php8/lang/en/en_register.php

43 lines
2.9 KiB
PHP

<?php
// Language definitions used in register.php
$lang_register = array(
// Miscellaneous
'No new regs' => 'This forum is not accepting new registrations.',
'Reg cancel redirect' => 'Registration cancelled. Redirecting ...',
'Forum rules' => 'Forum rules',
'Accept' => 'Agree',
'Cancel' => 'Cancel',
'Register' => 'Register',
// Form validation stuff (some of these are also used in post.php)
'Username censor' => 'The username you entered contained one or more censored words. Please choose another username.',
'Username dupe 1' => 'Someone else has registered with the username',
'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 go back and try a different username.',
'E-mail not match' => 'E-mail addresses do not match. Please go back and correct.',
// Registration e-mail stuff
'Reg e-mail 1' => 'Welcome!',
'Reg e-mail 2' => 'Thank you for registering at',
'Reg e-mail 3' => 'Your username is',
'Reg e-mail 4' => 'Your password is',
'Reg e-mail 5' => 'Login at',
'Reg e-mail 6' => 'to activate the account.',
'Reg e-mail 7' => 'Do not reply to this message',
'Reg e-mail 8' => 'Thank you for registering. Your password has been sent to',
'Reg e-mail 9' => 'If it doesn\'t arrive you can contact the forum administrator at',
'Reg complete' => 'Registration complete. Logging in and redirecting ...',
// Register info
'Desc 1' => 'Registering is not required, but it 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.',
'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.',
'Username info' => 'Usernames can be between 2 and 25 characters long.',
'Pass info 1' => 'Passwords can be between 4 and 16 characters long. Passwords are case sensitive.',
'Pass info 2' => 'The forum will generate a random password that will be e-mailed to you as you register. You can then log in with this password and change it to whatever you like in your profile.',
'E-mail info 1' => 'You must enter a valid e-mail address as your password will be sent to that address (see above). You can choose to hide your e-mail address from other users (see below) to keep your privacy.',
'E-mail info 2' => 'Please enter a valid e-mail address. You can choose to hide your e-mail address from other users (see below) to keep your privacy.',
'Re-enter e-mail' => 'Re-enter e-mail address to confirm.',
);