mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
The default URL is always defined
This commit is contained in:
parent
bd11d8b152
commit
a26b17d012
12 changed files with 21 additions and 38 deletions
|
|
@ -223,7 +223,6 @@ $lang->msg_invalid_format = '잘못된 형식입니다.';
|
|||
$lang->msg_not_permitted_act = '요청한 기능을 실행할 수 있는 권한이 없습니다.';
|
||||
$lang->msg_module_is_not_exists = '요청한 페이지를 찾을 수 없습니다. 사이트 관리자에게 문의해 주세요.';
|
||||
$lang->msg_module_is_not_standalone = '요청한 페이지는 독립적으로 동작할 수 없습니다.';
|
||||
$lang->msg_default_url_is_not_defined = '기본 URL이 정해지지 않아서 동작을 중지합니다';
|
||||
$lang->msg_empty_search_target = '검색대상이 없습니다.';
|
||||
$lang->msg_empty_search_keyword = '검색어가 없습니다.';
|
||||
$lang->comment_to_be_approved = '관리자의 확인이 필요한 댓글입니다.';
|
||||
|
|
@ -320,7 +319,6 @@ $lang->dashboard = '대시보드';
|
|||
$lang->user = '회원';
|
||||
$lang->yes = '예';
|
||||
$lang->not = '아니오';
|
||||
$lang->msg_default_url_is_null = '기본 URL 설정이 안 되어 있습니다.';
|
||||
$lang->license_agreement = '사용권 동의';
|
||||
$lang->license = 'GPL v2';
|
||||
$lang->cmd_license_agree = '사용권에 대해 이해했으며, 이에 동의합니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue