11 lines
		
	
	
		
			441 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			441 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| $tlLogin['username'] = 'Benutzername';
 | |
| $tlLogin['password'] = 'Passwort';
 | |
| $tlLogin['login'] = 'Login';
 | |
| $tlLogin['remember_me'] = 'Login merken';
 | |
| $tlLogin['global_statistics'] = 'Globale Statistiken';
 | |
| $tlLogin['recent_blog_posts'] = 'Neueste Blogbeiträge';
 | |
| $tlLogin['public_db_contents'] = 'Veröffentlichte Datenbankinhalte';
 | |
| $tlLogin['log_in'] = 'Einloggen';
 | |
| $tlLogin['avg_text_len'] = 'Objektbeschreibungen: Durchschnittle Länge';
 |