Lines Matching refs:getLang

7         <?php echo $tpl->getLang('report_' . $tpl->action()) ?>
16 <label><?php echo $tpl->getLang('reporter') ?>:
19 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
20 <optgroup label="<?php echo $tpl->getLang('users') ?>">
26 <optgroup label="<?php echo $tpl->getLang('groups') ?>">
36 <label><?php echo $tpl->getLang('state') ?>:
39 value="-all">--- <?php echo $tpl->getLang('all_not_rejected') ?> ---</option>
42 value="<?php echo $state ?>"><?php echo $tpl->getLang('state_' . $state) ?></option>
47 <label><?php echo $tpl->getLang('just_type') ?>:
50 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
52 value="-none">--- <?php echo $tpl->getLang('issue_type_no_specified') ?> ---</option>
61 <label><?php echo $tpl->getLang('coordinator') ?>:
64 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
66 value="-none">--- <?php echo $tpl->getLang('none') ?> ---</option>
67 <optgroup label="<?php echo $tpl->getLang('users') ?>">
73 <optgroup label="<?php echo $tpl->getLang('groups') ?>">
83 <label><?php echo $tpl->getLang('title') ?>:
87 <label><?php echo $tpl->getLang('content') ?>:
91 <label><?php echo $tpl->getLang('year') ?>:
94 value="-all">--- <?php echo $tpl->getLang('all') ?> ---</option>
102 <label><?php echo $tpl->getLang('sort_by_open_date') ?>:
107 <label><?php echo $tpl->getLang('has_corrective') ?>:
111 <label><?php echo $tpl->getLang('has_preventive') ?>:
117 <label><input type="submit" value="<?php echo $tpl->getLang('filter') ?>" /></label>
125 <th><?php echo $tpl->getLang('id') ?></th>
126 <th><?php echo $tpl->getLang('state') ?></th>
128 <th><?php echo $tpl->getLang('type') ?></th>
130 <th><?php echo $tpl->getLang('title')?></th>
131 <th><?php echo $tpl->getLang('coordinator') ?></th>
132 <th><?php echo $tpl->getLang('date') ?></th>
133 <th><?php echo $tpl->getLang('last_mod_date') ?></th>
134 <th><?php echo $tpl->getLang('closed') ?></th>
135 <th><?php echo $tpl->getLang('cost') ?></th>
136 <th><?php echo $tpl->getLang('closed_tasks') ?></th>
138 <th><?php echo $tpl->getLang('corrective_action_h') ?></th>
139 <th><?php echo $tpl->getLang('preventive_action_h') ?></th>
171 <?php echo $tpl->getLang('state_'.$thread->state) ?>
176 <i style="color: #777"><?php echo $tpl->getLang('issue_type_no_specified') ?></i>
185 <i style="color: #777"><?php echo $tpl->getLang('none') ?></i>
199 <?php $s = $tpl->getLang('report_priority').': ' .
228 <th><?php echo $tpl->getLang('report_total') ?></th>