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:

PL.php
634 634
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
635 635
$MESSAGE['START_WELCOME_MESSAGE'] = 'Witamy w panelu administracyjnym WebsiteBakera';
636 636
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Uwaga: aby zmienic szablon, nalezy przejsc do sekcji Ustawienia';
637
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error';
638
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk';
639
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'File upload stopped by extension';
640
$MESSAGE['UPLOAD_ERR_FORM_SIZE'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form';
641
$MESSAGE['UPLOAD_ERR_INI_SIZE'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini';
642
$MESSAGE['UPLOAD_ERR_NO_FILE'] = 'No file was uploaded';
643
$MESSAGE['UPLOAD_ERR_NO_TMP_DIR'] = 'Missing a temporary folder';
644
$MESSAGE['UPLOAD_ERR_OK'] = 'File were successful uploaded';
645
$MESSAGE['UPLOAD_ERR_PARTIAL'] = 'The uploaded file was only partially uploaded';
637 646
$MESSAGE['USERS_ADDED'] = 'Uzytkownik zostal dodany';
638 647
$MESSAGE['USERS_CANT_SELFDELETE'] = 'Zadanie odrzucone, Nie mozesz usunac sam siebie!';
639 648
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Uwaga: Powyzsze pola nalezy wypelnic tylko, jesli chce sie zmienic haslo tego uzytkownika';
......
669 678
{
670 679
	include(WB_PATH.'/languages/old.format.inc.php');
671 680
}
672

  

Also available in: Unified diff