Home
last modified time | relevance | path

Searched refs:getLang (Results 351 – 375 of 1005) sorted by relevance

1...<<11121314151617181920>>...41

/plugin/tocselect/
H A Dsyntax.php55 $select = $this->getLang('select');
56 $nsroot = $this->getLang('nsroot');
57 $rootopen = $this->getLang('rootopen');
/plugin/aclauditor/
H A Dsyntax.php53 …'])) ? 'both' : (isset($data['what']) ? 'what' : 'who')).'" value="'.$this->getLang('menu').'" />';
60 …$renderer->doc .= '<input type="submit" name="aclaudit_scenario_run" value="'.$this->getLang('run'…
61 }else $renderer->doc .= '<input type="submit" name="" value="'.$this->getLang('run').'" />';
/plugin/stopforumspam2/
H A Daction.php29 $title = $this->getLang('denied');
77 … $string = sprintf($this->getLang('beinglisted'), round(($logdate + $expire - $current) / 60, 1));
91 msg($this->getLang('spammyelementreg'), -1);
95 $string = sprintf($this->getLang('listed'), $expiremin);
/plugin/pagebuttons/
H A Daction.php78 …array_splice($event->data['items'], -1, 0, array(new DeletePageButton($this->getLang('delete_menu_…
101 …array_splice($event->data['items'], -1, 0, array(new NewPageButton($this->getLang('newpage_menu_it…
124 …array_splice($event->data['items'], -1, 0, array(new NewFolderButton($this->getLang('newfolder_men…
164 msg($this->getLang('deleted_ok'), 1);
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineConfigCascade.php35 msg($this->helper->getLang('invalid save arguments'), -1);
89 msg($this->helper->getLang('no local file given'),-1);
97 msg($this->helper->getLang('cannot apply changes'), -1);
100 msg($this->helper->getLang('changes applied'), 1);
/plugin/linkback/
H A Dhelper.php51 return $this->getLang('linkbacks');
75 $linkback = '0&nbsp;' . $this->getLang('linkback_plural');
77 $linkback = '1&nbsp;' . $this->getLang('linkback_singular');
79 $linkback = $number . '&nbsp;' . $this->getLang('linkback_plural');
/plugin/gitlabproject/
H A Dsyntax.php131 $renderer->doc .= '<b class="gitlab">'.$this->getLang('gitlab.project').'</b><br>';
135 …$renderer->doc .= '<p><b>'.$this->getLang('gitlab.activity').':</b> '.$date_time['date'].' - '.$da…
136 $renderer->doc .= '<p><b>'.$this->getLang('gitlab.members').':</b>';
156 $renderer->doc .= '<b class="gitlab">'.$this->getLang('gitlab.project').'</b><br>';
158 $renderer->doc .= '<p>'.$this->getLang('gitlab.error').'</p>';
/plugin/oauth/
H A Dauth.php65 msg($this->getLang('emailduplicate'), -1);
84 msg($this->getLang('emailduplicate'), -1);
189 public function getLang($id) function in auth_plugin_oauth
191 $result = parent::getLang($id);
195 return $parent->getLang($id);
/plugin/gitlabapi/
H A Dsyntax.php148 $renderer->doc .= '<b class="gitlab">'.$this->getLang('gitlab.project').'</b><br>';
152 …$renderer->doc .= '<p><b>'.$this->getLang('gitlab.activity').':</b> '.$date_time['date'].' - '.$da…
172 $renderer->doc .= '<b class="gitlab">'.$this->getLang('gitlab.commits').'</b><br>';
201 $renderer->doc .= '<b class="gitlab">'.$this->getLang('gitlab.issues').'</b><br>';
241 $renderer->doc .= '<b class="gitlab">'.$this->getLang('gitlab.milestones').'</b><br>';
271 $renderer->doc .= '<b class="gitlab">'.$this->getLang('gitlab.pipelines').'</b><br>';
302 $renderer->doc .= '<b class="gitlab">'.$this->getLang('gitlab.project').'</b><br>';
304 $renderer->doc .= '<p>'.$this->getLang('gitlab.error').'</p>';
/plugin/newnamespacepermissions/
H A Daction.php46 msg($this->getLang('namespace creation not allowed'),-1);
63 msg($this->getLang('namespace creation not allowed'), -1);
64 …msg($this->getLang('you tried to save') . '<pre>' . hsc($event->data['newContent']) . '</pre>', 0);
/plugin/xcom/
H A Daction.php38 $JSINFO['pwdhide'] = $this->getLang('pwdhide');
39 $JSINFO['pwdview'] = $this->getLang('pwdview');
40 $JSINFO['savelocalfile'] = $this->getLang('savelocalfile');
/plugin/twofactorgoogleauth/
H A Daction.php37 $form->addHTML('<figure><p>' . $this->getLang('directions') . '</p>');
42 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
71 return $this->getLang('verifymodule');
/plugin/pdb/
H A Dsyntax.php59 $renderer->doc.= $this->getLang('pdb_no_image').NL;
67 $renderer->doc.= $this->getLang('pdb_no_summary').NL;
75 $imageHtml = $this->getLang('pdb_no_image').NL;
83 $renderer->doc.= $this->getLang('pdb_no_summary').NL;
132 …$renderer->doc.='<div class="pdb_plugin">'.sprintf($this->getLang('plugin_cmd_not_found'),$cmd).'<…
133 … $renderer->doc.='<div class="pdb_plugin_text">'.$this->getLang('pdb_available_cmd').'</div>';
170 $this->getLang('pdb_ligand'):$this->getlang('pdb_ligands');
/plugin/blog/syntax/
H A Dautoarchive.php52 msg($this->getLang('missing_tagplugin'), -1);
77 msg($this->getLang('missing_pagelistplugin'), -1);
134 $R->doc .= $this->getLang('month_'.$m);
152 return sprintf($this->getLang('autoarchive'),
153 $num, $this->getLang("month_$month"),
H A Darchive.php104 msg($this->getLang('missing_tagplugin'), -1);
118 $renderer->doc .= '<h1>' . $this->getLang('archive_title') . '</h1>';
125 msg($this->getLang('missing_pagelistplugin'), -1);
191 $list .= '<h3 id="m' . date('o-m',$entry['date']) . '">' . $this->getLang('month_' . $current_month) . '</h3><ul>' . DOKU_LF;
231 $alt .= $this->getLang('entries');
233 $alt .= $this->getLang('entry');
/plugin/authfacebook/
H A Daction.php55getLang('why_facebook')."</p><a href='$auth_url' style='$a_style' title='".$this->getLang('enter_f…
/plugin/translate/
H A Dhelper.php293 $text = $this->getLang('translate_this_page');
395 $form->startFieldset($this->getLang('translation'));
402 $this->getLang('original_language'),
411 …$form->addElement(form_makeListboxField('to',$options,$target_lang,$this->getLang('translate_to'),…
414 $this->getLang('original_title'),
417 …$form->addElement(form_makeTextField('title',$target_title,$this->getLang('translated_title'),'',$…
418 $form->addElement(form_makeButton('submit','', $this->getLang('create_translation')));
433 $form->startFieldset($this->getLang('create_new_page'));
442 …$form->addElement(form_makeListboxField('lang',$options,$_REQUEST['lang'],$this->getLang('language…
443 …$form->addElement(form_makeTextField('title',$_REQUEST['title'],$this->getLang('title'),'',$class)…
/plugin/vcard/
H A Dsyntax.php182 $folded .= ' <b>'.$this->getLang('email').'</b> ';
203 $html = '<b>'.$this->getLang('website').'</b> ';
209 $html = '<b>'.$this->getLang('bday').'</b> '. $renderer->_xmlEntities($data['bday']);
240 $folded .= ' <b>'.$this->getLang('address').'</b> '. join(', ', $addr);
264 $folded .= ' <b>'.$this->getLang('work').':</b> '. $html;
269 $folded .= ' <b>'.$this->getLang('cell').':</b> '. $html;
274 $folded .= ' <b>'.$this->getLang('home').'</b> '. $html;
314 $html .= '>'.$this->getLang($text);
/plugin/phpipam/
H A Dsyntax.php915 $_lang = $this->getLang($_key) ;
1011 $_lang = $this->getLang($_key) ;
1293 $_more['subnet'][0] = $this->getLang('subnet') ;
1354 $_lang = $this->getLang($_key) ;
1458 $_lang = $this->getLang($_key) ;
1778 $html .= $this->getLang($_key[1]) . '</b>' ;
1903 $_lang = $this->getLang($_key) ;
1989 $_lang = $this->getLang($_key) ;
2072 $_more['rd'][0] = $this->getLang('rd') ;
2083 $_lang = $this->getLang($_key) ;
[all …]
/plugin/ckgdoku/action/
H A Dmeta.php383 'value' => $this->getLang('btn_fck_edit'),
386 'title' => $this->getLang('btn_fck_edit')
414 $discard = $this->getLang('discard_edits');
599 msg($this->getLang("sym_not created_2") ." $userfiles",-1);
605 msg($this->getLang("sym_not created_3") . " $userfiles");
611 msg($this->getLang("syms_created") . " $links_created",2);
726 msg($this->getLang('deprecation').
731 msg($this->getLang('ckgcke_conflict'),2);
742 $JSINFO['confirm_delete']= $this->getLang('confirm_delete');
921 $msg = $this->getLang('dblclk');
[all …]
/plugin/whyspam/
H A Dadmin.php43 echo '<legend>'.$this->getLang('paste').'</legend>';
59 echo '<p>'.$this->getLang('found').'</p>';
66 echo '<p>'.$this->getLang('notfound').'</p>';
/plugin/templater/
H A Dsyntax.php134 $renderer->doc .= $this->getLang('no_permissions_view');
143 $renderer->doc .= $this->getLang('template');
147 $renderer->doc .= $this->getLang('not_found');
153 $renderer->doc .= $this->getLang('processing_template');
157 $renderer->doc .= $this->getLang('stopped_recursion');
262 $no_section_end = $this->getLang('no_such_section');
/plugin/btable2/
H A Dsyntax.php158 'accept-charset="'.$this->getLang('encoding').'">' . "\n";
258 $renderer->doc .= $this->getLang('btable_header');
270 $renderer->doc .= $this->getLang('btable_header_del');
300 $renderer->doc .= ' '.$this->getLang('btable_no_entries');
437 'value="'.$this->getLang('btable_btn_change').'" />';
442 'alt="'.$this->getLang('btable_btn_delete').'" />';
454 $ret .= " <td>".$this->getLang('btable_summary').'</td>';
561 'value="'.$this->getLang('btable_btn_submit').'" />';
573 $ret .= $this->getLang('btable_export');
/plugin/confmanager/tpl/
H A DdeleteButton.php4 alt="<?php echo hsc($helper->getLang('delete_action')) ?>"
5 title="<?php echo hsc($helper->getLang('delete_action_tooltip')) ?>"
/plugin/settingstree/
H A Dscript.js26 getLang = function (msgid){ function
49 …$root.find('.settingstree_error_area').html($("<div class='notify'>"+getLang('saving_changes')+"</…
78 …$root.find('.settingstree_error_area').html($("<div class='notify'>"+getLang('preparing_export')+"…
123 …ngstree_error_area').html($("<div class='error'><h4>"+getLang('pending_change')+"</h4><p>"+getLang
126 …$root.html('<div class="settingstree_error_area"><div class="notify">'+getLang('loading_level')+'<…
147 $left_col.html('<div class="notify">'+getLang('loading_hierarchy')+'</div>');

1...<<11121314151617181920>>...41