Home
last modified time | relevance | path

Searched refs:getLang (Results 801 – 825 of 1005) sorted by relevance

1...<<3132333435363738394041

/plugin/pageredirect/
H A Dsyntax.php161 $message = '<div class="noteredirect">' . sprintf($this->getLang('redirect_to'), $link) . '</div>';
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php43 msg($this->helper->getLang('invalid request csrf'), -1);
/plugin/aichat/
H A Daction.php50 'answer' => $this->getLang('restricted'),
/plugin/owncloud/
H A Daction.php61 $event->data[1] .= '<h1 id="headingusedmedia">'.$this->getLang('filesOnThisSide').'</h1>';
77 echo '<h1 id="headingusedmedia">'.$this->getLang('filesOnThisSide').'</h1>';
/plugin/tagadd/
H A Daction.php51 …<li class="plugin_tagadd__addtags">' . tpl_link(wl($ID), '<span>'.$this->getLang('btn_addTagButton…
52 'class="action tagadd" title="'.$this->getLang('btn_addTagButton').'"', 1) . '</li>';
/plugin/multipoll/
H A Dsyntax.php170 $renderer->doc .= $this->getLang('already_voted');
231 …$ret .= ' <input class="button" type="submit" name="multipoll_vote" value="'.$this->getLang('btn_v…
/plugin/crosspost/
H A Daction.php264 $title_copy = $this->getLang( 'cp_link_copy' );
265 $title_source = $this->getLang( 'cp_link_source' );
/plugin/sympaauth/
H A Dadmin.php75 …ptln(' <input type="submit" name="submit" class="button" value="'.$this->getLang('btn_uninstall…
81 …ptln(' <input type="submit" name="submit" class="button" value="'.$this->getLang('btn_install')…
/plugin/linkback/action/
H A Dsend.php192 $checkbox = $form->addCheckbox('plugin__linkback_toggle', $this->getLang('linkback_enabledisable'), $pos + 1)
205 $form->insertElement($pos + 1, form_makeCheckboxField('plugin__linkback_toggle', '1', $this->getLang('linkback_enabledisable'), 'plugin__linkback_toggle', 'edit', (($data['send']) ? array('checked' => 'checked') : array())));
/plugin/authmantis/
H A Dauth.php50 die( $this->getLang( 'mantis_core_missing' ) );
/plugin/webcomics/
H A Dsyntax.php84 $message = str_replace('%COMIC%', $match, $this->getLang('unknown'));
/plugin/addressbook/
H A Daction.php39 $res .= '<h2>'.$this->getLang('results msg').':</h2>';
/plugin/survey/syntax/
H A Dsurvey.php126 $this->getLang("Back") .
/plugin/authloginapi/
H A Dauth.php51 msg($this->getLang('login_failed'), -1);
/plugin/odt/renderer/
H A Dpagepdf.php101 $message = $this->getLang('conversion_failed_msg');
/plugin/approve/action/
H A Dnotification.php80 $full = sprintf($this->getLang('notification full'), $link);
/plugin/bpmnio/action/
H A Deditor.php31 $event->data['name'] = $this->getLang('edit_diagram');
/plugin/tagging/action/
H A Delasticsearch.php73 'label' => $this->getLang('search_filter_label'),
/plugin/struct/meta/
H A DValueValidator.php83 $prefix = sprintf($this->hlp->getLang('validation_prefix'), $label);
/plugin/siteexport/syntax/
H A Dsiteexport.php54 $submitLabel = $this->getLang('SiteSubmitLabel');
/plugin/tplmod/
H A Daction.php65 $_form.= '<fieldset ><legend>' . $this->getLang('uprofile_title') .'</legend>';
364 $name = $this->getLang('toggle_name');
374 $btn = $this->getLang('toggle_name');
/plugin/elasticsearch/action/
H A Dsearch.php397 echo '<h2>' . sprintf($this->getLang('totalfound'), $found) . '</h2>';
445 echo '<span class="ns">' . $this->getLang('ns') . ' ' . hsc($doc['namespace']) . '</span>';
452 echo ' <span class="author">' . $this->getLang('author') . ' ' . userlink($doc['user']) . '</span>';
/plugin/fedauth/classes/usr/
H A Dfa_manage.usr.class.php82 …$using = $id == $current ? '<span class="inuse">('.$this->manager->getLang('inuse').')</span>' : '…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DAbstractScript.php89 public function getLang(): ?string function in Elastica\\Script\\AbstractScript
/plugin/structodt/meta/
H A DAggregationTableOdt.php97 $this->renderer->doc .= '<a href="' . $href . '" class="export mediafile mf_pdf" ' . $style . '>'.$this->helper_structodt->getLang('btn_downloadAll').'</a>';

1...<<3132333435363738394041