Home
last modified time | relevance | path

Searched refs:getLang (Results 826 – 850 of 1005) sorted by relevance

1...<<3132333435363738394041

/plugin/recommend/helper/
H A Dmail.php59 throw new \Exception($this->getLang('err_recipient'));
/plugin/geotag/
H A Daction.php134 'title' => $this->getLang('toolbar_desc'),
/plugin/struct/syntax/
H A Dcloud.php92 msg($this->getLang('Warning: no filters for cloud'), -1);
/plugin/ckgdoku/action/
H A Dsave.php23 msg($this->getLang("fontdel"),1);
26 msg($this->getLang("formatdel"),1);
/plugin/struct/types/
H A DAbstractBaseType.php542 public function getLang($string)
545 return $this->hlp->getLang($string);
536 public function getLang($string) global() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
/plugin/bureaucracy-au/helper/
H A Dfieldnumber.php54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
/plugin/bureaucracyau/helper/
H A Dfieldnumber.php54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
/plugin/inlineedit/
H A Daction.php106 'msg' => $this->getLang('success'),
/plugin/loglog/helper/
H A Dreport.php72 $this->getLang('email_report_subject'),
/plugin/fksnewsfeed/syntax/
H A Dfeed.php60 … $renderer->doc .= '<div class="alert alert-danger">' . $this->getLang('news_non_exist') .
/plugin/flowplayer/
H A Dsyntax.php68 $renderer->doc .= '<b>'.$this->getLang('GetFlash').'</b>'."\n";
/plugin/oauth/
H A Dhelper.php119 $trans = $this->getLang($msg);
/plugin/bureaucracy/helper/
H A Dfieldnumber.php54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
/plugin/diagrams/action/
H A Dembed.php117 saveWikiText($id, $new, $this->getLang('embedSaveSummary'));
/plugin/pagelist/
H A Dhelper.php395 $this->header[$col] = hsc($this->getLang($col));
745 title="' . hsc($this->getLang('diff_title')) . '" alt="' . hsc($this->getLang('diff_alt')) . '"/>
/plugin/hcalendar/syntax/
H A Dhcal.php95 $renderer->doc .= "<div class='error'>" . $this->getLang('hcal_invalid_mode') . "</div>";
H A Dhcali.php95 $renderer->doc .= "<div class='error'>" . $this->getLang('hcal_invalid_mode') . "</div>";
/plugin/aclinfo/
H A Dsyntax.php74 $R->cdata(sprintf($this->getLang('perm'.$p), urldecode($who)));
/plugin/clock/
H A Dsyntax.php
/plugin/partialsearch/
H A Daction.php49 …$event->result[$key]= $this->getLang('titlehas'); //if assign value 0 then it won't generate snipp…
/plugin/combo/syntax/
H A Dmetadata.php78 $content .= '<div style="' . Html::array2InlineStyle($referenceStyle) . '">' . $plugin->getLang('message_come_from') . PluginUtility::getDocumentationHyperLink("metadata:viewer", "ComboStrap Metadata Viewer") . '</div>';
/plugin/struct/meta/
H A DAggregationValue.php43 $this->renderer->cdata($this->helper->getLang('none'));
/plugin/dtable/
H A Dhelper.php22 return $json->encode(array('type' => 'error', 'msg' => $this->getLang($code)));
24 return $this->getLang($code);
/plugin/fedauth/
H A Daction.php177 $msg = $this->getLang('registernow');
285 …print '<p>' . '<a href="' . wl($ID, 'do=fedauth', true, '&') . '">' . $this->getLang('mylogins') .…
/plugin/xcom/scripts/
H A Dxcom_save.php68 if($ret) return $this->helper->getLang($which) . $nl;
69 echo $this->helper->getLang($which) . $nl;

1...<<3132333435363738394041