mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
|
|
@ -41,6 +41,7 @@
|
|||
$lang->assignee = '소유자';
|
||||
$lang->status = '상태';
|
||||
$lang->action = '동작';
|
||||
$lang->display_option = '표시 옵션';
|
||||
|
||||
$lang->history_format_not_source = '<span class="target">[target]</span> 으로 <span class="key">[key]</span> 변경';
|
||||
$lang->history_format = '<span class="source">[source]</span> 에서 <span class="target">[target]</span> 으로 <span class="key">[key]</span> 변경';
|
||||
|
|
@ -100,4 +101,11 @@
|
|||
);
|
||||
|
||||
$lang->cmd_manage_issue = '이슈 관리';
|
||||
$lang->msg_changes_from = '시작 날짜';
|
||||
$lang->duration = '기간';
|
||||
$lang->target_list = array(
|
||||
'issue_created' => '생성된 이슈',
|
||||
'issue_changed' => '변경된 이슈',
|
||||
'commit' => '소스변경'
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue