Home
last modified time | relevance | path

Searched refs:getLang (Results 176 – 200 of 1005) sorted by last modified time

12345678910>>...41

/plugin/addnewpage/
H A Dsyntax.php100 $renderer->doc .= $this->getLang('nooption');
116 … . '<input class="button" type="submit" value="' . $this->getLang('okbutton') . '" tabindex="4" />'
187 …tion ' . (($currentns == '') ? 'selected ' : '') . ' value="">' . $this->getLang('namespaceRoot') …
/plugin/gitbacked/action/
H A Deditcommit.php312 $mailer->subject($this->getLang($subject_id));
/plugin/dw2pdf/
H A DMenuItem.php45 return $hlp->getLang('export_pdf_button');
H A Daction.php173 throw new Exception($this->getLang('notexist'));
178 throw new Exception($this->getLang('needtitle'));
182 throw new Exception($this->getLang('needns'));
250 throw new Exception($this->getLang('needtitle'));
258 // print $this->getLang('empty');
264 throw new Exception($this->getLang('empty'));
270 throw new Exception($this->getLang('needtitle'));
275 throw new Exception($this->getLang('missingbookcreator'));
285 throw new Exception($this->getLang('needtitle'));
289 throw new Exception($this->getLang('empt
[all...]
/plugin/dw2pdf/syntax/
H A Dexportlink.php78 'title' => sprintf($this->getLang('export_ns'), $ns, $title),
/plugin/hidden/
H A Daction.php21 'title' => $this->getLang('button'),
H A Dsyntax.php46 $return = array('text' => $this->getLang('switch.default'), 'type' => 'switch');
65 'editText' => $this->getLang('edit'),
/plugin/combo/ComboStrap/
H A DMarkupPath.php803 function getLang(): ?string function in ComboStrap\\MarkupPath
H A DDateTag.php42 $lang = Site::getLang();
H A DMessage.php175 $firedByLang = $this->plugin->getLang('message_come_from');
H A DSite.php289 return Lang::createFromValue(Site::getLang());
421 $lang = self::getLang();
458 public static function getLang(): string function in ComboStrap\\Site
H A DLang.php206 return Site::getLang();
/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/combo/action/
H A Droutermessage.php106 ->addHtmlContent("<p>" . sprintf($this->getLang('message_redirected_by_redirect'), hsc($pageIdOrigin)) . "</p>");
/plugin/combo/admin/
H A Dpagerules.php43 // of use of $this->getLang
308 $lang = $this->getLang($id);
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php122 $this->helper_structodt->getLang('btn_downloadAll') .
129 $this->helper_structodt->getLang('btn_downloadAll') .
H A DAggregationTableOdt.php97 $this->renderer->doc .= '<a href="' . $href . '" class="export mediafile mf_pdf" ' . $style . '>'.$this->helper_structodt->getLang('btn_downloadAll').'</a>';
/plugin/data/
H A Daction.php79 $event->data['name'] = $this->getLang('dataentry');
H A Dhelper.php312 . '" title="' . sprintf($this->getLang('tagfilter'), hsc($val))
422 $column['title'] = $this->getLang($s[0]);
/plugin/data/admin/
H A Dclean.php59 return $this->getLang('menu_clean');
83 msg(sprintf($this->getLang('pages_del'), $count), 1);
98 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('submit_clean')));
H A Daliases.php62 return $this->getLang('menu_alias');
119 '<th>' . $this->getLang('name') . '</th>' .
120 '<th>' . $this->getLang('type') . '</th>' .
121 '<th>' . $this->getLang('prefix') . '</th>' .
122 '<th>' . $this->getLang('postfix') . '</th>' .
123 '<th>' . $this->getLang('enum') . '</th>' .
166 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('submit')));
/plugin/data/syntax/
H A Dcloud.php193 '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
H A Dentry.php338 $renderer->form->startFieldset($this->getLang('dataentry'));
353 $this->getLang('class'),
371 $header .= '<th class="' . $column . '">' . $this->getLang($column) . '</th>';
443 form_makeField('text', $fieldid . '[title]', $vals['origkey'], $this->getLang('title')),
452 $this->getLang('type')
457 $this->getLang('multi'),
466 $this->getLang('value')
472 $this->getLang('comment'),
502 $renderer->form->addFieldsetOpen($this->getLang('dataentry'))->attr('class', 'plugin__data');
510 $renderer->form->addTextInput('data_edit[classes]', $this->getLang('clas
[all...]
H A Dlist.php82 $R->cdata($this->getLang('none'));
H A Dtable.php400 $text .= '<h4>' . sprintf($this->getLang('tablefilteredby'), hsc(implode(' & ', $fltrs))) . '</h4>';
402 '<a href="' . wl($ID) . '">' . $this->getLang('tableresetfilter') . '</a>' .
436 '" title="' . $this->getLang('sort') . '">' . hsc($head) . '</a>';
489 $R->cdata($this->getLang('none'));
543 '" title="' . $this->getLang('prev') .
544 '" class="prev">' . $this->getLang('prev') . '</a>';
560 '" title="' . $this->getLang('next') .
561 '" class="next">' . $this->getLang('next') . '</a>';

12345678910>>...41