Lines Matching refs:getLang

58         return $this->getLang('status');
224 return $this->getLang('rejected');
226 return $this->getLang('accepted');
228 return $this->getLang('started');
230 return $this->getLang('done');
232 return $this->getLang('verified');
234 return $this->getLang('new');
244 return $this->getLang('medium');
246 return $this->getLang('high');
248 return $this->getLang('critical');
250 return $this->getLang('low');
335 if ($task['status'] == 0) $subject .= $this->getLang('mail_newtask');
336 else $subject .= $this->getLang('mail_changedtask');
460 $form->addFieldsetOpen($this->getLang('newtask'), $pos++);
473 $form->addHTML('<table class="blind"><tr><th>'.$this->getLang('user').':</th><td>', $pos++);
495 $form->addHTML('<tr><th>'.$this->getLang('date').':</th><td>', $pos++);
502 $form->addHTML('<tr><th>'.$this->getLang('priority').':</th><td>');
506 $options [''] = $this->getLang('low');
507 $options ['!'] = $this->getLang('medium');
508 $options ['!!'] = $this->getLang('high');
509 $options ['!!!'] = $this->getLang('critical');
512 $input->val($this->getLang('low'));
543 $ret .= '<legend> '.$this->getLang('newtask').': </legend>';
552 $ret .= '<th>'.$this->getLang('user').':</th>';
556 $ret .= '<th>'.$this->getLang('user').':</th>';
571 $ret .= '<tr><th>'.$this->getLang('date').':</th>';
574 $ret .= '<tr><th>'.$this->getLang('priority').':</th><td>';
576 $ret .= '<option value="" selected="selected">'.$this->getLang('low').'</option>';
577 $ret .= '<option value="!">'.$this->getLang('medium').'</option>';
578 $ret .= '<option value="!!">'.$this->getLang('high').'</option>';
579 $ret .= '<option value="!!!">'.$this->getLang('critical').'</option>';