1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return array (
|
||||
'普通用户' => '普通用户',
|
||||
'VIP' => 'VIP',
|
||||
'渠道商' => '渠道商',
|
||||
'Invalid user' => 'Invalid user',
|
||||
'Access denied' => 'Access denied',
|
||||
'It cannot be lower than the user\\\'s current level' => 'It cannot be lower than the user\\\'s current level',
|
||||
);
|
||||
Reference in New Issue
Block a user