Revision 568
Added by doc almost 17 years ago
EN.php | ||
---|---|---|
375 | 375 |
$TEXT['TIME'] = 'Time'; |
376 | 376 |
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style'; |
377 | 377 |
$TEXT['WYSIWYG_EDITOR'] = "WYSIWYG Editor"; |
378 |
$TEXT['SERVER_EMAIL'] = 'Server Email'; |
|
379 | 378 |
$TEXT['MENU'] = 'Menu'; |
380 | 379 |
$TEXT['MANAGE_GROUPS'] = 'Manage Groups'; |
381 | 380 |
$TEXT['MANAGE_USERS'] = 'Manage Users'; |
... | ... | |
402 | 401 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; |
403 | 402 |
$TEXT['PUBL_START_DATE'] = 'Start date'; |
404 | 403 |
$TEXT['PUBL_END_DATE'] = 'End date'; |
405 |
$TEXT['WBMAILER_NOTICE'] = 'Some service providers do not support sending mail via PHP. If your provider requires you to use SMTP for sending mail, you must know the SMTP host address. If you are not sure about these settings, or you do not know the SMTP host of your domain, use the default "PHP mail()" setting. You can change the settings later if needed.'; |
|
406 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail routine'; |
|
407 |
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP host'; |
|
404 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; |
|
405 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
|
406 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
|
407 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Mailer Settings:</strong><br />The settings below are only required if you want to send mails via <acronym title="Simple mail transfer protocol">SMTP</acronym>. If you do not know your SMTP host or you are not sure about the required settings, simply stay with the default mail routine: PHP MAIL.'; |
|
408 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
|
409 |
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host'; |
|
408 | 410 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
409 | 411 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
410 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP authentification';
|
|
412 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
|
|
411 | 413 |
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification'; |
412 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP username';
|
|
413 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP password';
|
|
414 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
|
|
415 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
|
|
414 | 416 |
$TEXT['PLEASE_LOGIN'] = 'Please login'; |
415 | 417 |
|
416 | 418 |
// Success/error messages |
Also available in: Unified diff
Added support to configure the mailer settings via the backend