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.
		
		
		
		
		
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			724 B
		
	
	
	
		
			PHP
		
	
			
		
		
	
	
			16 lines
		
	
	
		
			724 B
		
	
	
	
		
			PHP
		
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
  'emptyTimeline'         => 'Questo utente non ha ancora nessun post!',
 | 
						|
  'emptyFollowers'        => 'Questo utente non ha ancora seguaci!',
 | 
						|
  'emptyFollowing'        => 'Questo utente non segue ancora nessuno!',
 | 
						|
  'emptySaved'            => 'Non hai ancora salvato nessun post!',
 | 
						|
  'savedWarning'          => 'Solo tu puoi vedere cosa hai salvato',
 | 
						|
  'privateProfileWarning' => 'Questo Account è Privato',
 | 
						|
  'alreadyFollow'         => 'Segui già :username?',
 | 
						|
  'loginToSeeProfile'     => 'per vedere le sue foto e video.',
 | 
						|
 | 
						|
  'status.disabled.header' 	  => 'Profilo Non Disponibile',
 | 
						|
  'status.disabled.body'	  => 'Scusa, questo profilo non è disponibile al momento. Per favore riprova più tardi.',
 | 
						|
];
 |