Home
last modified time | relevance | path

Searched refs:getLang (Results 626 – 650 of 1005) sorted by path

1...<<21222324252627282930>>...41

/plugin/nspages/printers/
H A DrendererXhtmlHelper.php30 $text .= $this->plugin->getLang('continued');
/plugin/nspages/
H A Dsyntax.php188 $data['textNS'] = $this->getLang('subcats');
192 $data['textPages'] = $this->getLang('pagesinthiscat');
/plugin/nsrelation/
H A Dsyntax.php122 $out .= '<span>'.$this->getLang('nsrelations');
/plugin/oauth/action/
H A Dlogin.php98 '_legend' => $this->getLang('loginwith'),
128 $form->addFieldsetOpen($this->getLang('loginwith'))->addClass('plugin_oauth');
146 $this->getLang('eMailRestricted'),
183 msg($this->getLang('wrongConfig'), -1);
H A Duser.php121 form_openfieldset(['_legend' => $this->getLang('loginwith'), 'class' => 'plugin_oauth'])
161 $form->addFieldsetOpen($this->getLang('loginwith'), $pos)->addClass('plugin_oauth');
/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);
H A Dhelper.php119 $trans = $this->getLang($msg);
/plugin/ocr/
H A Daction.php33 'title' => $this->getLang('qb_abutton'),
/plugin/odp/
H A Drenderer.php323 ….$this->_xmlEntities( sprintf($this->getLang('tpl_not_found'),$this->template,$this->getConf("tpl_…
H A Dsyntax.php79 …"'.exportlink($ID, 'odp', ($REV != '' ? 'rev='.$REV : '')).'" title="'.$this->getLang('view').'">';
80 …g src="'.DOKU_BASE.'lib/plugins/odp/odp.png" align="right" alt="'.$this->getLang('view').'" width=…
/plugin/odt/
H A DMenuItemODT.php38 return $hlp->getLang('export_odt_button');
H A DMenuItemODTPDF.php38 return $hlp->getLang('export_odt_pdf_button');
H A Dsyntax.php96 …tlink($ID, 'odt', ($REV != '' ? 'rev=' . $REV : '')) . '" title="' . $this->getLang('view') . '">';
97 …"' . DOKU_BASE . 'lib/plugins/odt/odt.png" align="right" alt="' . $this->getLang('view') . '" widt…
249 $msg = $this->getLang('toc_msg');
250 $reminder = $this->getLang('update_toc_msg');
253 $msg = $this->getLang('chapter_msg');
254 $reminder = $this->getLang('update_chapter_msg');
/plugin/odt/action/
H A Dexport.php63 …params) . '" class="action export_odt" rel="nofollow" title="' . $this->getLang('export_odt_butto…
64 . '<span>' . $this->getLang('export_odt_button') . '</span>'
90 …ms) . '" class="action export_odt_pdf" rel="nofollow" title="' . $this->getLang('export_odt_pdf_b…
91 . '<span>' . $this->getLang('export_odt_pdf_button') . '</span>'
299 print $this->getLang('empty');
307 print $this->getLang('needtitle');
330 $msg = sprintf($this->getLang('forbidden'), hsc(join(', ', $skippedpages)));
355 msg($this->getLang($msglangkey), -1);
/plugin/odt/helper/
H A Dconfig.php594 …$warning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('template'),$this->getParam ('…
612 …$warning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('odt_template'),$this->getPara…
/plugin/odt/renderer/
H A Dpage.php261 $message = $this->getLang('init_failed_msg');
410 $data ['title'] = $this->getLang('toc_title');
H A Dpagepdf.php101 $message = $this->getLang('conversion_failed_msg');
/plugin/odt2dw/
H A Daction.php44 ….'<a href='.wl($ID, $params).' class="action import_odt" rel="nofollow" title="'.$this->getLang('…
45 .'<span>'.$this->getLang('import_odt_button').'</span>'
63 …if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExist…
68 if ( $message == 'default' ) $message = $this->getLang('formIntroMessage');
73 <legend>'.$this->getLang('formLegend').'</legend>
220 …= AUTH_UPLOAD ) $this->result .= '<sub>{{'.$this->odtFileName.'|'.$this->getLang('parserOriginalFi…
269 if ( ! $output ) die( $this->getLang( 'er_msg_nomessage' ) );
295 …$content = $output.' : '.$this->getLang( $output ).( is_array( $message ) ? ' : '.$message[1] : ''…
370 …) as $lang_elt ) if ( ! $this->XSLT->setParameter( '', $lang_elt, $this->getLang('xsl_'.$lang_elt …
381 …saveWikiText( $this->pageName, $this->result, $this->getLang( 'parserSummary' ).$this->odtFileName…
/plugin/odtplus2dw/
H A DMenuItem.php33 return $hlp->getLang('import_button');
H A Daction.php62 .'<a href='.wl($ID, $params).' class="action import_file" rel="nofollow" title="'.$this->getLang('import_button').'">'
63 .'<span>'.$this->getLang('import_button').'</span>'
80 if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExistMessage' ) ), $info );
85 if ( $message == 'default' ) $message = $this->getLang('formIntroMessage');
90 <legend>'.$this->getLang('formLegend').'</legend>
237 if ( $this->getConf('parserLinkToOriginalFile') && auth_quickaclcheck($ID) >= AUTH_UPLOAD ) $this->result .= '<sub>{{'.$this->userFileName.'|'.$this->getLang('parserOriginalFile').'}}</sub>
263 # * string : key for $this->getLang() function
265 # $message[0] : string : key for $this->getLang() function
286 if ( ! $output ) die( $this->getLang( 'er_msg_nomessage' ) );
312 $content = $output.' : '.$this->getLang(
[all...]
/plugin/offline/
H A Dsyntax.php71 $renderer->doc .= '<a href="'.exportlink($ID, 's5').'" title="'.$this->getLang('view').'">';
72 …'.DOKU_BASE.'lib/plugins/offline/screen.gif" align="right" alt="'.$this->getLang('view').'" width=…
/plugin/oiddelegate/
H A Dadmin.php157 echo '<input type="submit" value="'.$this->getLang('submit').'" class="button" />';
/plugin/onlinenumber/
H A Dsyntax.php181 $error = $this->getLang('err1') . $base . $this->getLang('err2');
/plugin/onlineordering/
H A Dconfirm_form.php23 $output .= '<b>'.$this->getLang('confirm_values').'</b><br /><br />';
30 $output .= '<th><label for="title">'.$this->getLang('title').'</label></th>';
37 $output .= '<th><label for="firstname">'.$this->getLang("firstname").'</label></th>';
43 $output .= '<th><label for="lastname">'.$this->getLang('lastname').'</label></th>';
49 $output .= '<th><label for="street">'.$this->getLang('street').'</label></th>';
55 $output .= '<th><label for="postcode">'.$this->getLang('postcode').'</label></th>';
61 $output .= '<th><label for="place">'.$this->getLang('place').'</label></th>';
67 $output .= '<th><label for="country">'.$this->getLang('country').'</label></th>';
73 $output .= '<th><label for="email">'.$this->getLang('email').'</label></th>';
79 $output .= '<th><label for="price">'.$this->getLang('price').'</label></th>';
[all …]
H A Dorder_form.php13 $output .= '<b>'.$this->getLang('enter_values').'</b><br />';
14 $output .= $this->getLang('mandatory_fields').'<br /><br />';
21 $output .= '<th><label for="title">'.$this->getLang('title').'</label></th>';
29 if ($form_title == $this->getLang('field_title_ms') ) { $output .= 'selected'; }
30 $output .= ' value="'.$this->getLang('field_title_ms').'">'.$this->getLang('field_title_ms').'</opt…
33 if ($form_title == $this->getLang('field_title_mr') ) { $output .= 'selected'; }
34 $output .= ' value="'.$this->getLang('field_title_mr').'">'.$this->getLang('field_title_mr').'</opt…
64 $output .= '<th><label for="place">'.$this->getLang('place').'<i>*</i></label></th>';
105 $output .= '<th><label for="email">'.$this->getLang('email').'<i>*</i></label></th>';
120 …output .= ' ('.$this->getLang("ppu").': '.number_format($data['price'],2,",",":").' '.$data['curre…
[all …]

1...<<21222324252627282930>>...41