mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 03:46:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			387 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			387 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Netwerk',
 | |
|     'add' => 'Poort toewijzing toevoegen',
 | |
|     'limit' => 'Poort toewijzijngslimiet bereikt',
 | |
|     'address' => 'IP-adres',
 | |
|     'port' => 'Poort',
 | |
|     'notes' => 'Notities',
 | |
|     'no_notes' => 'Geen notities beschikbaar',
 | |
|     'make_primary' => 'Primair maken',
 | |
|     'primary' => 'Primaire',
 | |
|     'make' => 'Maken',
 | |
|     'delete' => 'Verwijderen',
 | |
| ];
 | 
