Lines Matching refs:getLang

244 …$Generated_Header .= '<div class="it__positive_feedback">'.$this->getLang('msg_reporttrue').$tmp_l…
253 { $wmsg = $this->getLang('wmsg1'); }
255 { $wmsg = $this->getLang('wmsg2'); }
257 …{ $wmsg = $this->getLang('wmsg3').' ('.stripos($xdescription, " ").', '.strlen($xdescription).')';…
264 …$Generated_Header .= ':<div class="it__negative_feedback">'.$this->getLang('msg_captchawrong').'</…
304 …if($issues[$issue_id]['status'] == $this->getLang('issue_resolved_status')) { $a_style="<del>"; $e…
575 { $th_project = "<th id='project'>".$this->getLang('th_project')."</th>"; }
580 … "<th class='".$this->getConf('listview_sort')."' id='id'>".$this->getLang('th_id')."</th>".NL.
581 "<th id='created'>" .$this->getLang('th_created') ."</th>".NL.
582 "<th id='product'>" .$this->getLang('th_product') ."</th>".NL.
583 "<th id='version'>" .$this->getLang('th_version') ."</th>".NL.
584 "<th id='severity'>" .$this->getLang('th_severity') ."</th>".NL.
585 "<th id='status'>" .$this->getLang('th_status') ."</th>".NL.
586 "<th id='user_name'>" .$this->getLang('th_user_name') ."</th>".NL.
587 "<th id='title'>" .$this->getLang('th_title') ."</th>".NL.
588 "<th id='assigned'>" .$this->getLang('th_assigned') ."</th>".NL.
589 "<th id='resolution'>".$this->getLang('th_resolution')."</th>".NL.
590 "<th id='modified'>" .$this->getLang('th_modified') ."</th>".NL.
690 { $th_project = "<th id='project'>".$this->getLang('th_project')."</th>"; }
694 …ect.NL."<th class='".$this->getConf('listview_sort')."' id='id'>".$this->getLang('th_id')."</th>".…
698 $reduced_header .= "<th id='".$config."'>".$this->getLang('th_'.$config)."</th>".NL;
827 …' <label class="it__cir_projectlabel">'.sprintf($this->getLang('lbl_issueqty'),$project).$co…
835 …ctlabel">'.'<label for="itl_step" style="align:left;">'.$this->getLang('lbl_scroll') …
836 … $ret .= '<label for="itl_sev_filter" style="align:left;">'.$this->getLang('lbl_filtersev') …
837 … $ret .= '<label for="itl_stat_filter" style="align:left;">'.$this->getLang('lbl_filterstat')…
839 … $ret .= '<label for="itl__prod_filter" style="align:left;">'.$this->getLang('lbl_filterprod')…
840 … $ret .= '<label for="itl__vers_filter" style="align:left;">'.$this->getLang('lbl_filtervers')…
841 … $ret .= '<label for="itl__comp_filter" style="align:left;">'.$this->getLang('lbl_filtercomp')…
843 …se) $ret .= '<label for="itl__block_filter" style="align:left;">'.$this->getLang('lbl_filterblock'…
844 … $ret .= '<label for="itl__assi_filter" style="align:left;">'.$this->getLang('lbl_filterassi')…
845 … $ret .= '<label for="itl__user_filter" style="align:left;">'.$this->getLang('lbl_filterreport…
847 … $ret .= '<label for="itl_myis_filter" style="align:left;">'.$this->getLang('cbx_myissues') …
848 … $ret .= '<label for="it_glbl_sort" style="align:left;">'.$this->getLang('lbl_sort') …
858 …revious" value="'.$this->getLang('btn_previuos').'" title="'.$this->getL…
860 …ext" value="'.$this->getLang('btn_next').'" title="'.$this->getL…
873 …ilter" id="itl_myis_filter" ' .$data['myissues'].' title="'.$this->getLang('cbx_myissues').'…
875 …itl__buttons" type="button" name="go" value="'.$this->getLang('btn_go').'" title="'.$this->getLang
881 ' <label class="it__searchlabel">'.$this->getLang('lbl_showid').'</label>'.NL.
887 …wcase" id="showcase" value="'.$this->getLang('btn_showid').'" title="'.$this->get…
890 ' <label class="it__searchlabel">'.$this->getLang('lbl_search').'</label>'.NL.
893 …archcase" id="searchcase" value="'.$this->getLang('btn_search').'" title="'.$this->getLa…
902 …pan style="display:none;" name="table_kit_OK" id="table_kit_OK">'.$this->getLang('table_kit_OK').'…
903 …e="display:none;" name="table_kit_Cancel" id="table_kit_Cancel">'.$this->getLang('table_kit_Cancel…
955 …$subject=sprintf($this->getLang('issuenew_subject'),$issue['severity'], $project, $issue['product'…
959 $body = $this->getLang('issuenew_head').chr(10).chr(10).
960 $this->getLang('issuenew_intro').chr(10).
961 $this->getLang('issuemod_title').$issue['title'].chr(10).
962 $this->getLang('issuemod_issueid').$issue['id'].chr(10).
963 $this->getLang('issuemod_product').$issue['product'].chr(10).
964 $this->getLang('issuemod_version').$issue['version'].chr(10).
965 $this->getLang('issuemod_severity').$issue['severity'].chr(10).
966 $this->getLang('issuemod_status').$issue['status'].chr(10).
967 $this->getLang('issuemod_creator').$issue['user_name'].chr(10).
968 $this->getLang('th_assigned').$issue['assigned'].chr(10).chr(10).
969 … $this->getLang('issuenew_descr').$this->xs_format($issue['description']).chr(10).chr(10).
970 …$this->getLang('issuemod_see').DOKU_URL.'doku.php?id='.$ID.'&do=showcaselink&'.$pstring.chr(10).ch…
971 $this->getLang('issuemod_br').chr(10).$this->getLang('issuemod_end');
1046 $bodyhtml = str_ireplace("%%issuemod_head%%",$this->getLang('issuemod_head'),$bodyhtml);
1047 … $bodyhtml = str_ireplace("%%issuemod_issueid%%",$this->getLang('issuemod_issueid'),$bodyhtml);
1049 $bodyhtml = str_ireplace("%%issuemod_title%%",$this->getLang('issuemod_title'),$bodyhtml);
1051 $bodyhtml = str_ireplace("%%issuemod_status%%",$this->getLang('issuemod_status'),$bodyhtml);
1053 $bodyhtml = str_ireplace("%%th_project%%",$this->getLang('th_project'),$bodyhtml);
1055 … $bodyhtml = str_ireplace("%%issuemod_product%%",$this->getLang('issuemod_product'),$bodyhtml);
1057 … $bodyhtml = str_ireplace("%%issuemod_version%%",$this->getLang('issuemod_version'),$bodyhtml);
1059 … $bodyhtml = str_ireplace("%%issuemod_severity%%",$this->getLang('issuemod_severity'),$bodyhtml);
1061 … $bodyhtml = str_ireplace("%%issuemod_creator%%",$this->getLang('issuemod_creator'),$bodyhtml);
1064 $bodyhtml = str_ireplace("%%th_assigned%%",$this->getLang('th_assigned'),$bodyhtml);
1066 $bodyhtml = str_ireplace("%%th_created%%",$this->getLang('th_created'),$bodyhtml);
1069 …$bodyhtml = str_ireplace("%%issue_resolved_intro%%",$this->getLang('issue_resolved_intro'),$bodyht…
1070 …$bodyhtml = str_ireplace("%%issue_resolved_text%%",$this->getLang('issue_resolved_text'),$bodyhtml…
1079 …$bodyhtml = str_ireplace("%%issuedescrmod_subject%%",sprintf($this->getLang('issuedescrmod_subject…
1080 $bodyhtml = str_ireplace("%%th_description%%",$this->getLang('th_description'),$bodyhtml);
1086 $bodyhtml = str_ireplace("%%lbl_cmts_wlog%%",$this->getLang('lbl_cmts_wlog'),$bodyhtml);
1093 $bodyhtml = str_ireplace("%%issuemod_br%%",$this->getLang('issuemod_br'),$bodyhtml);
1094 $bodyhtml = str_ireplace("%%issuemod_end%%",$this->getLang('issuemod_end'),$bodyhtml);
1208 alert ("'.$this->getLang('wmsg3').'");
1219 alert ("'.$this->getLang('wmsg3').'");
1238 alert("'.$this->getLang('wmsg2').'");
1250 alert ("'.$this->getLang('wmsg1').'");
1262 alert ("'.$this->getLang('wmsg5').'");
1280 <td>'.$this->getLang('th_project').'</td>'.NL;
1290 <td>'.$this->getLang('th_product').'</td>
1300 $ret .= ' <td>'.$this->getLang('th_version').'</td>
1311 $ret .='<td>'.$this->getLang('th_components').'</td>
1321 $ret .='<td>'.$this->getLang('th_tblock').'</td>
1327 <td>'.$this->getLang('th_user_name').'</td>
1331 <td>'.$this->getLang('th_usermail').'</td>
1340 $ret .= ' <td>'.$this->getLang('th_userphone').'</td>
1350 $ret .= ' <td>'.$this->getLang('th_reporteradcontact').'</td>
1363 $ret .= ' <td>'.$this->getLang('th_severity').'</td>
1368 <td>'.$this->getLang('th_title').'</td>
1372 <td>'.$this->getLang('th_description').'</td>
1415 $ret .= '<tr><td>'.$this->getLang('th_sympt').'1</td>
1422 $ret .= '<tr><td>'.$this->getLang('th_sympt').'1</td>
1429 $ret .= '<tr><td>'.$this->getLang('th_sympt').'2</td>
1436 $ret .= '<tr><td>'.$this->getLang('th_sympt').'3</td>
1455 …it" type="submit" value="'.$this->getLang('btn_reportsave').'" class="button" id="edbtn__save" tit…
1463 … <td class="itd_tables_tdh" colSpan="2" >'.$this->getLang('th_resolution').'</td>
1470 $wmsg = $this->getLang('lbl_lessPermission');
1474 …$ret .= '<div class="it__standard_feedback">'.$this->getLang('wmsg4').'</div>'; …
1724 $umlaute = $this->getLang('umlaute');
1725 $replace = $this->getLang('conv_umlaute');
1787 msg(sprintf($this->getLang('wmsg9'), $t_check),-1);
1796 …$Generated_Header = '<div class="it__negative_feedback">'.sprintf($this->getLang('wmsg9'), $t_chec…
1811 …$Generated_Header .= '<span>'.$this->getLang('wmsg7').' (File: <b>'.$_FILES[$attachment_id]['name'…
1816 …$Generated_Header .= '<span>'.$this->getLang('wmsg8').' (File: <b>'.$_FILES[$attachment_id]['name'…
1821 …$Generated_Header .= '<span>'.sprintf($this->getLang('wmsg6'), $this->getConf('max_fsize')).' (Fil…