mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 11:06:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			378 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			378 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						||
 | 
						||
return [
 | 
						||
    'title' => 'Réseau',
 | 
						||
    'add' => 'Ajouter une allocation',
 | 
						||
    'limit' => 'Limite d’allocation atteinte',
 | 
						||
    'address' => 'Adresse',
 | 
						||
    'port' => 'Port',
 | 
						||
    'notes' => 'Notes',
 | 
						||
    'no_notes' => 'Pas de notes',
 | 
						||
    'make_primary' => 'Définir comme principale',
 | 
						||
    'primary' => 'Principal',
 | 
						||
    'make' => 'Assembler',
 | 
						||
    'delete' => 'Supprimer',
 | 
						||
];
 |