mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 08:56:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			430 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			430 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' => 'Cannot delete your own user account.',
 | 
						|
    ],
 | 
						|
    'notices' => [
 | 
						|
        'account_created' => 'Account has been created successfully.',
 | 
						|
        'account_updated' => 'Account has been successfully updated.',
 | 
						|
    ],
 | 
						|
];
 |