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 = '헤더 스크립트';
|
|||
$lang->about_header_script = 'HTML <head>...</head> 사이에 들어가는 코드를 직접 입력할 수 있습니다. 예) <script>, <style>, <meta> ';
|
||||
$lang->grant_access = '접근 권한';
|
||||
$lang->grant_manager = '관리 권한';
|
||||
$lang->grant_to_all = '모든 사용자';
|
||||
$lang->grant_to_all = '모든 방문자';
|
||||
$lang->grant_to_login_user = '로그인 사용자';
|
||||
$lang->grant_to_non_login_user = '비로그인 사용자';
|
||||
$lang->grant_to_site_user = '가입한 사용자';
|
||||
$lang->grant_to_admin = '관리자만';
|
||||
$lang->grant_to_group = '선택 그룹 사용자';
|
||||
$lang->grant_to_group = '선택 그룹 소속 회원';
|
||||
$lang->cmd_add_shortcut = '바로가기 추가';
|
||||
$lang->cmd_install = '설치';
|
||||
$lang->cmd_create_db_table = 'DB Table 생성하기';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue