Changeset 3 for branches/rsr.v5.1.dev/web/punbb/lang/English/login.php
- Timestamp:
- Nov 14, 2011, 11:17:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rsr.v5.1.dev/web/punbb/lang/English/login.php
r1 r3 1 1 <?php 2 2 3 // Language definitions used in delete.php3 // Language definitions used in login.php 4 4 $lang_login = array( 5 5 6 6 // Miscellaneous 7 'Wrong user/pass' => 'Wrong username and/or password.', 8 'Forgotten pass' => 'Forgotten your password?', 9 'Login redirect' => 'Logged in successfully. Redirection ...', 10 'Logout redirect' => 'Logged out. Redirection ...', 11 'No e-mail match' => 'There is no user registered with the e-mail address', 12 'Request pass' => 'Request password', 13 'Request pass legend' => 'Enter the e-mail 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 'Login info' => 'If you have not registered or have forgotten your password click on the appropriate link below.', 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:', 18 21 19 22 // Forget password mail stuff 20 'Forget mail' => 'An e-mail 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' 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.' 21 25 22 26 );
Note: See TracChangeset
for help on using the changeset viewer.