16 lines
		
	
	
		
			471 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			471 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php $TRANSLATIONS = array(
 | |
| "Close" => "Close",
 | |
| "Invite" => "Invite",
 | |
| "Users in session:" => "Users in session:",
 | |
| "Failed to load documents." => "Failed to load documents.",
 | |
| "No people found" => "No people found",
 | |
| "Remove from the list" => "Remove from the list",
 | |
| "Sent" => "Sent",
 | |
| "Declined" => "Declined",
 | |
| "Accepted" => "Accepted",
 | |
| "Incoming" => "Incoming",
 | |
| "Documents" => "Documents",
 | |
| "Advanced feature-set" => "Advanced feature-set",
 | |
| "(Unstable)" => "(Unstable)"
 | |
| );
 |