Home
last modified time | relevance | path

Searched refs:getLang (Results 726 – 750 of 1005) sorted by relevance

1...<<21222324252627282930>>...41

/plugin/custombuttons/
H A Daction.php79 'title' => $this->getLang('picker'),
/plugin/ckgdoku/action/
H A Dmediamanager.php36 msg($this->getLang('mediamgr_imgonly') . $fname);
/plugin/sapnotelink/
H A Dsyntax.php43 …c=\"".DOKU_BASE."lib/plugins/sapnotelink/images/sap.gif\" alt=\"".$this->getLang('url_alt')." ".$s…
/plugin/ckgedit/action/
H A Dmediamanager.php37 msg($this->getLang('mediamgr_imgonly') . $fname);
/plugin/acknowledge/syntax/
H A Dlisting.php82 $html = $this->getLang('ackNotFound');
89 . sprintf($this->getLang('ackGranted'), dformat($item['ack']))
/plugin/struct/meta/
H A DPageColumn.php84 return $helper->getLang('pagelabel');
/plugin/redirect/
H A Dhelper.php71 msg(sprintf($this->getLang('redirected'), hsc($id)));
/plugin/farmsync/meta/
H A DUpdateResults.php74 $text = $this->helper->getLang('mergeresult:' . $this->getMergeResult());
/plugin/ahrefmenu/
H A Dadmin.php101 …ptln(' <input type="submit" name="cmd[generate]" value="'.$this->getLang('btn_generate').'" />');
/plugin/bugzillaint/syntax/
H A Dlist.php90 . ' <div class="li">' .htmlspecialchars($this->getLang('msg_empty')). '</div>'
/plugin/interwiki/
H A Daction.php77 'title' => $this->getLang('qb_interwiki'),
/plugin/talkpage/
H A Dsyntax.php84 'text' => $this->getLang($text),
/plugin/bureaucracyau/helper/
H A Dfielduser.php96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
/plugin/swiftmail/
H A Dadmin.php57 if(!$conf['mailfrom']) msg($this->getLang('nofrom'),-1);
/plugin/bureaucracy-au/helper/
H A Dfielduser.php96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
/plugin/timetrack/
H A Dadmin.php63 echo '<h1>' . $this->getLang('timetrack') . '</h1>';
/plugin/copypage/
H A Daction.php64 $this->getLang('copypage') .
/plugin/smtp/
H A Dadmin.php57 if(!$conf['mailfrom']) msg($this->getLang('nofrom'),-1);
/plugin/bureaucracy/helper/
H A Dfielduser.php96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
/plugin/monthcal/
H A Dsyntax.php221 $weekdays = $this->getLang('monthcal_weekdays_short');
222 $months = $this->getLang('monthcal_months');
/plugin/tocselect/
H A Daction.php66 … echo "<li><span class='ten__ptb'>" . $this->getLang('notoc') ." $wikifn</span></li></ul>";
71 echo $this->getLang('perm');
/plugin/anewssystem/
H A Daction.php219 $backlink = '<a href="javascript:history.back(-1)">'.$this->getLang('lnk_back').'</a>';
221 …ref="'.DOKU_URL.'doku.php?id='.$this->getConf('news_output').'">'.$this->getLang('allnews').' &raq…
/plugin/blogtng/entities/
H A DComment.php104 public function getLang($name){ function in dokuwiki\\plugin\\blogtng\\entities\\Comment
105 return $this->tools->getLang($name);
/plugin/hidden/
H A Dsyntax.php46 $return = array('text' => $this->getLang('switch.default'), 'type' => 'switch');
65 'editText' => $this->getLang('edit'),
/plugin/tagging/action/
H A Dmain.php116 msg(sprintf($this->getLang('tagjmp_error'), join(', ', $tags)), -1);
180 echo json_encode(array('status' => 'error', 'msg' => $this->getLang('no_admin')));

1...<<21222324252627282930>>...41