Revision 1315
Added by Dietmar over 14 years ago
EN.php | ||
---|---|---|
62 | 62 |
$OVERVIEW['SETTINGS'] = 'Changes settings for WebsiteBaker...'; |
63 | 63 |
$OVERVIEW['USERS'] = 'Manage users who can log-in to WebsiteBaker...'; |
64 | 64 |
$OVERVIEW['GROUPS'] = 'Manage user groups and their system permissions...'; |
65 |
$OVERVIEW['HELP'] = 'Got a questions? Find your answer...';
|
|
65 |
$OVERVIEW['HELP'] = 'Got a question? Find your answer...'; |
|
66 | 66 |
$OVERVIEW['VIEW'] = 'Quickly view and browse your website in a new window...'; |
67 | 67 |
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...'; |
68 | 68 |
|
... | ... | |
153 | 153 |
$TEXT['MODIFY_CONTENT'] = 'Modify Content'; |
154 | 154 |
$TEXT['VIEW'] = 'View'; |
155 | 155 |
$TEXT['UP'] = 'Up'; |
156 |
$TEXT['FORGOTTEN_DETAILS'] = 'Forgotten your details?';
|
|
156 |
$TEXT['FORGOTTEN_DETAILS'] = 'Forget your details?';
|
|
157 | 157 |
$TEXT['NEED_TO_LOGIN'] = 'Need to log-in?'; |
158 | 158 |
$TEXT['SEND_DETAILS'] = 'Send Details'; |
159 | 159 |
$TEXT['USERNAME'] = 'Username'; |
... | ... | |
218 | 218 |
$TEXT['TABLE_PREFIX'] = 'Table Prefix'; |
219 | 219 |
$TEXT['CHANGES'] = 'Changes'; |
220 | 220 |
$TEXT['ADMINISTRATION'] = 'Administration'; |
221 |
$TEXT['FORGOT_DETAILS'] = 'Forgot Details?';
|
|
221 |
$TEXT['FORGOT_DETAILS'] = 'Forget Details?';
|
|
222 | 222 |
$TEXT['LOGGED_IN'] = 'Logged-In'; |
223 | 223 |
$TEXT['WELCOME_BACK'] = 'Welcome back'; |
224 | 224 |
$TEXT['FULL_NAME'] = 'Full Name'; |
... | ... | |
407 | 407 |
$TEXT['PUBL_END_DATE'] = 'End date'; |
408 | 408 |
$TEXT['CALENDAR'] = 'Calendar'; |
409 | 409 |
$TEXT['DELETE_DATE'] = 'Delete date'; |
410 |
$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 WebsiteBaker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; |
|
410 |
$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 providers (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 WebsiteBaker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.';
|
|
411 | 411 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
412 | 412 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
413 | 413 |
$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.'; |
... | ... | |
416 | 416 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
417 | 417 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
418 | 418 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
419 |
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
|
|
419 |
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentication'; |
|
420 | 420 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username'; |
421 | 421 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password'; |
422 | 422 |
$TEXT['PLEASE_LOGIN'] = 'Please login'; |
... | ... | |
435 | 435 |
// Success/error messages |
436 | 436 |
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page'; |
437 | 437 |
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display'; |
438 |
// NOTE THE MESSAGE CALL PHRASE IS KEPT MIS-SPELLED (DUE TO CODE IMPACT), BUT THE MESSAGE HAS BEEN FIXED |
|
439 |
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privileges to be here'; |
|
438 | 440 |
|
439 |
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privelliges to be here'; |
|
440 |
|
|
441 | 441 |
$MESSAGE['LOGIN']['BOTH_BLANK'] = 'Please enter your username and password below'; |
442 | 442 |
$MESSAGE['LOGIN']['USERNAME_BLANK'] = 'Please enter a username'; |
443 | 443 |
$MESSAGE['LOGIN']['PASSWORD_BLANK'] = 'Please enter a password'; |
444 |
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT'] = 'Supplied username to short'; |
|
445 |
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT'] = 'Supplied password to short'; |
|
446 |
$MESSAGE['LOGIN']['USERNAME_TOO_LONG'] = 'Supplied username to long'; |
|
447 |
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'Supplied password to long'; |
|
444 |
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT'] = 'Supplied username too short';
|
|
445 |
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT'] = 'Supplied password too short';
|
|
446 |
$MESSAGE['LOGIN']['USERNAME_TOO_LONG'] = 'Supplied username too long';
|
|
447 |
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'Supplied password too long';
|
|
448 | 448 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Username or password incorrect'; |
449 | 449 |
|
450 | 450 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'You must enter an email address'; |
... | ... | |
488 | 488 |
$MESSAGE['USERS']['INVALID_EMAIL'] = 'The email address you entered is invalid'; |
489 | 489 |
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'The email you entered is already in use'; |
490 | 490 |
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'The username you entered is already taken'; |
491 |
$MESSAGE['USERS']['CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password'; |
|
491 |
// NOTE THE DOUBLE QUOTES USED TO ENTER AN APOSTROPHE HERE - OK? OTHERWISE CAN RE-PHRASE THE MESSAGE |
|
492 |
$MESSAGE['USERS']['CHANGING_PASSWORD'] = "Please note: You should only enter values in the above fields if you wish to change this user's password"; |
|
492 | 493 |
$MESSAGE['USERS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?'; |
493 | 494 |
|
494 | 495 |
$MESSAGE['GROUPS']['ADDED'] = 'Group added successfully'; |
... | ... | |
589 | 590 |
$MESSAGE['ADDON']['MODULES_RELOADED'] = 'Modules reloaded successfully'; |
590 | 591 |
$MESSAGE['ADDON']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully'; |
591 | 592 |
$MESSAGE['ADDON']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
592 |
$MESSAGE['ADDON']['PRECHECK_FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.';
|
|
593 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation files <tt>install.php</tt>, <tt>upgrade.php</tt> or <tt>uninstall.php</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module files manually for modules uploaded via FTP below.';
|
|
593 |
$MESSAGE['ADDON']['PRECHECK_FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on work on your system, please fix the issues summarized below.'; |
|
594 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation files <tt>install.php</tt>, <tt>upgrade.php</tt> or <tt>uninstall.php</tt> will not be executed automatically. Those modules may not work correctly or uninstall properly.<br /><br />You can execute the module files manually for modules uploaded via FTP below.';
|
|
594 | 595 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.'; |
595 | 596 |
|
596 |
?> |
|
597 |
?> |
Also available in: Unified diff
fix ticket #975 some weird /pages/ header infos