mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix #1411 placeholders and descriptions on extra_vars fields
This commit is contained in:
parent
0d8d2a6ac0
commit
0177ee3abe
6 changed files with 28 additions and 18 deletions
|
|
@ -146,7 +146,7 @@ $lang->skin = 'Skin';
|
|||
$lang->mobile_skin = 'Mobile Skin';
|
||||
$lang->colorset = 'Colorset';
|
||||
$lang->mobile_colorset = 'Mobile Colorset';
|
||||
$lang->extra_vars = 'User Defined';
|
||||
$lang->extra_vars = 'Extra Input Fields';
|
||||
$lang->domain = 'Domain Name';
|
||||
$lang->url = 'URL';
|
||||
$lang->document_url = 'Article URL';
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ $lang->skin = '스킨';
|
|||
$lang->mobile_skin = '모바일 스킨';
|
||||
$lang->colorset = '컬러셋';
|
||||
$lang->mobile_colorset = '모바일 컬러셋';
|
||||
$lang->extra_vars = '사용자 정의';
|
||||
$lang->extra_vars = '확장 변수';
|
||||
$lang->domain = '도메인';
|
||||
$lang->url = 'URL';
|
||||
$lang->document_url = '게시글 주소';
|
||||
|
|
@ -317,7 +317,7 @@ $lang->default_value = '기본값';
|
|||
$lang->default_folder = '기본 폴더';
|
||||
$lang->is_active = '활성';
|
||||
$lang->is_required = '필수항목';
|
||||
$lang->eid = '사용자 정의 이름';
|
||||
$lang->eid = '확장 변수 ID';
|
||||
$lang->filter['isnull'] = '%s 값은 필수입니다.';
|
||||
$lang->filter['outofrange'] = '%s의 글자 수를 맞추어 주세요.';
|
||||
$lang->filter['equalto'] = '%s이(가) 잘못되었습니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue