mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add not_member option to grant selection #2499
This commit is contained in:
parent
c89af17410
commit
8e151d7cfa
7 changed files with 38 additions and 23 deletions
|
|
@ -46,11 +46,12 @@ $lang->header_script = 'Header Script';
|
|||
$lang->about_header_script = 'You can input the html script between <header> and </header> by yourself. You can use <script>, <style> or <meta> tags.';
|
||||
$lang->grant_access = 'Access';
|
||||
$lang->grant_manager = 'Management';
|
||||
$lang->grant_to_all = 'All users';
|
||||
$lang->grant_to_login_user = 'Login users';
|
||||
$lang->grant_to_all = 'Everyone';
|
||||
$lang->grant_to_login_user = 'Logged in users';
|
||||
$lang->grant_to_non_login_user = 'Logged out users';
|
||||
$lang->grant_to_site_user = 'Registered users';
|
||||
$lang->grant_to_admin = 'Administrator only';
|
||||
$lang->grant_to_group = 'Selected group users';
|
||||
$lang->grant_to_group = 'Selected group members';
|
||||
$lang->cmd_add_shortcut = 'Add Shortcut';
|
||||
$lang->cmd_install = 'Install';
|
||||
$lang->cmd_create_db_table = 'Create DB Table';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue