Subversion Repositories ALCASAR

Rev

Rev 3001 | Rev 3018 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3001 Rev 3009
Line 61... Line 61...
61
	$l_mail_submit			= "Enregistrer";
61
	$l_mail_submit			= "Enregistrer";
62
} else {
62
} else {
63
	$l_mail_title			= "Registration by Email";
63
	$l_mail_title			= "Registration by Email";
64
	$l_mail_registration	= "Enable registration by Email :";
64
	$l_mail_registration	= "Enable registration by Email :";
65
	$l_mail_choice			= "What type of mail service use ?";
65
	$l_mail_choice			= "What type of mail service use ?";
66
	$l_internal_server		= "Use the internal mail server";
66
	$l_use_internal_server	= "Use the internal mail server";
67
	$l_external_server		= "Relay to an external mail server";
67
	$l_use_external_server	= "Relay to an external mail server";
68
	$l_email_address		= "Use an email address";
68
	$l_use_email_address	= "Use an email address";
69
	$l_email_address		= "Email address used for sending mail";
69
	$l_email_address		= "Email address used for sending mail";
70
	$l_email_password		= "Password";
70
	$l_email_password		= "Password";
71
	$l_email_password_confirm	= "Confirm password";
71
	$l_email_password_confirm	= "Confirm password";
72
	$l_mail_service			= "Choose the mail service";
72
	$l_mail_service			= "Choose the mail service";
73
	$l_mail_smtp_ip			= "IP address or name of mail server";
73
	$l_mail_smtp_ip			= "IP address or name of mail server";