Lines Matching refs:getLang

13 $output .= '<b>'.$this->getLang('enter_values').'</b><br />';
14 $output .= $this->getLang('mandatory_fields').'<br /><br />';
21 $output .= '<th><label for="title">'.$this->getLang('title').'</label></th>';
29 if ($form_title == $this->getLang('field_title_ms') ) { $output .= 'selected'; }
30 $output .= ' value="'.$this->getLang('field_title_ms').'">'.$this->getLang('field_title_ms').'</opt…
33 if ($form_title == $this->getLang('field_title_mr') ) { $output .= 'selected'; }
34 $output .= ' value="'.$this->getLang('field_title_mr').'">'.$this->getLang('field_title_mr').'</opt…
40 $output .= '<th><label for="firstname">'.$this->getLang("firstname").'<i>*</i></label></th>';
46 $output .= '<th><label for="lastname">'.$this->getLang('lastname').'<i>*</i></label></th>';
52 $output .= '<th><label for="street">'.$this->getLang('street').'<i>*</i></label></th>';
58 $output .= '<th><label for="postcode">'.$this->getLang('postcode').'<i>*</i></label></th>';
64 $output .= '<th><label for="place">'.$this->getLang('place').'<i>*</i></label></th>';
70 $output .= '<th><label for="country">'.$this->getLang('country').'<i>*</i></label></th>';
105 $output .= '<th><label for="email">'.$this->getLang('email').'<i>*</i></label></th>';
111 $output .= '<th><label for="tickets">'.$this->getLang('nr_tickets').'<i>*</i></label></th>';
120 …output .= ' ('.$this->getLang("ppu").': '.number_format($data['price'],2,",",":").' '.$data['curre…
125 $output .= '<th><label for="remarks">'.$this->getLang('remarks').'</label></th>';
132 $output .= '<br /><input type="submit" name="Submit" value="'.$this->getLang('confirm').'" tabindex…