css 및 js 호출순서 조정기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-06 05:33:56 +00:00
parent 4f380d9c48
commit 61851f1dfe
2149 changed files with 109090 additions and 18689 deletions

View file

@ -41,6 +41,7 @@
$lang->assignee = 'Assignee';
$lang->status = 'Status';
$lang->action = 'Action';
$lang->display_option = 'Display Option';
$lang->history_format_not_source = '<span class="key">[key]</span> Modify to <span class="target">[target]</span>';
$lang->history_format = '<span class="key">[key]</span> Modify from <span class="source">[source]</span> to <span class="target">[target]</span>';
@ -99,4 +100,11 @@
'created' => 'created'
);
$lang->cmd_manage_issue = 'Manage issues';
$lang->msg_changes_from = 'View changes from';
$lang->duration = 'Duration';
$lang->target_list = array(
'issue_created' => 'Created issues',
'issue_changed' => 'Changed issues',
'commit' => 'Repository checkins'
);
?>