mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 15:16:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'home' => 'Startseite',
 | |
|     'account' => [
 | |
|         'header' => 'ACCOUNT VERWALTUNG',
 | |
|         'my_account' => 'Mein Account',
 | |
|         'security_controls' => 'Sicherheit',
 | |
|         'api_access' => 'API Zugriff',
 | |
|         'my_servers' => 'Meine Server',
 | |
|     ],
 | |
|     'server' => [
 | |
|         'header' => 'SERVER VERWALTUNG',
 | |
|         'console' => 'Konsole',
 | |
|         'console-pop' => 'Vollbild Konsole',
 | |
|         'file_management' => 'Dateiverwaltung',
 | |
|         'file_browser' => 'File Browser',
 | |
|         'create_file' => 'Datei erstellen',
 | |
|         'upload_files' => 'Datei hochladen',
 | |
|         'subusers' => 'Subuser',
 | |
|         'schedules' => 'Geplante Aufgaben',
 | |
|         'configuration' => 'Konfiguration',
 | |
|         'port_allocations' => 'Port-Einstellungen',
 | |
|         'sftp_settings' => 'SFTP Einstellungen',
 | |
|         'startup_parameters' => 'Startup Parameter',
 | |
|         'databases' => 'Datenbanken',
 | |
|         'edit_file' => 'Datei bearbeiten',
 | |
|         'admin_header' => 'ADMINISTRATIV',
 | |
|         'admin' => 'Server Konfiguration',
 | |
|     ],
 | |
| ];
 | 
