mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 04:06:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			471 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			471 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Opstarten',
 | |
|     'command' => 'Opstart commando',
 | |
|     'preview' => 'Voorbeeld',
 | |
|     'docker_image' => 'Docker Image',
 | |
|     'notification_docker' => 'Docker image bijgewerkt',
 | |
|     'notification_docker_body' => 'Herstart de server om de nieuwe image te gebruiken.',
 | |
|     'variables' => 'Server variabelen',
 | |
|     'update' => 'Bijgewerkt: :variable',
 | |
|     'fail' => 'Mislukt: :variable',
 | |
|     'validation_fail' => 'Validatie mislukt: :variable',
 | |
| ];
 | 
