mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 05:36:51 +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ń',
 | |
| ];
 | 
