mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 09:56:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			353 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			353 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'title' => 'Sieć',
 | 
						|
    'add' => 'Dodaj alokację',
 | 
						|
    'limit' => 'Osiągnięto limit alokacji',
 | 
						|
    'address' => 'Adres',
 | 
						|
    'port' => 'Port',
 | 
						|
    'notes' => 'Notatki',
 | 
						|
    'no_notes' => 'Brak Notatek',
 | 
						|
    'make_primary' => 'Ustaw jako główny',
 | 
						|
    'primary' => 'Podstawowy',
 | 
						|
    'make' => 'Zrób',
 | 
						|
    'delete' => 'Usuń',
 | 
						|
];
 |