mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
#17596607 : added a feature managing issues (change milestone, component, and etc.)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5315 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dbe08ac9aa
commit
04f980fca4
14 changed files with 220 additions and 19 deletions
|
|
@ -98,4 +98,5 @@
|
|||
'changed' => 'changed',
|
||||
'created' => 'created'
|
||||
);
|
||||
$lang->cmd_manage_issue = 'Manage issues';
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -98,4 +98,5 @@
|
|||
'changed' => '変更',
|
||||
'created' => '作成'
|
||||
);
|
||||
$lang->cmd_manage_issue = 'Manage issues';
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -98,4 +98,6 @@
|
|||
'changed' => '변경',
|
||||
'created' => '생성'
|
||||
);
|
||||
|
||||
$lang->cmd_manage_issue = '이슈 관리';
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@
|
|||
'dispIssuetrackerViewIssue' => '查看问题',
|
||||
'dispIssuetrackerNewIssue' => '提交问题',
|
||||
'dispIssuetrackerViewMilestone' => '开发计划',
|
||||
'dispIssuetrackerTimeline' => 'Timeline',
|
||||
'dispIssuetrackerViewSource' => '查看代码',
|
||||
'dispIssuetrackerDownload' => '下载',
|
||||
'dispIssuetrackerAdminProjectSetting' => '设置',
|
||||
|
|
@ -93,4 +94,9 @@
|
|||
$lang->cmd_document_do = '将吧此问题.. ';
|
||||
$lang->not_assigned = '没有分配';
|
||||
$lang->not_assigned_description = '没被分配的问题目录';
|
||||
$lang->timeline_msg = array(
|
||||
'changed' => 'changed',
|
||||
'created' => 'created'
|
||||
);
|
||||
$lang->cmd_manage_issue = 'Manage issues';
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -94,4 +94,9 @@
|
|||
$lang->cmd_document_do = '將此問題.. ';
|
||||
$lang->not_assigned = '尚未分配';
|
||||
$lang->not_assigned_description = '尚未被分配的問題清單';
|
||||
$lang->timeline_msg = array(
|
||||
'changed' => 'changed',
|
||||
'created' => 'created'
|
||||
);
|
||||
$lang->cmd_manage_issue = 'Manage issues';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue