source: branches/rsr.v5.1.dev/web/punbb/lang/English/register.php @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 2.3 KB
Line 
1<?php
2
3// Language definitions used in register.php
4$lang_register = array(
5
6// Miscellaneous
7'No new regs'                           =>      'This forum is not accepting new registrations.',
8'Reg cancel redirect'           =>      'Registration cancelled. Redirection ...',
9'Forum rules'                           =>      'Forum rules',
10'Rules legend'                          =>      'You must agree to the following in order to register',
11'Agree'                                         =>      'Agree',
12'Cancel'                                        =>      'Cancel',
13'Register'                                      =>      'Register',
14
15// Form validation stuff (some of these are also used in post.php)
16'Username censor'                       =>      'The username you entered contains one or more censored words. Please choose a different username.',
17'Username dupe 1'                       =>      'Someone is already registered with the username',
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.',
19'E-mail not match'                      =>      'E-mail addresses do not match. Please go back and correct.',
20
21// Registration e-mail stuff
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',
23'Reg complete'                          =>      'Registration complete. Logging in and Redirection ...',
24
25// Register info
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.',
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.',
28'Username legend'                       =>      'Please enter a username between 2 and 25 characters long',
29'Pass legend 1'                         =>      'Please enter and confirm your chosen password',
30'Pass legend 2'                         =>      'Please read the instructions below',
31'Pass info'                                     =>      'Passwords can be between 4 and 16 characters long. Passwords are case sensitive.',
32'E-mail info'                           =>      'You must enter a valid e-mail address as your randomly generated password will be sent to that address.',
33'Confirm e-mail'                        =>      'Confirm e-mail address',
34
35);
Note: See TracBrowser for help on using the repository browser.