11 lines
		
	
	
		
			411 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			411 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| $tlLogin['username'] = 'Username';
 | |
| $tlLogin['password'] = 'Password';
 | |
| $tlLogin['login'] = 'Login';
 | |
| $tlLogin['remember_me'] = 'Remember me';
 | |
| $tlLogin['global_statistics'] = 'Global statistics';
 | |
| $tlLogin['recent_blog_posts'] = 'Recent blog posts';
 | |
| $tlLogin['public_db_contents'] = 'Published database contents';
 | |
| $tlLogin['log_in'] = 'Log in';
 | |
| $tlLogin['avg_text_len'] = 'Average object description length';
 |