Revision 538
Added by Matthias almost 18 years ago
| EN.php | ||
|---|---|---|
| 406 | 406 |
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification'; |
| 407 | 407 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP username'; |
| 408 | 408 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP password'; |
| 409 |
$TEXT['PLEASE_LOGIN'] = 'Please login'; |
|
| 409 | 410 |
|
| 410 | 411 |
// Success/error messages |
| 411 | 412 |
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page'; |
Also available in: Unified diff
Replaced hardcoded text in login.php with language variables (fixes #386)