';
		echo _('Mass Creation');
		echo ' ';
		echo _('Please provide a csv-file with the following syntax. Values with * are required:');
		echo ' ';
		echo _('Surname*,Givenname*,Username*,PrimaryGroup,Title,Mail,telephonenumber,');
		echo ' ';
		echo _('mobileTelephoneNumber,facsimileNumber,street,postalCode,postalAddress,');
		echo ' ';
		echo _('employeeType. If PrimaryGroup is not given it\'ll used from profile.');
		echo ' ';
		echo _('If PrimaryGroup doesn\'t exist it will be created.');
		echo ' ';
		echo _('Select Profile:');
		echo ' ';
			foreach ($profilelist as $profile) echo '' . $profile;
			echo '  ';
		echo '
			 ';
		echo _('Confirm List');
		echo ' '. _('Surname'). ' '. _('Givenname'). ' '. _('Username'). ' '. _('Primary Group'). ' '.
			_('Title'). ' '. _('Mail Address'). ' '. _('Telephonenumber'). ' '. _('Mobiletelephonenumber')
			. ' '. _('Facsimiletelephonenumber'). ' '. _('Street'). ' '. _('Postal Code')
			. ' '. _('Postal Address'). ' '. _('Employee Type') .' '.$_SESSION['accounts'][$row]->general_surname.' '.
				$_SESSION['accounts'][$row]->general_givenname.' '.
				$_SESSION['accounts'][$row]->general_username.' '.
				$_SESSION['accounts'][$row]->general_group.' '.
				$_SESSION['accounts'][$row]->personal_title.' '.
				$_SESSION['accounts'][$row]->personal_mail.' '.
				$_SESSION['accounts'][$row]->personal_telephoneNumber.' '.
				$_SESSION['accounts'][$row]->personal_mobileTelephoneNumber.' '.
				$_SESSION['accounts'][$row]->personal_facsimileTelephoneNumber.' '.
				$_SESSION['accounts'][$row]->personal_street.' '.
				$_SESSION['accounts'][$row]->personal_postalCode.' '.
				$_SESSION['accounts'][$row]->personal_postalAddress.' '.
				$_SESSION['accounts'][$row]->personal_employeeType.' ';
			echo _('All Users have been created');
			echo ' ';
			echo '