Project

General

Profile

« Previous | Next » 

Revision 1551

Added by Dietmar almost 13 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:

NO.php
631 631
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
632 632
$MESSAGE['START_WELCOME_MESSAGE'] = 'Velkommen til WebsiteBaker Administrasjon';
633 633
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Merk: For å endre malen må man gjøre dette i Instillinger seksjonen';
634
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error';
635
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk';
636
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'File upload stopped by extension';
637
$MESSAGE['UPLOAD_ERR_FORM_SIZE'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form';
638
$MESSAGE['UPLOAD_ERR_INI_SIZE'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini';
639
$MESSAGE['UPLOAD_ERR_NO_FILE'] = 'No file was uploaded';
640
$MESSAGE['UPLOAD_ERR_NO_TMP_DIR'] = 'Missing a temporary folder';
641
$MESSAGE['UPLOAD_ERR_OK'] = 'File were successful uploaded';
642
$MESSAGE['UPLOAD_ERR_PARTIAL'] = 'The uploaded file was only partially uploaded';
634 643
$MESSAGE['USERS_ADDED'] = 'Lykkes å opprette ny bruker';
635 644
$MESSAGE['USERS_CANT_SELFDELETE'] = 'Handlingen ble forkastet. Du kan ikke slette deg selv!';
636 645
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Merk: Skriv kun inn verdier i feltene ovenfor hvis du vil endre passordet til denne brukeren';
......
666 675
{
667 676
	include(WB_PATH.'/languages/old.format.inc.php');
668 677
}
669

  

Also available in: Unified diff