Add not_member option to grant selection #2499

This commit is contained in:
Kijin Sung 2025-05-22 00:52:27 +09:00
parent c89af17410
commit 8e151d7cfa
7 changed files with 38 additions and 23 deletions

View file

@ -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';

View file

@ -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 생성하기';