mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 06:26:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			508 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			508 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'next' => 'Järgmine »',
 | |
|     'previous' => '« Eelmine',
 | |
|     'sidebar' => [
 | |
|         'account_controls' => 'Kasutaja seaded',
 | |
|         'account_security' => 'Konto turvalisus',
 | |
|         'account_settings' => 'Konto seaded',
 | |
|         'files' => 'Failihaldur',
 | |
|         'manage' => 'Halda serverit',
 | |
|         'overview' => 'Serveri ülevaade',
 | |
|         'servers' => 'Teie serverid',
 | |
|         'server_controls' => 'Serveri seaded',
 | |
|         'subusers' => 'Halda alamkasutajaid',
 | |
|     ],
 | |
| ];
 | 
