56 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| 
 | |
| 	$title = '..:: Format Informatics Development and Consulting Ltd :: Login ::..';
 | |
| 	$init_title = 'Initialize ...';
 | |
| 	$login_title = 'Login';
 | |
| 	$login_text = 'Doc&Mail the Collaboration Centre';
 | |
| 	$login_name = 'Login name';
 | |
| 	$login_passwd = 'Password';
 | |
| 	$alert_title = 'Alert';
 | |
| 	$picstext = array(
 | |
| 		 	 'ananas.jpg' => 'Please click to the pinneapple to login!',
 | |
| 		     'apple.jpg' => 'Please click to the apple to login!',
 | |
| 		     'banana.jpg' => 'Please click to the banane to login!',
 | |
| 		     'cherry.jpg' => 'Please click to the cherry to login!',
 | |
| 		     'coconut.jpg' => 'Please click to the coconut to login!',
 | |
| 		     'grapes.jpg' => 'Please click to the grapes to login!',
 | |
| 		     'orange.jpg' => 'Please click to the orange to login!',
 | |
| 		     'peach.jpg' => 'Please click to the peach to login!',
 | |
| 		     'pear.jpg' => 'Please click to the pear to login!',
 | |
| 		     'strawberry.jpg' => 'Please click to the strawberry to login!',
 | |
| 		     'watermelon.jpg' => 'Please click to the watermelon to login!');
 | |
| 	$wrong_name = 'Please fill in login name field.';
 | |
| 	$wrong_password = 'Please fill in password field.';
 | |
| 	$wrong_pics = 'You have clicked on wrong picture.';
 | |
| 	$wrong_login = 'You have no permission to sign in.';
 | |
|     $contact_title = '<span style="color:#ED1C24;">Contact</span> US';
 | |
|     $legal = 'legal';
 | |
|     $termofuse = 'term of use';
 | |
|     $information = 'information';
 | |
|     $impressum = 'about';
 | |
| 
 | |
|     $required_name = 'Required a name';
 | |
|     $required_password = 'Required a valid password';
 | |
|     $OK = 'Ok';
 | |
|     $Cancel = 'Cancel';
 | |
|     $Send = 'Send';
 | |
|     
 | |
|     $contactForm = 'Send Contact';
 | |
|     $name = 'Name :';
 | |
|     $thisName = 'This name';
 | |
|     $company = 'Company :';
 | |
|     $thisCompany = 'This Company name';
 | |
|     $phone = 'Phone :';
 | |
|     $thisPhone = 'This phone number';
 | |
|     $email = 'Email :';
 | |
|     $thisEmail = 'This electronic mail address';
 | |
|     $contactMessage = 'Please fill in all the information to contact you!';
 | |
|     $thisMessage = 'Please type your message';
 | |
|     $message_sent = 'Your message sent.';
 | |
|     $message_sent_error = '<span class="red"><b>ERROR!</b></span> Your message NOT sent.';
 | |
|     $error_unknow = 'Unknow Error.';
 | |
|     $error_0 = 'You are offline! Please Check Your Network.';    
 | |
|     $error_404 = 'Requested URL not found. Offline?';    
 | |
|     $error_500 = 'Internel Server Error.';    
 | |
| ?>
 |