servermgrv2/app/Language/ko/BoardConfig.php
최준흠git config git config --helpgit config --global user.name 최준흠 a27e059e43 servermgrv2 init...
2023-07-29 13:12:24 +09:00

27 lines
747 B
PHP

<?php
return [
'title' => "게시판설정 정보",
'label' => [
'uid' => "번호",
'name' => "게시판제목",
'isaccess' => "접속권한",
'isread' => "읽기권한",
'iswrite' => "쓰기권한",
'isreply' => "답변권한",
'isupload' => "Upload권한",
'isdownload' => "Download권한",
'head' => "머리글",
'tail' => "꼬리글",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"ISACCESS" => FORM_OPTIONS['ROLE'],
"ISREAD" => FORM_OPTIONS['ROLE'],
"ISWRITE" => FORM_OPTIONS['ROLE'],
"ISREPLY" => FORM_OPTIONS['ROLE'],
"ISUPLOAD" => FORM_OPTIONS['ROLE'],
"ISDOWNLOAD" => FORM_OPTIONS['ROLE'],
"STATUS" => FORM_OPTIONS['STATUS'],
];