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

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

passage a Fluxbb 1.4.7

File size: 1.4 KB
Line 
1<?php
2
3// Language definitions used in login.php
4$lang_login = array(
5
6// Miscellaneous
7'Wrong user/pass'                       =>      'Wrong username and/or password.',
8'Forgotten pass'                        =>      'Forgotten your password?',
9'Login redirect'                        =>      'Logged in successfully. Redirecting 
',
10'Logout redirect'                       =>      'Logged out. Redirecting 
',
11'No email match'                        =>      'There is no user registered with the email address',
12'Request pass'                          =>      'Request password',
13'Request pass legend'           =>      'Enter the email address with which you registered',
14'Request pass info'                     =>      'A new password together with a link to activate the new password will be sent to that address.',
15'Not registered'                        =>      'Not registered yet?',
16'Login legend'                          =>      'Enter your username and password below',
17'Remember me'                           =>      'Log me in automatically each time I visit.',
18'Login info'                            =>      'If you have not registered or have forgotten your password click on the appropriate link below.',
19'New password errors'           =>      'Password request error',
20'New passworderrors info'       =>      'The following error needs to be corrected before a new password can be sent:',
21
22// Forget password mail stuff
23'Forget mail'                           =>      'An email has been sent to the specified address with instructions on how to change your password. If it does not arrive you can contact the forum administrator at',
24'Email flood'                           =>      'This account has already requested a password reset in the past hour. Please wait a while before requesting a new password again.'
25
26);
Note: See TracBrowser for help on using the repository browser.