kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			
		
			
				
	
	
		
			18 wiersze
		
	
	
		
			463 B
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			18 wiersze
		
	
	
		
			463 B
		
	
	
	
		
			PHP
		
	
	
<?php
 | 
						|
return [
 | 
						|
	'search'			=> 'Søg',
 | 
						|
	'home'				=> 'Hvem',
 | 
						|
	'local'				=> 'Lokalt',
 | 
						|
	'network'			=> 'Netværk',
 | 
						|
	'discover'			=> 'Opdag',
 | 
						|
	'viewMyProfile'		=> 'Se min profil',
 | 
						|
	'myProfile'			=> 'Min Profil',
 | 
						|
	'myTimeline'		=> 'Min Tidslinje',
 | 
						|
	'publicTimeline'	=> 'Offentlig Tidslinje',
 | 
						|
	'remoteFollow'		=> 'Remote Follow',
 | 
						|
	'settings'			=> 'Indstillinger',
 | 
						|
	'admin'				=> 'Admin',
 | 
						|
	'logout'			=> 'Log ud',
 | 
						|
	'directMessages'	=> 'Direkte Beskeder',
 | 
						|
];
 |