mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 14:46:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			369 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			369 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Síť',
 | |
|     'add' => 'Přidat alokaci',
 | |
|     'limit' => 'Byl dosažen limit alokace',
 | |
|     'address' => 'Adresa',
 | |
|     'port' => 'Port',
 | |
|     'notes' => 'Poznámky',
 | |
|     'no_notes' => 'Žádné poznámky',
 | |
|     'make_primary' => 'Nastavit jako primární',
 | |
|     'primary' => 'Primární',
 | |
|     'make' => 'Vytvoř',
 | |
|     'delete' => 'Smazat',
 | |
| ];
 | 
