Project

General

Profile

« Previous | Next » 

Revision 2116

Added by darkviper over 9 years ago

! recoded main language files into utf-8
- removed old array structure (see deprecated list #2 from 2010)

View differences:

EN.php
697 697

  
698 698
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
699 699
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
700

  
701
/* include old languages format */
702
if(file_exists(WB_PATH.'/languages/old.format.inc.php'))
703
{
704
	include(WB_PATH.'/languages/old.format.inc.php');
705
}

Also available in: Unified diff