* Fix bug #35342.
This commit is contained in:
@@ -95,6 +95,7 @@ $lang->task->consumed = 'Genutzt';
|
||||
$lang->task->currentConsumed = 'Current Cost';
|
||||
$lang->task->myConsumed = 'Von mir';
|
||||
$lang->task->consumedAB = 'Genutzt';
|
||||
$lang->task->consumedHours = 'Genutzt';
|
||||
$lang->task->hour = 'Stunden';
|
||||
$lang->task->consumedThisTime = 'Stunden';
|
||||
$lang->task->leftThisTime = 'Rest';
|
||||
|
||||
@@ -95,6 +95,7 @@ $lang->task->consumed = 'Total Cost';
|
||||
$lang->task->currentConsumed = 'Current Cost';
|
||||
$lang->task->myConsumed = 'My Cost';
|
||||
$lang->task->consumedAB = 'Cost';
|
||||
$lang->task->consumedHours = 'Cost';
|
||||
$lang->task->hour = 'Hours';
|
||||
$lang->task->consumedThisTime = 'Cost';
|
||||
$lang->task->leftThisTime = 'Left';
|
||||
|
||||
@@ -95,6 +95,7 @@ $lang->task->consumed = 'Coût Total';
|
||||
$lang->task->currentConsumed = 'Coût Actuel';
|
||||
$lang->task->myConsumed = 'Mon Coût';
|
||||
$lang->task->consumedAB = 'Coût';
|
||||
$lang->task->consumedHours = 'Coût';
|
||||
$lang->task->hour = 'Heures';
|
||||
$lang->task->consumedThisTime = 'Coût';
|
||||
$lang->task->leftThisTime = 'Reste';
|
||||
|
||||
@@ -95,6 +95,7 @@ $lang->task->consumed = '总计消耗';
|
||||
$lang->task->currentConsumed = '本次消耗';
|
||||
$lang->task->myConsumed = '我的总消耗';
|
||||
$lang->task->consumedAB = '消耗';
|
||||
$lang->task->consumedHours = '耗时';
|
||||
$lang->task->hour = '小时';
|
||||
$lang->task->consumedThisTime = '工时';
|
||||
$lang->task->leftThisTime = '剩余';
|
||||
|
||||
@@ -69,7 +69,7 @@ if(!empty($members) && $task->mode == 'linear')
|
||||
<th class="w-120px"><?php common::printOrderLink('date', !strpos($orderBy, ',') ? $orderBy : 'date_asc', $vars, $lang->task->date);?></th>
|
||||
<th class="w-120px text-center"><?php echo $lang->task->recordedBy;?></th>
|
||||
<th class='text-left'><?php echo $lang->task->work;?></th>
|
||||
<th class="thWidth text-center"><?php echo $lang->task->consumedAB;?></th>
|
||||
<th class="thWidth text-center"><?php echo $lang->task->consumedHours;?></th>
|
||||
<th class="thWidth text-center"><?php echo $lang->task->leftAB;?></th>
|
||||
<th class='c-actions-2'><?php echo $lang->actions;?></th>
|
||||
</tr>
|
||||
@@ -138,7 +138,7 @@ if(!empty($members) && $task->mode == 'linear')
|
||||
<th class="w-60px <?php if(count($reverseOrders) == 1) echo "hidden"?>"><?php echo $lang->task->teamOrder;?></th>
|
||||
<?php endif;?>
|
||||
<th><?php echo $lang->task->work;?></th>
|
||||
<th class="w-100px required"><?php echo $lang->task->consumedAB;?></th>
|
||||
<th class="w-100px required"><?php echo $lang->task->consumedHours;?></th>
|
||||
<th class="w-100px <?php if(empty($readonly)) echo 'required'?>"><?php echo $lang->task->leftAB;?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user