mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 15:16:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     '2fa' => '2FA',
 | |
|     '2fa_token' => 'Authenticatie Token',
 | |
|     'account' => 'account',
 | |
|     'action' => 'Actie',
 | |
|     'admin' => 'Admin',
 | |
|     'admin_control' => 'Admin controle',
 | |
|     'admin_cp' => 'Admin Besturings Paneel',
 | |
|     'again' => 'Opnieuw',
 | |
|     'alias' => 'Alias',
 | |
|     'api_access' => 'API toegang',
 | |
|     'close' => 'Sluit',
 | |
|     'configuration' => 'Configuratie',
 | |
|     'confirm_password' => 'Bevestig wachtwoord',
 | |
|     'created_at' => 'Gecreëerd op',
 | |
|     'data' => 'Bestanden',
 | |
|     'database' => 'Database',
 | |
|     'email' => 'E-mail',
 | |
|     'enabled' => 'Ingeschakeld',
 | |
|     'expires' => 'Verloopt',
 | |
|     'home' => 'Home',
 | |
|     'language' => 'Taal',
 | |
|     'memo' => 'Memo',
 | |
|     'memory' => 'Geheugen',
 | |
|     'name' => 'Naam',
 | |
|     'new' => 'nieuw',
 | |
|     'next_run' => 'Volgende ronde',
 | |
|     'node' => 'Node',
 | |
|     'none' => 'Geen',
 | |
|     'password' => 'Wachtwoord',
 | |
|     'players' => 'Spelers',
 | |
|     'primary' => 'Primair',
 | |
|     'queued' => 'Wachtrij',
 | |
|     'root_administrator' => 'Root administrator',
 | |
|     'save' => 'Opslaan',
 | |
|     'security' => 'Beveiliging',
 | |
|     'select_all' => 'Selecteer alles',
 | |
|     'sftp' => 'SFTP',
 | |
|     'status' => 'Status',
 | |
|     'stop' => 'Stop',
 | |
|     'submit' => 'Bevestig',
 | |
|     'success' => 'Geslaagd',
 | |
|     'suspended' => 'Geschorst',
 | |
|     'username' => 'gebruikersnaam',
 | |
|     'whoops' => 'Oeps',
 | |
|     'yes' => 'Ja',
 | |
| ];
 | 
