mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
17569286 : displaying new issues in timeline
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5157 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7e7f52713e
commit
49cb4395d4
4 changed files with 27 additions and 4 deletions
|
|
@ -77,6 +77,7 @@
|
|||
'dispIssuetrackerViewIssue' => 'View Issue',
|
||||
'dispIssuetrackerNewIssue' => 'New Issue',
|
||||
'dispIssuetrackerViewMilestone' => 'Milestone',
|
||||
'dispIssuetrackerTimeline' => 'Timeline',
|
||||
'dispIssuetrackerViewSource' => 'View Source',
|
||||
'dispIssuetrackerDownload' => 'Download',
|
||||
'dispIssuetrackerAdminProjectSetting' => 'Settings',
|
||||
|
|
@ -89,4 +90,8 @@
|
|||
$lang->cmd_document_do = 'You would...';
|
||||
$lang->not_assigned = 'Unassigned';
|
||||
$lang->not_assigned_description = 'List of unassigned issues.';
|
||||
$lang->timeline_msg = array(
|
||||
'changed' => 'changed',
|
||||
'created' => 'created'
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue