mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 11:06:51 +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',
 | 
						|
];
 |