mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 10:16:51 +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',
 | 
						|
    ],
 | 
						|
];
 |