mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 06:26:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			340 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			340 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'next' => 'Prossima »',
 | |
|     'previous' => '« Indietro',
 | |
|     'sidebar' => [
 | |
|         'account_controls' => 'Controlli Account',
 | |
|         'account_security' => 'Sicurezza Account',
 | |
|         'overview' => 'Panoramica Server',
 | |
|         'servers' => 'Servers',
 | |
|         'subusers' => 'Controlla Sub-Utenti',
 | |
|     ],
 | |
| ];
 | 
