mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 02:36:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			369 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			369 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Red',
 | |
|     'add' => 'Añadir Asignación',
 | |
|     'limit' => 'Límite de asignaciones alcanzado',
 | |
|     'address' => 'Dirección',
 | |
|     'port' => 'Puerto',
 | |
|     'notes' => 'Notas',
 | |
|     'no_notes' => 'Sin notas',
 | |
|     'make_primary' => 'Convertir en prinicipal',
 | |
|     'primary' => 'Principal',
 | |
|     'make' => 'Crear',
 | |
|     'delete' => 'Eliminar',
 | |
| ];
 | 
