Project

General

Profile

« Previous | Next » 

Revision 1319

Added by Luisehahne over 14 years ago

Ticket #974 Usability bug in /preferences

View differences:

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 question? Find your answer...';
65
$OVERVIEW['HELP'] = 'Got a questions? 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'] = 'Forget your details?';
156
$TEXT['FORGOTTEN_DETAILS'] = 'Forgotten 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'] = 'Forget Details?';
221
$TEXT['FORGOT_DETAILS'] = 'Forgot 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 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.';
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.';
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 authentication';
419
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
420 420
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
421 421
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
422 422
$TEXT['PLEASE_LOGIN'] = 'Please login';
......
431 431
$TEXT['EXTENSION'] = "Extension";
432 432
$TEXT['UNZIP_FILE'] = "Upload and unpack a zip archive";
433 433
$TEXT['DELETE_ZIP'] = "Delete zip archive after unpacking";
434
$TEXT['NEED_CURRENT_PASSWORD'] ='confirm with current password';
434 435

  
435 436
// Success/error messages
436
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page';
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';
437
$MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page';
438
$MESSAGE['FRONTEND_SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
440 439

  
441
$MESSAGE['LOGIN']['BOTH_BLANK'] = 'Please enter your username and password below';
442
$MESSAGE['LOGIN']['USERNAME_BLANK'] = 'Please enter a username';
443
$MESSAGE['LOGIN']['PASSWORD_BLANK'] = 'Please enter a password';
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
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Username or password incorrect';
440
$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privelliges to be here';
449 441

  
450
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'You must enter an email address';
451
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...';
452
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT
442
$MESSAGE['LOGIN_BOTH_BLANK'] = 'Please enter your username and password below';
443
$MESSAGE['LOGIN_USERNAME_BLANK'] = 'Please enter a username';
444
$MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Please enter a password';
445
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'Supplied username to short';
446
$MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'Supplied password to short';
447
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'Supplied username to long';
448
$MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'Supplied password to long';
449
$MESSAGE['LOGIN_AUTHENTICATION_FAILED'] = 'Username or password incorrect';
450

  
451
$MESSAGE['SIGNUP_NO_EMAIL'] = 'You must enter an email address';
452
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
453
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = <<< EOT
454
 Hello {LOGIN_DISPLAY_NAME},
455

  
456
 You are welcome to our {LOGIN_WEBSITE_TITLE}.
457

  
458
 Your '{LOGIN_WEBSITE_TITLE}' login details are:
459
 Username: {LOGIN_NAME}
460
 Password: {LOGIN_PASSWORD}
461

  
462
 If you have received this message in error, please delete it immediately.
463
EOT;
464

  
465
 $MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = <<< EOT
453 466
Hello {LOGIN_DISPLAY_NAME},
454 467

  
455 468
Your '{LOGIN_WEBSITE_TITLE}' login details are:
......
462 475
If you have received this message in error, please delete it immediately.
463 476
EOT;
464 477

  
465
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Please enter your email address below';
466
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database';
467
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator';
468
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'Your username and password have been sent to your email address';
469
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = 'Password cannot be reset more than once per hour, sorry';
478
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Please enter your email address below';
479
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database';
480
$MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator';
481
$MESSAGE['FORGOT_PASS_PASSWORD_RESET'] = 'Your username and password have been sent to your email address';
482
$MESSAGE['FORGOT_PASS_ALREADY_RESET'] = 'Password cannot be reset more than once per hour, sorry';
470 483

  
471
$MESSAGE['START']['WELCOME_MESSAGE'] = 'Welcome to WebsiteBaker Administration';
472
$MESSAGE['START']['INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!';
473
$MESSAGE['START']['CURRENT_USER'] = 'You are currently logged in as:';
484
$MESSAGE['START_WELCOME_MESSAGE'] = 'Welcome to WebsiteBaker Administration';
485
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!';
486
$MESSAGE['START_CURRENT_USER'] = 'You are currently logged in as:';
474 487

  
475
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file';
476
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file';
477
$MESSAGE['SETTINGS']['SAVED'] = 'Settings saved successfully';
478
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING'] = 'Please Note: Pressing this button resets all unsaved changes';
479
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments';
488
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file';
489
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file';
490
$MESSAGE['SETTINGS_SAVED'] = 'Settings saved successfully';
491
$MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] = 'Please Note: Pressing this button resets all unsaved changes';
492
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments';
480 493

  
481
$MESSAGE['USERS']['ADDED'] = 'User added successfully';
482
$MESSAGE['USERS']['SAVED'] = 'User saved successfully';
483
$MESSAGE['USERS']['DELETED'] = 'User deleted successfully';
484
$MESSAGE['USERS']['NO_GROUP'] = 'No group was selected';
485
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = 'The username you entered was too short';
486
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = 'The password you entered was too short';
487
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = 'The passwords you entered do not match';
488
$MESSAGE['USERS']['INVALID_EMAIL'] = 'The email address you entered is invalid';
489
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'The email you entered is already in use';
490
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'The username you entered is already taken';
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";
493
$MESSAGE['USERS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?';
494
$MESSAGE['USERS_ADDED'] = 'User added successfully';
495
$MESSAGE['USERS_SAVED'] = 'User saved successfully';
496
$MESSAGE['USERS_DELETED'] = 'User deleted successfully';
497
$MESSAGE['USERS_NO_GROUP'] = 'No group was selected';
498
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The username you entered was too short';
499
$MESSAGE['USERS_PASSWORD_TOO_SHORT'] = 'The password you entered was too short';
500
$MESSAGE['USERS_PASSWORD_MISMATCH'] = 'The passwords you entered do not match';
501
$MESSAGE['USERS_INVALID_EMAIL'] = 'The email address you entered is invalid';
502
$MESSAGE['USERS_EMAIL_TAKEN'] = 'The email you entered is already in use';
503
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The username you entered is already taken';
504
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password';
505
$MESSAGE['USERS_CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?';
494 506

  
495
$MESSAGE['GROUPS']['ADDED'] = 'Group added successfully';
496
$MESSAGE['GROUPS']['SAVED'] = 'Group saved successfully';
497
$MESSAGE['GROUPS']['DELETED'] = 'Group deleted successfully';
498
$MESSAGE['GROUPS']['GROUP_NAME_BLANK'] = 'Group name is blank';
499
$MESSAGE['GROUPS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected group (and any users that belong to it)?';
500
$MESSAGE['GROUPS']['NO_GROUPS_FOUND'] = 'No groups found';
501
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS'] = 'Group name already exists';
507
$MESSAGE['GROUPS_ADDED'] = 'Group added successfully';
508
$MESSAGE['GROUPS_SAVED'] = 'Group saved successfully';
509
$MESSAGE['GROUPS_DELETED'] = 'Group deleted successfully';
510
$MESSAGE['GROUPS_GROUP_NAME_BLANK'] = 'Group name is blank';
511
$MESSAGE['GROUPS_CONFIRM_DELETE'] = 'Are you sure you want to delete the selected group (and any users that belong to it)?';
512
$MESSAGE['GROUPS_NO_GROUPS_FOUND'] = 'No groups found';
513
$MESSAGE['GROUPS_GROUP_NAME_EXISTS'] = 'Group name already exists';
502 514

  
503
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = 'Details saved successfully';
504
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'Email updated successfully';
505
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = 'The (current) password you entered is incorrect';
506
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = 'Password changed successfully';
507
$MESSAGE['PREFERENCES']['INVALID_CHARS'] = 'Invalid password chars used';
515
$MESSAGE['PREFERENCES_DETAILS_SAVED'] = 'Details saved successfully';
516
$MESSAGE['PREFERENCES_EMAIL_UPDATED'] = 'Email updated successfully';
517
$MESSAGE['PREFERENCES_CURRENT_PASSWORD_INCORRECT'] = 'The (current) password you entered is incorrect';
518
$MESSAGE['PREFERENCES_PASSWORD_CHANGED'] = 'Password changed successfully';
519
$MESSAGE['PREFERENCES_INVALID_CHARS'] = 'Invalid password chars used';
508 520

  
509
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section';
521
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section';
510 522

  
511
$MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH'] = 'Cannot include ../ in the folder name';
512
$MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST'] = 'Directory does not exist';
513
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
514
$MESSAGE['MEDIA']['NAME_DOT_DOT_SLASH'] = 'Cannot include ../ in the name';
515
$MESSAGE['MEDIA']['NAME_INDEX_PHP'] = 'Cannot use index.php as the name';
516
$MESSAGE['MEDIA']['NONE_FOUND'] = 'No media found in the current folder';
517
$MESSAGE['MEDIA']['FILE_NOT_FOUND'] = 'File not found';
518
$MESSAGE['MEDIA']['DELETED_FILE'] = 'File deleted successfully';
519
$MESSAGE['MEDIA']['DELETED_DIR'] = 'Folder deleted successfully';
520
$MESSAGE['MEDIA']['CONFIRM_DELETE'] = 'Are you sure you want to delete the following file or folder?';
521
$MESSAGE['MEDIA']['CANNOT_DELETE_FILE'] = 'Cannot delete the selected file';
522
$MESSAGE['MEDIA']['CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder';
523
$MESSAGE['MEDIA']['BLANK_NAME'] = 'You did not enter a new name';
524
$MESSAGE['MEDIA']['BLANK_EXTENSION'] = 'You did not enter a file extension';
525
$MESSAGE['MEDIA']['RENAMED'] = 'Rename successful';
526
$MESSAGE['MEDIA']['CANNOT_RENAME'] = 'Rename unsuccessful';
527
$MESSAGE['MEDIA']['FILE_EXISTS'] = 'A file matching the name you entered already exists';
528
$MESSAGE['MEDIA']['DIR_EXISTS'] = 'A folder matching the name you entered already exists';
529
$MESSAGE['MEDIA']['DIR_MADE'] = 'Folder created successfully';
530
$MESSAGE['MEDIA']['DIR_NOT_MADE'] = 'Unable to create folder';
531
$MESSAGE['MEDIA']['SINGLE_UPLOADED'] = ' file was successfully uploaded';
532
$MESSAGE['MEDIA']['UPLOADED'] = ' files were successfully uploaded';
523
$MESSAGE['MEDIA_DIR_DOT_DOT_SLASH'] = 'Cannot include ../ in the folder name';
524
$MESSAGE['MEDIA_DIR_DOES_NOT_EXIST'] = 'Directory does not exist';
525
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
526
$MESSAGE['MEDIA_NAME_DOT_DOT_SLASH'] = 'Cannot include ../ in the name';
527
$MESSAGE['MEDIA_NAME_INDEX_PHP'] = 'Cannot use index.php as the name';
528
$MESSAGE['MEDIA_NONE_FOUND'] = 'No media found in the current folder';
529
$MESSAGE['MEDIA_FILE_NOT_FOUND'] = 'File not found';
530
$MESSAGE['MEDIA_DELETED_FILE'] = 'File deleted successfully';
531
$MESSAGE['MEDIA_DELETED_DIR'] = 'Folder deleted successfully';
532
$MESSAGE['MEDIA_CONFIRM_DELETE'] = 'Are you sure you want to delete the following file or folder?';
533
$MESSAGE['MEDIA_CANNOT_DELETE_FILE'] = 'Cannot delete the selected file';
534
$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder';
535
$MESSAGE['MEDIA_BLANK_NAME'] = 'You did not enter a new name';
536
$MESSAGE['MEDIA_BLANK_EXTENSION'] = 'You did not enter a file extension';
537
$MESSAGE['MEDIA_RENAMED'] = 'Rename successful';
538
$MESSAGE['MEDIA_CANNOT_RENAME'] = 'Rename unsuccessful';
539
$MESSAGE['MEDIA_FILE_EXISTS'] = 'A file matching the name you entered already exists';
540
$MESSAGE['MEDIA_DIR_EXISTS'] = 'A folder matching the name you entered already exists';
541
$MESSAGE['MEDIA_DIR_MADE'] = 'Folder created successfully';
542
$MESSAGE['MEDIA_DIR_NOT_MADE'] = 'Unable to create folder';
543
$MESSAGE['MEDIA_SINGLE_UPLOADED'] = ' file was successfully uploaded';
544
$MESSAGE['MEDIA_UPLOADED'] = ' files were successfully uploaded';
533 545

  
534
$MESSAGE['PAGES']['ADDED'] = 'Page added successfully';
535
$MESSAGE['PAGES']['ADDED_HEADING'] = 'Page heading added successfully';
536
$MESSAGE['PAGES']['PAGE_EXISTS'] = 'A page with the same or similar title exists';
537
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE'] = 'Error creating access file in the /pages directory (insufficient privileges)';
538
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE'] = 'Error deleting access file in the /pages directory (insufficient privileges)';
539
$MESSAGE['PAGES']['NOT_FOUND'] = 'Page not found';
540
$MESSAGE['PAGES']['SAVED'] = 'Page saved successfully';
541
$MESSAGE['PAGES']['SAVED_SETTINGS'] = 'Page settings saved successfully';
542
$MESSAGE['PAGES']['NOT_SAVED'] = 'Error saving page';
543
$MESSAGE['PAGES']['DELETE_CONFIRM'] = 'Are you sure you want to delete the selected page (and all of its sub-pages)';
544
$MESSAGE['PAGES']['DELETED'] = 'Page deleted successfully';
545
$MESSAGE['PAGES']['RESTORED'] = 'Page restored successfully';
546
$MESSAGE['PAGES']['BLANK_PAGE_TITLE'] = 'Please enter a page title';
547
$MESSAGE['PAGES']['BLANK_MENU_TITLE'] = 'Please enter a menu title';
548
$MESSAGE['PAGES']['REORDERED'] = 'Page re-ordered successfully';
549
$MESSAGE['PAGES']['CANNOT_REORDER'] = 'Error re-ordering page';
550
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS'] = 'You do not have permissions to modify this page';
551
$MESSAGE['PAGES']['INTRO_NOT_WRITABLE'] = 'Cannot write to file /pages/intro.php (insufficient privileges)';
552
$MESSAGE['PAGES']['INTRO_SAVED'] = 'Intro page saved successfully';
553
$MESSAGE['PAGES']['LAST_MODIFIED'] = 'Last modification by';
554
$MESSAGE['PAGES']['INTRO_LINK'] = 'Click HERE to modify the intro page';
555
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED'] = 'Section properties saved successfully';
556
$MESSAGE['PAGES']['RETURN_TO_PAGES'] = 'Return to pages';
546
$MESSAGE['PAGES_ADDED'] = 'Page added successfully';
547
$MESSAGE['PAGES_ADDED_HEADING'] = 'Page heading added successfully';
548
$MESSAGE['PAGES_PAGE_EXISTS'] = 'A page with the same or similar title exists';
549
$MESSAGE['PAGES_CANNOT_CREATE_ACCESS_FILE'] = 'Error creating access file in the /pages directory (insufficient privileges)';
550
$MESSAGE['PAGES_CANNOT_DELETE_ACCESS_FILE'] = 'Error deleting access file in the /pages directory (insufficient privileges)';
551
$MESSAGE['PAGES_NOT_FOUND'] = 'Page not found';
552
$MESSAGE['PAGES_SAVED'] = 'Page saved successfully';
553
$MESSAGE['PAGES_SAVED_SETTINGS'] = 'Page settings saved successfully';
554
$MESSAGE['PAGES_NOT_SAVED'] = 'Error saving page';
555
$MESSAGE['PAGES_DELETE_CONFIRM'] = 'Are you sure you want to delete the selected page (and all of its sub-pages)';
556
$MESSAGE['PAGES_DELETED'] = 'Page deleted successfully';
557
$MESSAGE['PAGES_RESTORED'] = 'Page restored successfully';
558
$MESSAGE['PAGES_BLANK_PAGE_TITLE'] = 'Please enter a page title';
559
$MESSAGE['PAGES_BLANK_MENU_TITLE'] = 'Please enter a menu title';
560
$MESSAGE['PAGES_REORDERED'] = 'Page re-ordered successfully';
561
$MESSAGE['PAGES_CANNOT_REORDER'] = 'Error re-ordering page';
562
$MESSAGE['PAGES_INSUFFICIENT_PERMISSIONS'] = 'You do not have permissions to modify this page';
563
$MESSAGE['PAGES_INTRO_NOT_WRITABLE'] = 'Cannot write to file /pages/intro.php (insufficient privileges)';
564
$MESSAGE['PAGES_INTRO_SAVED'] = 'Intro page saved successfully';
565
$MESSAGE['PAGES_LAST_MODIFIED'] = 'Last modification by';
566
$MESSAGE['PAGES_INTRO_LINK'] = 'Click HERE to modify the intro page';
567
$MESSAGE['PAGES_SECTIONS_PROPERTIES_SAVED'] = 'Section properties saved successfully';
568
$MESSAGE['PAGES_RETURN_TO_PAGES'] = 'Return to pages';
557 569

  
558
$MESSAGE['GENERIC']['FILL_IN_ALL'] = 'Please go back and fill-in all fields';
559
$MESSAGE['GENERIC']['FILE_TYPE'] = 'Please note that the file you upload must be of the following format:';
560
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Please note that the file you upload must be in one of the following formats:';
561
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = 'Cannot upload file';
562
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'Already installed';
563
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'Not installed';
564
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'Cannot uninstall';
565
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'Cannot unzip file';
566
$MESSAGE['GENERIC']['INSTALLED'] = 'Installed successfully';
567
$MESSAGE['GENERIC']['UPGRADED'] = 'Upgraded successfully';
568
$MESSAGE['GENERIC']['UNINSTALLED'] = 'Uninstalled successfully';
569
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Unable to write to the target directory';
570
$MESSAGE['GENERIC']['INVALID'] = 'The file you uploaded is invalid';
571
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use';
570
$MESSAGE['GENERIC_FILL_IN_ALL'] = 'Please go back and fill-in all fields';
571
$MESSAGE['GENERIC_FILE_TYPE'] = 'Please note that the file you upload must be of the following format:';
572
$MESSAGE['GENERIC_FILE_TYPES'] = 'Please note that the file you upload must be in one of the following formats:';
573
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Cannot upload file';
574
$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Already installed';
575
$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Not installed';
576
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Cannot uninstall';
577
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Cannot unzip file';
578
$MESSAGE['GENERIC_INSTALLED'] = 'Installed successfully';
579
$MESSAGE['GENERIC_UPGRADED'] = 'Upgraded successfully';
580
$MESSAGE['GENERIC_UNINSTALLED'] = 'Uninstalled successfully';
581
$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Unable to write to the target directory';
582
$MESSAGE['GENERIC_INVALID'] = 'The file you uploaded is invalid';
583
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use';
584
$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!';
572 585

  
573
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />";
574
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages";
575
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!";
586
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />";
587
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages";
588
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!";
576 589

  
577
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
578
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...';
579
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.';
580
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error opening file.';
581
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
582
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
590
$MESSAGE['GENERIC_WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
591
$MESSAGE['GENERIC_PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...';
592
$MESSAGE['GENERIC_PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.';
593
$MESSAGE['GENERIC_ERROR_OPENING_FILE'] = 'Error opening file.';
594
$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
595
$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
583 596

  
584
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'You must enter details for the following fields';
585
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
586
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: '.SERVER_EMAIL.'';
597
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'You must enter details for the following fields';
598
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
599
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: '.SERVER_EMAIL.'';
587 600

  
588
$MESSAGE['ADDON']['RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
589
$MESSAGE['ADDON']['ERROR_RELOAD'] = 'Error while updating the Add-On information.';
590
$MESSAGE['ADDON']['MODULES_RELOADED'] = 'Modules reloaded successfully';
591
$MESSAGE['ADDON']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
592
$MESSAGE['ADDON']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
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.';
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.';
601
$MESSAGE['ADDON_RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
602
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
603
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully';
604
$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
605
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
606
$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.';
607
$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.';
608
$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.';
596 609

  
597
?>
610
 /* BEGIN allocation */
611

  
612
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS']  = $MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] ;
613
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS']  = $MESSAGE['FRONTEND_SORRY_NO_ACTIVE_SECTIONS'] ;
614
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES']  = $MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] ;
615
$MESSAGE['LOGIN']['BOTH_BLANK']  = $MESSAGE['LOGIN_BOTH_BLANK'] ;
616
$MESSAGE['LOGIN']['USERNAME_BLANK']  = $MESSAGE['LOGIN_USERNAME_BLANK'] ;
617
$MESSAGE['LOGIN']['PASSWORD_BLANK']  = $MESSAGE['LOGIN_PASSWORD_BLANK'] ;
618
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT']  = $MESSAGE['LOGIN_USERNAME_TOO_SHORT'] ;
619
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT']  = $MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] ;
620
$MESSAGE['LOGIN']['USERNAME_TOO_LONG']  = $MESSAGE['LOGIN_USERNAME_TOO_LONG'] ;
621
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG']  = $MESSAGE['LOGIN_PASSWORD_TOO_LONG'] ;
622
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED']  = $MESSAGE['LOGIN_AUTHENTICATION_FAILED'] ;
623
$MESSAGE['SIGNUP']['NO_EMAIL']  = $MESSAGE['SIGNUP_NO_EMAIL'] ;
624
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO']  = $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] ;
625
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO']  = $MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] ;
626
 $MESSAGE['SIGNUP2']['BODY_LOGIN_FORGOT']  =  $MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] ;
627
$MESSAGE['FORGOT_PASS']['NO_DATA']  = $MESSAGE['FORGOT_PASS_NO_DATA'] ;
628
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND']  = $MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] ;
629
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL']  = $MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] ;
630
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET']  = $MESSAGE['FORGOT_PASS_PASSWORD_RESET'] ;
631
$MESSAGE['FORGOT_PASS']['ALREADY_RESET']  = $MESSAGE['FORGOT_PASS_ALREADY_RESET'] ;
632
$MESSAGE['START']['WELCOME_MESSAGE']  = $MESSAGE['START_WELCOME_MESSAGE'] ;
633
$MESSAGE['START']['INSTALL_DIR_EXISTS']  = $MESSAGE['START_INSTALL_DIR_EXISTS'] ;
634
$MESSAGE['START']['CURRENT_USER']  = $MESSAGE['START_CURRENT_USER'] ;
635
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG']  = $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] ;
636
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG']  = $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] ;
637
$MESSAGE['SETTINGS']['SAVED']  = $MESSAGE['SETTINGS_SAVED'] ;
638
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING']  = $MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] ;
639
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING']  = $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] ;
640
$MESSAGE['USERS']['ADDED']  = $MESSAGE['USERS_ADDED'] ;
641
$MESSAGE['USERS']['SAVED']  = $MESSAGE['USERS_SAVED'] ;
642
$MESSAGE['USERS']['DELETED']  = $MESSAGE['USERS_DELETED'] ;
643
$MESSAGE['USERS']['NO_GROUP']  = $MESSAGE['USERS_NO_GROUP'] ;
644
$MESSAGE['USERS']['USERNAME_TOO_SHORT']  = $MESSAGE['USERS_USERNAME_TOO_SHORT'] ;
645
$MESSAGE['USERS']['PASSWORD_TOO_SHORT']  = $MESSAGE['USERS_PASSWORD_TOO_SHORT'] ;
646
$MESSAGE['USERS']['PASSWORD_MISMATCH']  = $MESSAGE['USERS_PASSWORD_MISMATCH'] ;
647
$MESSAGE['USERS']['INVALID_EMAIL']  = $MESSAGE['USERS_INVALID_EMAIL'] ;
648
$MESSAGE['USERS']['EMAIL_TAKEN']  = $MESSAGE['USERS_EMAIL_TAKEN'] ;
649
$MESSAGE['USERS']['USERNAME_TAKEN']  = $MESSAGE['USERS_USERNAME_TAKEN'] ;
650
$MESSAGE['USERS']['CHANGING_PASSWORD']  = $MESSAGE['USERS_CHANGING_PASSWORD'] ;
651
$MESSAGE['USERS']['CONFIRM_DELETE']  = $MESSAGE['USERS_CONFIRM_DELETE'] ;
652
$MESSAGE['GROUPS']['ADDED']  = $MESSAGE['GROUPS_ADDED'] ;
653
$MESSAGE['GROUPS']['SAVED']  = $MESSAGE['GROUPS_SAVED'] ;
654
$MESSAGE['GROUPS']['DELETED']  = $MESSAGE['GROUPS_DELETED'] ;
655
$MESSAGE['GROUPS']['GROUP_NAME_BLANK']  = $MESSAGE['GROUPS_GROUP_NAME_BLANK'] ;
656
$MESSAGE['GROUPS']['CONFIRM_DELETE']  = $MESSAGE['GROUPS_CONFIRM_DELETE'] ;
657
$MESSAGE['GROUPS']['NO_GROUPS_FOUND']  = $MESSAGE['GROUPS_NO_GROUPS_FOUND'] ;
658
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS']  = $MESSAGE['GROUPS_GROUP_NAME_EXISTS'] ;
659
$MESSAGE['PREFERENCES']['DETAILS_SAVED']  = $MESSAGE['PREFERENCES_DETAILS_SAVED'] ;
660
$MESSAGE['PREFERENCES']['EMAIL_UPDATED']  = $MESSAGE['PREFERENCES_EMAIL_UPDATED'] ;
661
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT']  = $MESSAGE['PREFERENCES_CURRENT_PASSWORD_INCORRECT'] ;
662
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED']  = $MESSAGE['PREFERENCES_PASSWORD_CHANGED'] ;
663
$MESSAGE['PREFERENCES']['INVALID_CHARS']  = $MESSAGE['PREFERENCES_INVALID_CHARS'] ;
664
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE']  = $MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] ;
665
$MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH']  = $MESSAGE['MEDIA_DIR_DOT_DOT_SLASH'] ;
666
$MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST']  = $MESSAGE['MEDIA_DIR_DOES_NOT_EXIST'] ;
667
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH']  = $MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] ;
668
$MESSAGE['MEDIA']['NAME_DOT_DOT_SLASH']  = $MESSAGE['MEDIA_NAME_DOT_DOT_SLASH'] ;
669
$MESSAGE['MEDIA']['NAME_INDEX_PHP']  = $MESSAGE['MEDIA_NAME_INDEX_PHP'] ;
670
$MESSAGE['MEDIA']['NONE_FOUND']  = $MESSAGE['MEDIA_NONE_FOUND'] ;
671
$MESSAGE['MEDIA']['FILE_NOT_FOUND']  = $MESSAGE['MEDIA_FILE_NOT_FOUND'] ;
672
$MESSAGE['MEDIA']['DELETED_FILE']  = $MESSAGE['MEDIA_DELETED_FILE'] ;
673
$MESSAGE['MEDIA']['DELETED_DIR']  = $MESSAGE['MEDIA_DELETED_DIR'] ;
674
$MESSAGE['MEDIA']['CONFIRM_DELETE']  = $MESSAGE['MEDIA_CONFIRM_DELETE'] ;
675
$MESSAGE['MEDIA']['CANNOT_DELETE_FILE']  = $MESSAGE['MEDIA_CANNOT_DELETE_FILE'] ;
676
$MESSAGE['MEDIA']['CANNOT_DELETE_DIR']  = $MESSAGE['MEDIA_CANNOT_DELETE_DIR'] ;
677
$MESSAGE['MEDIA']['BLANK_NAME']  = $MESSAGE['MEDIA_BLANK_NAME'] ;
678
$MESSAGE['MEDIA']['BLANK_EXTENSION']  = $MESSAGE['MEDIA_BLANK_EXTENSION'] ;
679
$MESSAGE['MEDIA']['RENAMED']  = $MESSAGE['MEDIA_RENAMED'] ;
680
$MESSAGE['MEDIA']['CANNOT_RENAME']  = $MESSAGE['MEDIA_CANNOT_RENAME'] ;
681
$MESSAGE['MEDIA']['FILE_EXISTS']  = $MESSAGE['MEDIA_FILE_EXISTS'] ;
682
$MESSAGE['MEDIA']['DIR_EXISTS']  = $MESSAGE['MEDIA_DIR_EXISTS'] ;
683
$MESSAGE['MEDIA']['DIR_MADE']  = $MESSAGE['MEDIA_DIR_MADE'] ;
684
$MESSAGE['MEDIA']['DIR_NOT_MADE']  = $MESSAGE['MEDIA_DIR_NOT_MADE'] ;
685
$MESSAGE['MEDIA']['SINGLE_UPLOADED']  = $MESSAGE['MEDIA_SINGLE_UPLOADED'] ;
686
$MESSAGE['MEDIA']['UPLOADED']  = $MESSAGE['MEDIA_UPLOADED'] ;
687
$MESSAGE['PAGES']['ADDED']  = $MESSAGE['PAGES_ADDED'] ;
688
$MESSAGE['PAGES']['ADDED_HEADING']  = $MESSAGE['PAGES_ADDED_HEADING'] ;
689
$MESSAGE['PAGES']['PAGE_EXISTS']  = $MESSAGE['PAGES_PAGE_EXISTS'] ;
690
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE']  = $MESSAGE['PAGES_CANNOT_CREATE_ACCESS_FILE'] ;
691
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE']  = $MESSAGE['PAGES_CANNOT_DELETE_ACCESS_FILE'] ;
692
$MESSAGE['PAGES']['NOT_FOUND']  = $MESSAGE['PAGES_NOT_FOUND'] ;
693
$MESSAGE['PAGES']['SAVED']  = $MESSAGE['PAGES_SAVED'] ;
694
$MESSAGE['PAGES']['SAVED_SETTINGS']  = $MESSAGE['PAGES_SAVED_SETTINGS'] ;
695
$MESSAGE['PAGES']['NOT_SAVED']  = $MESSAGE['PAGES_NOT_SAVED'] ;
696
$MESSAGE['PAGES']['DELETE_CONFIRM']  = $MESSAGE['PAGES_DELETE_CONFIRM'] ;
697
$MESSAGE['PAGES']['DELETED']  = $MESSAGE['PAGES_DELETED'] ;
698
$MESSAGE['PAGES']['RESTORED']  = $MESSAGE['PAGES_RESTORED'] ;
699
$MESSAGE['PAGES']['BLANK_PAGE_TITLE']  = $MESSAGE['PAGES_BLANK_PAGE_TITLE'] ;
700
$MESSAGE['PAGES']['BLANK_MENU_TITLE']  = $MESSAGE['PAGES_BLANK_MENU_TITLE'] ;
701
$MESSAGE['PAGES']['REORDERED']  = $MESSAGE['PAGES_REORDERED'] ;
702
$MESSAGE['PAGES']['CANNOT_REORDER']  = $MESSAGE['PAGES_CANNOT_REORDER'] ;
703
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS']  = $MESSAGE['PAGES_INSUFFICIENT_PERMISSIONS'] ;
704
$MESSAGE['PAGES']['INTRO_NOT_WRITABLE']  = $MESSAGE['PAGES_INTRO_NOT_WRITABLE'] ;
705
$MESSAGE['PAGES']['INTRO_SAVED']  = $MESSAGE['PAGES_INTRO_SAVED'] ;
706
$MESSAGE['PAGES']['LAST_MODIFIED']  = $MESSAGE['PAGES_LAST_MODIFIED'] ;
707
$MESSAGE['PAGES']['INTRO_LINK']  = $MESSAGE['PAGES_INTRO_LINK'] ;
708
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED']  = $MESSAGE['PAGES_SECTIONS_PROPERTIES_SAVED'] ;
709
$MESSAGE['PAGES']['RETURN_TO_PAGES']  = $MESSAGE['PAGES_RETURN_TO_PAGES'] ;
710
$MESSAGE['GENERIC']['FILL_IN_ALL']  = $MESSAGE['GENERIC_FILL_IN_ALL'] ;
711
$MESSAGE['GENERIC']['FILE_TYPE']  = $MESSAGE['GENERIC_FILE_TYPE'] ;
712
$MESSAGE['GENERIC']['FILE_TYPES']  = $MESSAGE['GENERIC_FILE_TYPES'] ;
713
$MESSAGE['GENERIC']['CANNOT_UPLOAD']  = $MESSAGE['GENERIC_CANNOT_UPLOAD'] ;
714
$MESSAGE['GENERIC']['ALREADY_INSTALLED']  = $MESSAGE['GENERIC_ALREADY_INSTALLED'] ;
715
$MESSAGE['GENERIC']['NOT_INSTALLED']  = $MESSAGE['GENERIC_NOT_INSTALLED'] ;
716
$MESSAGE['GENERIC']['CANNOT_UNINSTALL']  = $MESSAGE['GENERIC_CANNOT_UNINSTALL'] ;
717
$MESSAGE['GENERIC']['CANNOT_UNZIP']  = $MESSAGE['GENERIC_CANNOT_UNZIP'] ;
718
$MESSAGE['GENERIC']['INSTALLED']  = $MESSAGE['GENERIC_INSTALLED'] ;
719
$MESSAGE['GENERIC']['UPGRADED']  = $MESSAGE['GENERIC_UPGRADED'] ;
720
$MESSAGE['GENERIC']['UNINSTALLED']  = $MESSAGE['GENERIC_UNINSTALLED'] ;
721
$MESSAGE['GENERIC']['BAD_PERMISSIONS']  = $MESSAGE['GENERIC_BAD_PERMISSIONS'] ;
722
$MESSAGE['GENERIC']['INVALID']  = $MESSAGE['GENERIC_INVALID'] ;
723
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE']  = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] ;
724
$MESSAGE['GENERIC']['SECURITY_OFFENSE']  = $MESSAGE['GENERIC_SECURITY_OFFENSE'] ;
725
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL']  = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] ;
726
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES']  = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] ;
727
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE']  = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] ;
728
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION']  = $MESSAGE['GENERIC_WEBSITE_UNDER_CONSTRUCTION'] ;
729
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON']  = $MESSAGE['GENERIC_PLEASE_CHECK_BACK_SOON'] ;
730
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT']  = $MESSAGE['GENERIC_PLEASE_BE_PATIENT'] ;
731
$MESSAGE['GENERIC']['ERROR_OPENING_FILE']  = $MESSAGE['GENERIC_ERROR_OPENING_FILE'] ;
732
$MESSAGE['GENERIC']['INVALID_ADDON_FILE']  = $MESSAGE['GENERIC_INVALID_ADDON_FILE'] ;
733
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE']  = $MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] ;
734
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS']  = $MESSAGE['MOD_FORM_REQUIRED_FIELDS'] ;
735
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS']  = $MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] ;
736
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA']  = $MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] ;
737
$MESSAGE['ADDON']['RELOAD']  = $MESSAGE['ADDON_RELOAD'] ;
738
$MESSAGE['ADDON']['ERROR_RELOAD']  = $MESSAGE['ADDON_ERROR_RELOAD'] ;
739
$MESSAGE['ADDON']['MODULES_RELOADED']  = $MESSAGE['ADDON_MODULES_RELOADED'] ;
740
$MESSAGE['ADDON']['TEMPLATES_RELOADED']  = $MESSAGE['ADDON_TEMPLATES_RELOADED'] ;
741
$MESSAGE['ADDON']['LANGUAGES_RELOADED']  = $MESSAGE['ADDON_LANGUAGES_RELOADED'] ;
742
$MESSAGE['ADDON']['PRECHECK_FAILED']  = $MESSAGE['ADDON_PRECHECK_FAILED'] ;
743
$MESSAGE['ADDON']['MANUAL_INSTALLATION']  = $MESSAGE['ADDON_MANUAL_INSTALLATION'] ;
744
$MESSAGE['ADDON']['MANUAL_INSTALLATION_WARNING']  = $MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] ;
745

  
746
/* END allocation */
747
?>

Also available in: Unified diff