Ignore:
Timestamp:
Nov 14, 2011, 11:17:15 PM (13 years ago)
Author:
dj3c1t
Message:

passage a Fluxbb 1.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rsr.v5.1.dev/web/punbb/lang/English/register.php

    r1 r3  
    66// Miscellaneous
    77'No new regs'                           =>      'This forum is not accepting new registrations.',
    8 'Reg cancel redirect'           =>      'Registration cancelled. Redirection ...',
     8'Reg cancel redirect'           =>      'Registration cancelled. Redirecting 
',
    99'Forum rules'                           =>      'Forum rules',
    1010'Rules legend'                          =>      'You must agree to the following in order to register',
     11'Registration flood'            =>      'A new user was registered with the same IP address as you within the last hour. To prevent registration flooding, at least an hour has to pass between registrations from the same IP. Sorry for the inconvenience.',
    1112'Agree'                                         =>      'Agree',
    1213'Cancel'                                        =>      'Cancel',
     
    1415
    1516// Form validation stuff (some of these are also used in post.php)
     17'Registration errors'           =>      'Registration errors',
     18'Registration errors info'      =>      'The following errors need to be corrected before you can register:',
    1619'Username censor'                       =>      'The username you entered contains one or more censored words. Please choose a different username.',
    1720'Username dupe 1'                       =>      'Someone is already registered with the username',
    1821'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.',
     22'Email not match'                       =>      'Email addresses do not match.',
    2023
    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// Registration email stuff
     25'Reg email'                                     =>      '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',
     26'Reg complete'                          =>      'Registration complete. Logging in and redirecting 
',
    2427
    2528// Register info
     
    2730'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.',
    2831'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',
     32'Pass legend'                           =>      'Please enter and confirm your chosen password',
     33'Pass info'                                     =>      'Passwords must be at least 4 characters long. Passwords are case sensitive.',
     34'Email info'                            =>      'You must enter a valid email address as your randomly generated password will be sent to that address.',
     35'Confirm email'                         =>      'Confirm email address',
    3436
    3537);
Note: See TracChangeset for help on using the changeset viewer.