kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			
		
			
				
	
	
		
			20 wiersze
		
	
	
		
			512 B
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			20 wiersze
		
	
	
		
			512 B
		
	
	
	
		
			PHP
		
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
 | 
						|
	'about'			=> 'Über',
 | 
						|
	'help'			=> 'Hilfe',
 | 
						|
	'language'		=> 'Sprache',
 | 
						|
	'fediverse'		=> 'Fediverse',
 | 
						|
	'opensource'	=> 'Open Source',
 | 
						|
	'terms'			=> 'Nutzungshinweise',
 | 
						|
	'privacy'		=> 'Datenschutz',
 | 
						|
	'l10nWip'		=> 'Wir arbeiten noch an der Unterstützung weiterer Sprachen',
 | 
						|
	'currentLocale' => 'Aktuelle Sprache',
 | 
						|
	'selectLocale'  => 'Wähle eine der unterstützten Sprachen aus',
 | 
						|
	'contact'		=> 'Kontakt',
 | 
						|
	'contact-us'	=> 'Kontaktiere uns',
 | 
						|
	'places'		=> 'Orte',
 | 
						|
	'profiles'		=> 'Profile',
 | 
						|
];
 |