* Add language.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
$lang->repo->common = 'Repo';
|
||||
$lang->repo->codeRepo = 'Repo';
|
||||
$lang->repo->browse = 'View';
|
||||
$lang->repo->viewRevision = 'View Revision';
|
||||
$lang->repo->product = 'Product';
|
||||
@@ -112,6 +113,7 @@ $lang->repo->linkStory = 'Link ' . $lang->SRCommon;
|
||||
$lang->repo->linkBug = 'Link Bug';
|
||||
$lang->repo->linkTask = 'Link Task';
|
||||
$lang->repo->unlink = 'Unlink';
|
||||
$lang->repo->viewBugs = 'View Bugs';
|
||||
|
||||
$lang->repo->title = 'Title';
|
||||
$lang->repo->status = 'Status';
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
$lang->repo->common = 'Repo';
|
||||
$lang->repo->codeRepo = 'Repo';
|
||||
$lang->repo->browse = 'View';
|
||||
$lang->repo->viewRevision = 'View Revision';
|
||||
$lang->repo->product = 'Product';
|
||||
@@ -112,6 +113,7 @@ $lang->repo->linkStory = 'Link ' . $lang->SRCommon;
|
||||
$lang->repo->linkBug = 'Link Bug';
|
||||
$lang->repo->linkTask = 'Link Task';
|
||||
$lang->repo->unlink = 'Unlink';
|
||||
$lang->repo->viewBugs = 'View Bugs';
|
||||
|
||||
$lang->repo->title = 'Title';
|
||||
$lang->repo->status = 'Status';
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
$lang->repo->common = 'Référentiel';
|
||||
$lang->repo->codeRepo = 'Référentiel';
|
||||
$lang->repo->browse = 'Aff';
|
||||
$lang->repo->viewRevision = 'Aff Modifs';
|
||||
$lang->repo->product = 'Product';
|
||||
@@ -112,6 +113,7 @@ $lang->repo->linkStory = 'Link ' . $lang->SRCommon;
|
||||
$lang->repo->linkBug = 'Link Bug';
|
||||
$lang->repo->linkTask = 'Link Task';
|
||||
$lang->repo->unlink = 'Unlink';
|
||||
$lang->repo->viewBugs = 'View Bugs';
|
||||
|
||||
$lang->repo->title = 'Titre';
|
||||
$lang->repo->status = 'Statut';
|
||||
|
||||
@@ -113,6 +113,7 @@ $lang->repo->linkStory = '关联' . $lang->SRCommon;
|
||||
$lang->repo->linkBug = '关联Bug';
|
||||
$lang->repo->linkTask = '关联任务';
|
||||
$lang->repo->unlink = '取消关联';
|
||||
$lang->repo->viewBugs = '查看Bug';
|
||||
|
||||
$lang->repo->title = '标题';
|
||||
$lang->repo->status = '状态';
|
||||
|
||||
@@ -80,4 +80,11 @@ $encodePath = $this->repo->encodePath($entry);
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<a href='' class='iframe' data-width='90%' id='linkObject'></a>
|
||||
<div id='reviewBugs' class='hidden'>
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal"><i class="icon icon-close"></i></button>
|
||||
<h4 class="modal-title"><?php echo $lang->repo->viewBugs;?></h4>
|
||||
</div>
|
||||
<div class='review-bug-list'></div>
|
||||
</div>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user