mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 11:06:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			369 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			369 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'title' => 'Netzwerk',
 | 
						|
    'add' => 'Allokation hinzufügen',
 | 
						|
    'limit' => 'Allokationslimit erreicht',
 | 
						|
    'address' => 'Adresse',
 | 
						|
    'port' => 'Port',
 | 
						|
    'notes' => 'Notizen',
 | 
						|
    'no_notes' => 'Keine Notizen',
 | 
						|
    'make_primary' => 'Als Primär festlegen',
 | 
						|
    'primary' => 'Primär',
 | 
						|
    'make' => 'Erstelle',
 | 
						|
    'delete' => 'Löschen',
 | 
						|
];
 |