Home
last modified time | relevance | path

Searched refs:getLang (Results 876 – 900 of 1005) sorted by relevance

1...<<3132333435363738394041

/plugin/pagenav/
H A Dsyntax.php138 'title' => $this->getLang($cmd) . ': ' . hsc($title),
/plugin/botbouncer/admin/
H A Dclean.php65 return $this->getLang('menu_clean');
/plugin/imgpaste/
H A Daction.php43 if (!$data) $this->fail(400, $this->getLang('e_nodata'));
/plugin/notification/syntax/
H A Dlist.php145 $renderer->doc .= $this->getLang('no notifications');
/plugin/combo/ComboStrap/
H A DDateTag.php42 $lang = Site::getLang();
H A DSite.php289 return Lang::createFromValue(Site::getLang());
421 $lang = self::getLang();
458 public static function getLang(): string function in ComboStrap\\Site
/plugin/photogallery/
H A Dadmin.php40 ptln('<h1>'.$this->getLang('menu').'</h1>');
/plugin/redirect2/
H A Daction.php338 msg(sprintf($this->getLang($format), $link[$orig], $link[$dest]), -1);
347 msg(sprintf($this->getLang($format), $link[$orig], $link[$dest]), 0);
/plugin/webcode/syntax/
H A Dbasis.php510 …s="webcode-bar-item"><a href="https://combostrap.com/webcode">' . $this->getLang('RenderedBy') . '…
605 '<button>' . $this->getLang('JsFiddleButtonContent') . '</button>' .
/plugin/dwcommits/
H A Dhelper.php808 $output .= "<b>" . $this->getLang('db_file'). "</b> $entry";
812 $output .= "<b>" . $this->getLang('remote_url'). "</b> $url<br />";
818 $output .= "<b>". $this->getLang('git_missing'). "</b> $git<br />";
820 else $output .= "<b>". $this->getLang('git_local'). "</b> $git<br />";
/plugin/authyubikey/
H A Dauth.php.org138 msg($this->getLang('userexists'), -1);
151 msg($this->getLang('writefail'), -1);
173 msg($this->getLang('usernotexists'), -1);
225 msg($this->getLang('writefail'), -1);
/plugin/catlist/
H A Dsyntax.php189 msg(sprintf($this->getLang('unknownoption'), htmlspecialchars($found[1])), -1);
217 msg($this->getLang('outofpages'), -1);
299 msg(sprintf($this->getLang('dontexist'), $ns), -1);
618 $renderer->doc .= '<'.$html.' class="catlist_addpage"><button class="button" onclick="catlist_button_add_page(this,\''.$ns.'\')">'.$this->getLang('addpage').'</button></'.$html.'>';
/plugin/oiddelegate/
H A Dadmin.php157 echo '<input type="submit" value="'.$this->getLang('submit').'" class="button" />';
/plugin/editions/
H A Daction.php114 $editionLinkTitle = sprintf($this->getLang('editionLinkTitle'), ucfirst($edition));
/plugin/ajaxedit/
H A Dhelper.php155 $msg = sprintf($this->getLang('e_modified'),hsc(editorinfo($INFO['user'])));
/plugin/bloglinks/
H A Daction.php162 '@@NAME@@' => $this->getLang($type . '_link'),
/plugin/strata/syntax/
H A Dlist.php49 $R->cdata(sprintf($this->helper->getLang('content_error_explanation'),'Strata list'));
/plugin/blog/
H A Dhelper.php159 $flags['newentrytitle'] = $this->getLang('newentry');
/plugin/bez/struct/
H A DBezType.php148 $state = $bez_db_helper->getLang('state_' . $row['state']);
/plugin/loglog/helper/
H A Dalert.php112 $this->getLang($this->mainHelper->getNotificationString($logType, 'emailSubjectLang')),
/plugin/imagebox/
H A Dsyntax.php135 $renderer->doc.= '<a class="internal" title="'.$this->getLang('enlarge').'" href="'.$match['detail'].'" target="_blank">';
/plugin/google_adsense2/
H A Dadmin.php132 print '<p><input type="submit" value="'.$this->getLang('gads_save').'"></p></center>';
/plugin/groupmatrix/syntax/
H A Dtable.php86 return $this->getLang($attr) ?: $attr;
/plugin/facebookalbum/
H A Dsyntax.php223 $renderer->doc .= "<p>".html_wikilink($ID, $this->getLang('back_to_albums'))."</p>";
/plugin/semanticdata/
H A Daction.php67 $event->data['name'] = $this->getLang('dataentry');

1...<<3132333435363738394041