Project

General

Profile

« Previous | Next » 

Revision 1551

Added by Dietmar over 12 years ago

+ add languages vars in languages files
+ add upload error mesages moduleinstall
+ add index.php if not exists in function createFolderProtectFile
! corrected changed coding between login_form and forgot_form

View differences:

EN.php
540 540
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
541 541
$MESSAGE['MEDIA_UPLOADED'] = ' files were successfully uploaded';
542 542
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
543
$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: <a href="mailto:'.SERVER_EMAIL.'">'.SERVER_EMAIL.'</a>';
543
$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: <a href="mailto:'.'.SERVER_EMAIL.'.'">'.'.SERVER_EMAIL.'.'</a>';
544 544
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'You must enter details for the following fields';
545 545
$MESSAGE['PAGES_ADDED'] = 'Page added successfully';
546 546
$MESSAGE['PAGES_ADDED_HEADING'] = 'Page heading added successfully';
......
635 635
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
636 636
$MESSAGE['START_WELCOME_MESSAGE'] = 'Welcome to WebsiteBaker Administration';
637 637
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section';
638

  
639
$MESSAGE['UPLOAD_ERR_OK'] = 'File were successful uploaded';
640
$MESSAGE['UPLOAD_ERR_INI_SIZE'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini';
641
$MESSAGE['UPLOAD_ERR_FORM_SIZE'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form';
642
$MESSAGE['UPLOAD_ERR_PARTIAL'] = 'The uploaded file was only partially uploaded';
643
$MESSAGE['UPLOAD_ERR_NO_FILE'] = 'No file was uploaded';
644
$MESSAGE['UPLOAD_ERR_NO_TMP_DIR'] = 'Missing a temporary folder';
645
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk';
646
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'File upload stopped by extension';
647
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error';
648

  
638 649
$MESSAGE['USERS_ADDED'] = 'User added successfully';
639 650
$MESSAGE['USERS_CANT_SELFDELETE'] = 'Function rejected, You can not delete yourself!';
640 651
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password';
......
669 680
if(file_exists(WB_PATH.'/languages/old.format.inc.php'))
670 681
{
671 682
	include(WB_PATH.'/languages/old.format.inc.php');
672
}
683
}

Also available in: Unified diff