mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 15:16:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			208 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			208 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'search' => 'Search for servers...',
 | 
						|
    'no_matches' => 'There were no servers found matching the search criteria provided.',
 | 
						|
    'cpu_title' => 'CPU',
 | 
						|
    'memory_title' => 'Memory',
 | 
						|
];
 |