mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 21:26:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			741 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			741 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Administration',
 | |
|     'header' => [
 | |
|         'title' => 'Administrative Overview',
 | |
|         'subtitle' => 'A quick glance at your system.',
 | |
|     ],
 | |
|     'content' => [
 | |
|         'title' => 'System Information',
 | |
|         'up-to-date' => 'You are running Pelican version <code>:version</code>. Your panel is up-to-date!',
 | |
|         'not-up-to-date1' => 'Your panel is <strong>not up-to-date!</strong> The latest version is',
 | |
|         'not-up-to-date2' => 'and you are currently running version <code>:version</code>.',
 | |
|         'get-help' => 'Get Help <small>(via Discord)</small>',
 | |
|         'documentation' => 'Documentation',
 | |
|         'github' => 'Github',
 | |
|         'support-the-project' => 'Support the Project',
 | |
|     ],
 | |
| ];
 | 
