mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
이슈트래커의 type을 한글로 종류가 아닌 타입으로 변경 (의미 불분명)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6495 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
599ccf152b
commit
2cfb319660
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
$lang->total_issue = '전체 문제';
|
||||
$lang->milestone = $lang->milestone_srl = '계획';
|
||||
$lang->priority = $lang->priority_srl = '우선순위';
|
||||
$lang->type = $lang->type_srl = '종류';
|
||||
$lang->type = $lang->type_srl = '타입';
|
||||
$lang->component = $lang->component_srl = '구성요소';
|
||||
$lang->assignee = '소유자';
|
||||
$lang->status = '상태';
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
$lang->about_milestone = '개발계획을 설정합니다';
|
||||
$lang->about_priority = '우선순위를 설정합니다.';
|
||||
$lang->about_type = '문제의 종류를 설정합니다 (ex. 문제, 개선사항)';
|
||||
$lang->about_type = '문제의 타입를 설정합니다 (ex. 문제, 개선사항)';
|
||||
$lang->about_component = '문제의 대상 구성요소를 설정합니다';
|
||||
|
||||
$lang->project_menus = array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue