Home
last modified time | relevance | path

Searched refs:getLang (Results 26 – 27 of 27) sorted by last modified time

12

/dokuwiki/lib/plugins/authad/
H A Dauth.php280 $msg = sprintf($this->getLang('authpwdexpire'), $info['expiresin']);
585 msg($this->getLang('connectfail'), -1);
597 if (!$return) msg($this->getLang('passchangefail'), -1);
619 if (!$return) msg($this->getLang('userchangefail'), -1);
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php171 $this->getLang('homepage_link') . '</a>';
207 $html = '<a href="' . $url . '" class="author" title="' . $this->getLang('author_hint') . '" >' .
216 $html = '<em class="author">' . $this->getLang('unknown_author') . '</em>' . DOKU_LF;
237 $title = sprintf($this->getLang('screenshot'), hsc($extension->getDisplayName()));
264 $this->getLang('extensionby'),
274 $popularityText = sprintf($this->getLang('popularity'), round($popularity * 100, 2));
297 '" class="info ' . $class . '" title="' . $this->getLang('btn_info') .
298 '" data-extid="' . $extension->getID() . '">' . $this->getLang('btn_info') . '</a>';
338 $this->getLang('bugs_features') . '</a>';
342 $html .= ' <span class="tags">' . $this->getLang('tag
[all...]

12