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:

NL.php
633 633
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
634 634
$MESSAGE['START_WELCOME_MESSAGE'] = 'Welkom bij het websitebeheer';
635 635
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Attentie: om de template aan te passen moet u naar de instellingensectie';
636
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error';
637
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk';
638
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'File upload stopped by extension';
639
$MESSAGE['UPLOAD_ERR_FORM_SIZE'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form';
640
$MESSAGE['UPLOAD_ERR_INI_SIZE'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini';
641
$MESSAGE['UPLOAD_ERR_NO_FILE'] = 'No file was uploaded';
642
$MESSAGE['UPLOAD_ERR_NO_TMP_DIR'] = 'Missing a temporary folder';
643
$MESSAGE['UPLOAD_ERR_OK'] = 'File were successful uploaded';
644
$MESSAGE['UPLOAD_ERR_PARTIAL'] = 'The uploaded file was only partially uploaded';
636 645
$MESSAGE['USERS_ADDED'] = 'Gebruiker toegevoegd';
637 646
$MESSAGE['USERS_CANT_SELFDELETE'] = 'Functie geweigerd. U kunt zichzelf niet verwijderen!';
638 647
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Attentie: vul alleen de bovenstaande velden in wanneer u het wachtwoord van de gebruiker wilt veranderen';
......
668 677
{
669 678
	include(WB_PATH.'/languages/old.format.inc.php');
670 679
}
671

  

Also available in: Unified diff