mirror of https://github.com/pixelfed/pixelfed
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			659 B
		
	
	
	
		
			PHP
		
	
			
		
		
	
	
			20 lines
		
	
	
		
			659 B
		
	
	
	
		
			PHP
		
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'search'            => 'Szukaj',
 | 
						|
    'home'              => 'Strona główna',
 | 
						|
    'local'             => 'Lokalne',
 | 
						|
    'network'           => 'Sieć',
 | 
						|
    'discover'          => 'Odkrywaj',
 | 
						|
    'viewMyProfile'     => 'Pokaż mój profil',
 | 
						|
	'myProfile'			=> 'Mój profil',
 | 
						|
    'myTimeline'        => 'Moja oś czasu',
 | 
						|
    'publicTimeline'    => 'Publiczna oś czasu',
 | 
						|
    'remoteFollow'      => 'Zdalne śledzenie',
 | 
						|
    'settings'          => 'Ustawienia',
 | 
						|
    'admin'             => 'Administracja',
 | 
						|
    'logout'            => 'Wyloguj się',
 | 
						|
    'directMessages'    => 'Wiadomości bezpośrednie',
 | 
						|
	'composePost'		=> 'Uwtórz wpis',
 | 
						|
];
 |