mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 21:16:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			404 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			404 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'exceptions' => [
 | |
|         'user_has_servers' => 'Cannot delete a user with active servers attached to their account. Please delete their servers before continuing.',
 | |
|         'user_is_self' => 'Kan ikke slette din egen brukerkonto.',
 | |
|     ],
 | |
|     'notices' => [
 | |
|         'account_created' => 'Kontoen er opprettet.',
 | |
|         'account_updated' => 'Kontoen har blitt oppdatert.',
 | |
|     ],
 | |
| ];
 | 
