mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 08:56:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			453 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			453 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| return array(
 | |
| 	"next" => "Järgmine »",
 | |
| 	"previous" => "« Eelmine",
 | |
| 	"sidebar" => array(
 | |
| 		"account_controls" => "Kasutaja seaded",
 | |
| 		"account_security" => "Kasutaja turvalisus",
 | |
| 		"account_settings" => "Kasutaja seaded",
 | |
| 		"files" => "Faili haldur",
 | |
| 		"manage" => "Halda serverit",
 | |
| 		"overview" => "Serveri ülevaade",
 | |
| 		"servers" => "Teie serverid",
 | |
| 		"server_controls" => "Serveri seaded",
 | |
| 		"subusers" => "Halda kasutajaid",
 | |
| 	),
 | |
| ); | 
