Revision 1551
Added by Dietmar almost 13 years ago
ET.php | ||
---|---|---|
635 | 635 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.'; |
636 | 636 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Teretulemast WebsiteBaker Administratsiooni'; |
637 | 637 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Märge: kujunduse muutmiseks sa pead minema Seadete sektsiooni'; |
638 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
|
639 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
|
640 |
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'File upload stopped by extension'; |
|
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_INI_SIZE'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini'; |
|
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_OK'] = 'File were successful uploaded'; |
|
646 |
$MESSAGE['UPLOAD_ERR_PARTIAL'] = 'The uploaded file was only partially uploaded'; |
|
638 | 647 |
$MESSAGE['USERS_ADDED'] = 'Kasutaja edukalt lisatud'; |
639 | 648 |
$MESSAGE['USERS_CANT_SELFDELETE'] = 'Function rejected, You can not delete yourself!'; |
640 | 649 |
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Märge: Sa pead ainult sisestama põhimõtted alumistesse lahtritesse kui sa tahad muuta selle kasutaja parooli'; |
... | ... | |
670 | 679 |
{ |
671 | 680 |
include(WB_PATH.'/languages/old.format.inc.php'); |
672 | 681 |
} |
673 |
|
Also available in: Unified diff
+ 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