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.
		
		
		
		
		
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			562 B
		
	
	
	
		
			PHP
		
	
			
		
		
	
	
			13 lines
		
	
	
		
			562 B
		
	
	
	
		
			PHP
		
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
  'emptyTimeline'         => 'Dieser Benutzer hat noch nichts gepostet!',
 | 
						|
  'emptyFollowers'        => 'Diesem Benutzer folgt noch niemand!',
 | 
						|
  'emptyFollowing'        => 'Dieser Benutzer folgt noch niemanden!',
 | 
						|
  'emptySaved'            => 'Du hast noch keinen Post gespeichert!',
 | 
						|
  'savedWarning'          => 'Nur du kannst sehen was du gespeichert hast',
 | 
						|
  'privateProfileWarning' => 'Dieser Account ist privat',
 | 
						|
  'alreadyFollow'         => ':username bereits folgen?',
 | 
						|
  'loginToSeeProfile'     => 'um deren Bilder und Videos zu sehen.',
 | 
						|
];
 |