mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 03:36:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			651 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			651 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Startup',
 | |
|     'command' => 'Startup Command',
 | |
|     'notification_startup' => 'Startup Command Updated',
 | |
|     'notification_startup_body' => 'Restart the server to use the new startup command.',
 | |
|     'enable_preview' => 'Enable Preview',
 | |
|     'disable_preview' => 'Disable Preview',
 | |
|     'docker_image' => 'Docker Image',
 | |
|     'notification_docker' => 'Docker Image Updated',
 | |
|     'notification_docker_body' => 'Restart the server to use the new image.',
 | |
|     'variables' => 'Server Variables',
 | |
|     'update' => 'Updated: :variable',
 | |
|     'fail' => 'Failed: :variable',
 | |
|     'validation_fail' => 'Validation Failed: :variable',
 | |
| ];
 | 
