mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 12:36:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			493 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			493 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Démarrage',
 | |
|     'command' => 'Commande de démarrage',
 | |
|     'preview' => 'Aperçu',
 | |
|     'docker_image' => 'Image Docker',
 | |
|     'notification_docker' => 'Image Docker mise à jour',
 | |
|     'notification_docker_body' => 'Redémarrez le serveur pour utiliser la nouvelle image.',
 | |
|     'variables' => 'Variables serveur',
 | |
|     'update' => 'Mis à jour : :variable',
 | |
|     'fail' => 'Mis à jour : :variable',
 | |
|     'validation_fail' => 'Échec de validation : :variable',
 | |
| ];
 | 
