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

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

import initial

File size: 2.8 KB
Line 
1<?php
2
3// Language definitions used in both profile.php and register.php
4$lang_prof_reg = array(
5
6'E-mail legend'                         =>      'Enter a valid e-mail address',
7'E-mail legend 2'                       =>      'Enter and confirm a valid e-mail address',
8'Localisation legend'           =>      'Set your localisation options',
9'Timezone'                                      =>      'Timezone',
10'Timezone info'                         =>      'For the forum to display times correctly you must select your local timezone.',
11'Language'                                      =>      'Language',
12'Language info'                         =>      'You can choose which language you wish to use to view the forum.',
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.',
14'E-mail setting 1'                      =>      'Display your e-mail address.',
15'E-mail setting 2'                      =>      'Hide your e-mail address but allow form e-mail.',
16'E-mail setting 3'                      =>      'Hide your e-mail address and disallow form e-mail.',
17'Privacy options legend'        =>      'Set your privacy options',
18'Save user/pass'                        =>      'Save username and password between visits.',
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.',
20'Confirm pass'                          =>      'Confirm password',
21
22'Username too short'            =>      'Usernames must be at least 2 characters long. Please choose another (longer) username.',
23'Username guest'                        =>      'The username guest is reserved. Please choose another username.',
24'Username IP'                           =>      'Usernames may not be in the form of an IP address. Please choose another username.',
25'Username reserved chars'       =>      'Usernames may not contain all the characters \', " and [ or ] at once. Please choose another username.',
26'Username BBCode'                       =>      'Usernames may not contain any of the text formatting tags (BBCode) that the forum uses. Please choose another username.',
27'Dupe username'                         =>      'Someone else has already registered with that username. Please choose another username.',
28'Pass too short'                        =>      'Passwords must be at least 4 characters long. Please choose another (longer) password.',
29'Pass not match'                        =>      'Passwords do not match. Please go back and correct.',
30'Banned e-mail'                         =>      'The e-mail address you entered is banned in this forum. Please choose another e-mail address.',
31'Dupe e-mail'                           =>      'Someone else is already registered with that e-mail address. Please choose another e-mail address.',
32'Sig too long'                          =>      'Signatures cannot be longer than',
33'characters'                            =>      'characters',
34'Sig too many lines'            =>      'Signatures cannot have more than',
35'lines'                                         =>      'lines',
36'Signature quote/code'          =>      'The quote and code BBCodes are not allowed in signatures. Please go back and correct.',
37'Bad ICQ'                                       =>      'You entered an invalid ICQ UIN. Please go back and correct.'
38
39);
Note: See TracBrowser for help on using the repository browser.