Lines Matching refs:getLang

152             print($this->getLang($message->getFormatId(), call_user_func_array(array($this, 'getLang'), $message->data)));
168 $stats = $this->getLang('sts_preview', $matches, $pages);
173 $stats = $this->getLang('sts_apply', $matches, $pages, $edits);
260 $lang[$id] = $this->getLang($id);
273 print('<span class="be-apply" title="' . $this->getLang($title) . '">');
283 $stats = $this->getLang('sts_page', $page->getId(), $this->getLangPlural('sts_matches', count($page->getMatches())));
316 $action = '<a class="be-action" href="' . $href . '" title="' . $this->getLang($titleId) . '">';
395 print('<td class="be-title">' . $this->getLang($title) . '</td>');
406 $placeholder = $this->getLang($this->getPlaceholderId($name));
445 $style = 'min-width: ' . $this->getLang('dim_options') . ';';
450 print('<div>' . $this->getLang('lbl_searchmode') . '</div>');
468 $style = 'width: ' . $this->getLang('dim_extoptions') . ';';
491 $label = preg_split('/(\{\d\})/', $this->getLang('lbl_matchctx'), -1, PREG_SPLIT_DELIM_CAPTURE);
505 $label = explode('{1}', $this->getLang('lbl_searchlimit'));
516 $label = explode('{1}', $this->getLang('lbl_keepmarks'));
526 print('<option value="' . $i . '"' . $selected . '>' . $this->getLang('lbl_keepmarks' . $i) . '</option>');
650 $label = $this->getLang($label);
666 $html = '<input type="submit" class="button be-button be-submit" name="' . $name . '" value="' . $this->getLang($label) . '"';
679 print('<input type="button" class="button be-button" name="' . $name . '" value="' . $this->getLang($label) . '" />');
685 private function getLang($id) {
686 $string = $this->plugin->getLang($id);
707 $lang = $this->getLang($id . $this->getPluralForm($quantity), $quantity);
713 return $this->getLang($id . '#many', $quantity);