mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 05:56:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			337 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			337 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Network',
 | |
|     'add' => 'Add Allocation',
 | |
|     'limit' => 'Allocation limit reached',
 | |
|     'address' => 'Address',
 | |
|     'port' => 'Port',
 | |
|     'notes' => 'Notes',
 | |
|     'no_notes' => 'No Notes',
 | |
|     'make_primary' => 'Make Primary',
 | |
|     'primary' => 'Primary',
 | |
|     'make' => 'Make',
 | |
|     'delete' => 'Delete',
 | |
| ];
 | 
