Lines Matching refs:getLang

101   function getLang ($name) {  function in glossary
102 return $this->plugin->getLang ($name);
155 $this->message ('success', $this->getLang ('update'));
167 $this->message ('notify', $this->getLang ('lastIP'));
170 $this->message ('error', $this->getLang ('maxIP'));
323 $this->message ('success', $this->getLang ('readData'));
347 … ' <img src="'.$this->imgDir.'face-sad.png" /><span>'.$this->getLang ('tipPollDown').'</span>'.NL.
351 … ' <img src="'.$this->imgDir.'face-smile.png" /><span>'.$this->getLang ('tipPollUp').'</span>'.NL.
355 '<br/><b>'.$this->getLang ('notPolledYet').'</b>';
379 $this->message ('error', $this->getLang ('noDef'));
388 $this->message ('success', $this->getLang ('writePoll'));
451 $this->message ('error', $this->getLang ('badCaptcha'));
455 $this->message ('error', $this->getLang ('wordMandatory'));
459 $this->message ('error', $this->getLang ('translateMandatory'));
476 … $this->message ('success', $this->getLang ('proposalRecorded').'<b>'.$request['ticket']."</b>.");
504 ' <th><img src="'.$this->imgDir.'stop.png" /> '.$this->getLang ('word').'</th>'.NL.
505 … ' <th><img src="'.$this->imgDir.'one-way.png" /> '.$this->getLang ('translate').'</th>'.NL.
513 ' <th>'.$this->getLang ('why').'</th>'.NL.
517 …' <input type="submit" name="glossary[action]" value="'.$this->getLang (empty ($request['ti…
518 …ssaryReset(this);glossaryUpdateProposalLabel(this.form)" value="'.$this->getLang ('new').'" />'.NL.
524 ' '.$this->getLang ('ticketIfUpdate').NL.
560 …'<div>'.$this->getLang ('word').'<br/><img src="'.$imgDir.'stop.png" align="left"/> <span class="g…
561 …'<div>'.$this->getLang ('translate').'<br/><img src="'.$imgDir.'one-way.png" align="left"/> <span …
577 …echo '<input value="'.$this->getLang ($action).'" onclick="javascript:glossarySendClear (\''.$acti…
593 …' <a onClick="glossarySort(this,glossaryComparatorWord);"><span>'.$this->getLang ('tipWord').…
594 …' <a onClick="glossarySort(this,glossaryComparatorTranslate);"><span>'.$this->getLang ('tipTr…
595 …' <a onClick="glossarySort(this,glossaryComparatorDate);"><span>'.$this->getLang ('tipDate').…
596 …' <a onClick="glossarySort(this,glossaryComparatorView);"><span>'.$this->getLang ('tipView').…
597 …' <a onClick="glossarySort(this,glossaryComparatorScore);"><span>'.$this->getLang ('tipScore'…
599 ' <th>'.$this->getLang ('why').'</th>'.NL.
600 ' <th><img src="'.$this->imgDir.'stop.png" /> '.$this->getLang ('word').'</th>'.NL.
603 …' <span>'.$this->getLang ('tipSearch').'</span><img src="'.$this->imgDir.'search.png" />'.N…
607 ' <th><img src="'.$this->imgDir.'one-way.png" /> '.$this->getLang ('translate').'</th>'.NL.
608 ' <th>'.$this->getLang ('poll').'</th>'.NL.
648 …y toolTip">'.$link.'<img src="'.$this->imgDir.'help.png"/><span>'.$this->getLang ('tipWhy').'</spa…
651 …' <td class="poll toolTip">'.$link.'<span>'.$this->getLang ('tipPoll').'</span>'.$scoreImg.'</a…
676 $this->message ('info', $ticket." ".$this->getLang ('ticketDeleted'));
682 $this->message ('info', $pageId." ".$this->getLang ('pageDeleted'));
699 ' <th>'.$this->getLang ($field).'</th>'.NL;
728 …' <input type="submit" name="glossary[action]" value="'.$this->getLang ('remove').'"/></td>…
742 ' <th><img src="'.$this->imgDir.'stop.png" /> '.$this->getLang ('word').'</th>'.NL.
743 … ' <th><img src="'.$this->imgDir.'one-way.png" /> '.$this->getLang ('translate').'</th>'.NL.
745 …' <td><input type="reset" onClick="glossaryReset(this)" value="'.$this->getLang ('new').'" />…
750 ' <th>'.$this->getLang ('ticket').'</th>'.NL.
751 ' <th>'.$this->getLang ('useTicket').'</th>'.NL.
756 …' <input type="submit" name="glossary[action]" value="'.$this->getLang ('update').'"/></td>…
793 $this->message ('success', $this->getLang ('createPage'));
806 $this->message ('error', $this->getLang ('glossaryNotEmpty').$ns." (".$md5ns.").");
818 $this->message ('success', $this->getLang ('glossaryRemoved').$ns." (".$md5ns.").");
863 …' <input type="submit" name="glossary[action]" value="'.$this->getLang ('remove').'"/></td>…
921 $mailSubject = $this->getLang ('notifySubject');
922 $mailContent = $this->getLang ('notifyContent');