* Update language.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<?php js::set('confirmDelete', $lang->todo->confirmDelete)?>
|
||||
<div id="mainMenu" class="clearfix">
|
||||
<div class="btn-toolbar pull-left">
|
||||
<?php foreach($lang->my->featureBar['todo'] as $period => $label):?>
|
||||
<?php foreach($lang->todo->featureBar['todo'] as $period => $label):?>
|
||||
<?php
|
||||
$vars = "date=$period";
|
||||
if($period == 'before') $vars .= "&userID={$app->user->id}&status=undone";
|
||||
@@ -123,7 +123,7 @@ $doingCount = 0;
|
||||
</td>
|
||||
<td class="c-name" title="<?php echo $todo->name;?>"><?php echo html::a($this->createLink('todo', 'view', "id=$todo->id&from=my", '', true), $todo->name, '', "data-toggle='modal' data-width='80%' data-type='iframe' data-title='" . $lang->todo->view . "' data-icon='check'");?></td>
|
||||
<td class="c-pri"><span title="<?php echo zget($lang->todo->priList, $todo->pri);?>" class='label-pri <?php echo 'label-pri-' . $todo->pri;?>' title='<?php echo zget($lang->todo->priList, $todo->pri, $todo->pri);?>'><?php echo zget($lang->todo->priList, $todo->pri)?></span></td>
|
||||
<td class="c-date text-center"><?php echo $todo->date == '2030-01-01' ? $lang->my->featureBar['todo']['future'] : $todo->date;?></td>
|
||||
<td class="c-date text-center"><?php echo $todo->date == '2030-01-01' ? $lang->todo->featureBar['todo']['future'] : $todo->date;?></td>
|
||||
<td class="c-status"><span class="status-todo status-<?php echo $todo->status;?>"><?php echo $lang->todo->statusList[$todo->status];?></span></td>
|
||||
<td class="c-type"><?php echo zget($lang->todo->typeList, $todo->type, '');?></td>
|
||||
<?php if($type == 'assignedToOther'):?>
|
||||
|
||||
@@ -119,14 +119,14 @@ $lang->todo->unfinishedTodo = 'The todos of ID %s are not finished, and can not
|
||||
$lang->todo->today = 'Todo Today';
|
||||
$lang->todo->selectProduct = "Please select a product";
|
||||
|
||||
$lang->my->featureBar['todo']['all'] = 'Alle';
|
||||
$lang->my->featureBar['todo']['before'] = 'Nicht abgeschlossen';
|
||||
$lang->my->featureBar['todo']['future'] = 'Wartend';
|
||||
$lang->my->featureBar['todo']['thisWeek'] = 'This Week';
|
||||
$lang->my->featureBar['todo']['thisMonth'] = 'This Month';
|
||||
$lang->my->featureBar['todo']['thisYear'] = 'Dieses Jahr';
|
||||
$lang->my->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
|
||||
$lang->my->featureBar['todo']['cycle'] = 'Wiederkehrend';
|
||||
$lang->todo->featureBar['todo']['all'] = 'Alle';
|
||||
$lang->todo->featureBar['todo']['before'] = 'Nicht abgeschlossen';
|
||||
$lang->todo->featureBar['todo']['future'] = 'Wartend';
|
||||
$lang->todo->featureBar['todo']['thisWeek'] = 'This Week';
|
||||
$lang->todo->featureBar['todo']['thisMonth'] = 'This Month';
|
||||
$lang->todo->featureBar['todo']['thisYear'] = 'Dieses Jahr';
|
||||
$lang->todo->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
|
||||
$lang->todo->featureBar['todo']['cycle'] = 'Wiederkehrend';
|
||||
|
||||
$lang->todo->action = new stdclass();
|
||||
$lang->todo->action->finished = array('main' => '$date, wurde $extra von <strong>$actor</strong>.', 'extra' => 'reasonList');
|
||||
|
||||
@@ -119,14 +119,14 @@ $lang->todo->unfinishedTodo = 'The todos of ID %s are not finished, and can not
|
||||
$lang->todo->today = 'Todo Today';
|
||||
$lang->todo->selectProduct = "Please select a product";
|
||||
|
||||
$lang->my->featureBar['todo']['all'] = 'Assigned To Yourself';
|
||||
$lang->my->featureBar['todo']['before'] = 'Unfinished';
|
||||
$lang->my->featureBar['todo']['future'] = 'TBD';
|
||||
$lang->my->featureBar['todo']['thisWeek'] = 'This Week';
|
||||
$lang->my->featureBar['todo']['thisMonth'] = 'This Month';
|
||||
$lang->my->featureBar['todo']['thisYear'] = 'This Year';
|
||||
$lang->my->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
|
||||
$lang->my->featureBar['todo']['cycle'] = 'Recurrence';
|
||||
$lang->todo->featureBar['todo']['all'] = 'Assigned To Yourself';
|
||||
$lang->todo->featureBar['todo']['before'] = 'Unfinished';
|
||||
$lang->todo->featureBar['todo']['future'] = 'TBD';
|
||||
$lang->todo->featureBar['todo']['thisWeek'] = 'This Week';
|
||||
$lang->todo->featureBar['todo']['thisMonth'] = 'This Month';
|
||||
$lang->todo->featureBar['todo']['thisYear'] = 'This Year';
|
||||
$lang->todo->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
|
||||
$lang->todo->featureBar['todo']['cycle'] = 'Recurrence';
|
||||
|
||||
$lang->todo->action = new stdclass();
|
||||
$lang->todo->action->finished = array('main' => '$date, is $extra by <strong>$actor</strong>.', 'extra' => 'reasonList');
|
||||
|
||||
@@ -119,14 +119,14 @@ $lang->todo->unfinishedTodo = "Les entrées de l'ID %s ne sont pas terminés et
|
||||
$lang->todo->today = 'Todo Today';
|
||||
$lang->todo->selectProduct = "Please select a product";
|
||||
|
||||
$lang->my->featureBar['todo']['all'] = 'Toutes les entrées';
|
||||
$lang->my->featureBar['todo']['before'] = 'Non terminée';
|
||||
$lang->my->featureBar['todo']['future'] = 'A définir';
|
||||
$lang->my->featureBar['todo']['thisWeek'] = 'This Week';
|
||||
$lang->my->featureBar['todo']['thisMonth'] = 'This Month';
|
||||
$lang->my->featureBar['todo']['thisYear'] = 'Cette Année';
|
||||
$lang->my->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
|
||||
$lang->my->featureBar['todo']['cycle'] = 'Récurrence';
|
||||
$lang->todo->featureBar['todo']['all'] = 'Toutes les entrées';
|
||||
$lang->todo->featureBar['todo']['before'] = 'Non terminée';
|
||||
$lang->todo->featureBar['todo']['future'] = 'A définir';
|
||||
$lang->todo->featureBar['todo']['thisWeek'] = 'This Week';
|
||||
$lang->todo->featureBar['todo']['thisMonth'] = 'This Month';
|
||||
$lang->todo->featureBar['todo']['thisYear'] = 'Cette Année';
|
||||
$lang->todo->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
|
||||
$lang->todo->featureBar['todo']['cycle'] = 'Récurrence';
|
||||
|
||||
$lang->todo->action = new stdclass();
|
||||
$lang->todo->action->finished = array('main' => '$date, est $extra par <strong>$actor</strong>.', 'extra' => 'reasonList');
|
||||
|
||||
@@ -119,14 +119,14 @@ $lang->todo->unfinishedTodo = '待办ID %s 不是完成状态,不能关闭。'
|
||||
$lang->todo->today = '今日待办';
|
||||
$lang->todo->selectProduct = "请选择产品";
|
||||
|
||||
$lang->my->featureBar['todo']['all'] = '指派自己';
|
||||
$lang->my->featureBar['todo']['before'] = '未完';
|
||||
$lang->my->featureBar['todo']['future'] = '待定';
|
||||
$lang->my->featureBar['todo']['thisWeek'] = '本周';
|
||||
$lang->my->featureBar['todo']['thisMonth'] = '本月';
|
||||
$lang->my->featureBar['todo']['thisYear'] = '本年';
|
||||
$lang->my->featureBar['todo']['assignedToOther'] = '指派他人';
|
||||
$lang->my->featureBar['todo']['cycle'] = '周期';
|
||||
$lang->todo->featureBar['todo']['all'] = '指派自己';
|
||||
$lang->todo->featureBar['todo']['before'] = '未完';
|
||||
$lang->todo->featureBar['todo']['future'] = '待定';
|
||||
$lang->todo->featureBar['todo']['thisWeek'] = '本周';
|
||||
$lang->todo->featureBar['todo']['thisMonth'] = '本月';
|
||||
$lang->todo->featureBar['todo']['thisYear'] = '本年';
|
||||
$lang->todo->featureBar['todo']['assignedToOther'] = '指派他人';
|
||||
$lang->todo->featureBar['todo']['cycle'] = '周期';
|
||||
|
||||
$lang->todo->action = new stdclass();
|
||||
$lang->todo->action->finished = array('main' => '$date, 由 <strong>$actor</strong> $extra。$appendLink', 'extra' => 'reasonList');
|
||||
|
||||
Reference in New Issue
Block a user