Home
last modified time | relevance | path

Searched refs:getLang (Results 526 – 550 of 1005) sorted by relevance

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

/plugin/passpolicy/
H A Dhelper.php142 $text .= sprintf($this->getLang('length'), $this->min_length) . "\n";
145 $text .= sprintf($this->getLang('pools'), $this->min_pools, join(', ', $pools)) . "\n";
148 $text .= $this->getLang('user1') . "\n";
151 $text .= sprintf($this->getLang('user2'), $this->usernamecheck) . "\n";
154 $text .= $this->getLang('nocommon');
157 $text .= $this->getLang('noleaked');
/plugin/farm/
H A Dconfig.class.php57 ptln('<div class="farm_cmd_title">'.$this->manager->getLang('config_title').'</div>');
58 ptln('<div class="farm_cmd_info">'.$this->manager->getLang('config_info').'</div>');
96 $l = ' '.$this->manager->getLang('config_field_name_'.$id).' : ';
105 ptln('<small>'.$this->manager->getLang('config_field_desc_'.$id).'</small>');
110 …e="submit" class="button" name="farm_opt[save]" value="'.$this->manager->getLang('btn_save').'" />…
H A Daction.php101 …its' || $ls == 'admin' || $ls == 'all') echo '<div class="info">'.$this->getLang('animal_lockstate…
103 …($_SERVER['REMOTE_USER'])) if($toobig) echo '<div class="error">'.$this->getLang('animal_toobig_me…
159 function getLang($code, $data = null) { function in action_plugin_farm
/plugin/bureaucracy/helper/
H A Dactiontemplate.php61 throw new Exception(sprintf($this->getLang('e_template'), $tpl));
96 throw new Exception($this->getLang('e_pagename'));
246 throw new Exception(sprintf($this->getLang('e_pageexists'), html_wikilink($pname)));
251 throw new Exception($this->getLang('e_denied'));
285 sprintf($this->getLang('summary'), $ID)
/plugin/abbrlist/
H A Dsyntax.php118 $R->doc .= $this->getLang('key');
121 $R->doc .= $this->getLang('value');
/plugin/likeit/
H A Daction.php64 'msg'=>$this->getLang('already_liked')
87 'msg' => $this->getLang('added'),
H A Dsyntax.php106 $renderer->doc .= "<span class='plugin_likeit label'>".hsc($this->getLang('likeit'));
120 $renderer->doc .= hsc($this->getLang('likeit')) ." (". $H->getUserCount() .")" ;
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLine.php70 if(!is_writable($this->configFile)) msg($this->helper->getLang('warning:not writable'),-1);
89 msg($this->helper->getLang('invalid save arguments'), -1);
/plugin/translator/
H A Dhelper.php579 $form = $caller->_startFieldSet($this->getLang('ExportManager'), 'translator_export');
598 …m_makeListboxField('Language', $languages, $_REQUEST['Language'], $this->getLang('Language') . ':'…
600 … $form->addElement(form_makeField('submit', 'export_language', $this->getLang('Export'), ''));
642 $display = $this->getLang('notTranslated');
669 … case $this->getLang('notTranslated') : $ADDITIONAL .= "WHERE tblTranslation.Value IS NULL";
671 … case $this->getLang('translated') : $ADDITIONAL .= "WHERE tblTranslation.Value IS NOT NULL";
969 $form = $parent->_startFieldSet($this->getLang('RevertManager'), 'translator_revert');
977 $form->addElement($this->getLang('RevertManagerHowTo'));
982 … $form->addElement(form_makeField('submit', 'fn[revertuploaded]', $this->getLang('Revert'), ''));
1099 msg($this->getLang('RevertValues'));
[all …]
/plugin/onlineordering/
H A Dsend_form.php155 $output .= '<b>'.$this->getLang('thank_you_for_ordering').'</b><br /><br />';
157 $sent_notice = str_replace('{email}', $form['email'], $this->getLang('sent_notice'));
170 …d="onlineordering_error">'.str_replace('{email}', $form['email'], $this->getLang('send_failure')).…
/plugin/publish/action/
H A Dmail.php66 dbglog(sprintf($this->getLang('mail_invalid'), htmlspecialchars($receiver)));
83 $subject = $this->getLang('apr_mail_subject') . ': ' . $ID . ' - ' . $timestamp;
193 $subject = $this->getLang('apr_mail_app_subject');
/plugin/task/syntax/
H A Dtask.php95 … . '<legend>'.$this->_icsDownload().$this->getLang('task').'</legend>'.DOKU_LF
137 if ($header) $renderer->doc .= hsc($this->getLang($header)).':';
226 $form->addButton(NULL, $this->getLang('btn_change'), $pos++);
256 $ret .= '<input class="button" type="submit" value="'.$this->getLang('btn_change').'" />';
/plugin/openas/
H A Daction.php273 $nodel = $this->getLang('nodelete');
278 $nocreate = $this->getLang('nocreate');
286 $nocreate = $this->getLang('nocreate');
291 $nocopy = $this->getLang('nocopy');
/plugin/batchedit/
H A Dinterface.js33 function getLang(id) { function
125 $searchInputs.prop('placeholder', getLang('hnt_' + searchMode + 'search'));
126 $replaceInputs.prop('placeholder', getLang('hnt_' + replaceMode + 'replace'));
327 proceed = confirm(getLang('war_nosummary'));
/plugin/photogallery/
H A Dsyntax.php143 msg($this->getLang('phpthumbdisabled'),2);
238 msg(sprintf($this->getLang('notauthorized'),$data['ns']),-1);
254 msg($this->getLang('phpthumbexecerror'),-1);
256 msg($this->getLang('phpthumbexecpermset'),1);
260 msg($this->getLang('phpthumbpermseterror'),-1);
280 … $R->doc .= '<div class="nothing">'.sprintf($this->getLang('nsnotexists'),$data['ns']).'</div>';
283 … $R->doc .= '<div class="nothing">'.sprintf($this->getLang('pgnotexists'),$data['pg']).'</div>';
302 …$data['ziplink'] = $R->internalmedia($zip,$this->getLang('lnk_download'),null,null,null,null,'link…
306 msg($this->getLang('zipdisabled'),2);
623 $this->_addString($info,$imgcnt,sprintf($this->getLang('imagescnt'),$imgcnt));
[all …]
/plugin/pubmed2020/
H A Dsyntax.php129 return sprintf($this->getLang('pubmed_not_found'), $refs["pmid"]);
476 $renderer->doc .= sprintf($this->getLang('pubmed_wrong_format'));
481 $renderer->doc .= sprintf($this->getLang('pubmed_not_found'), $curId);
550 $renderer->doc .= sprintf($this->getLang('plugin_cmd_not_found'),$cmd);
553 $renderer->doc .= $this->getLang('pubmed_available_cmd');
595 return sprintf($this->getLang('pubmed_wrong_format'));
601 return sprintf($this->getLang('pubmed_not_found'), $id);
/plugin/hipchat/
H A Daction.php67 …$say = '<b>' . $fullname . '</b> '.$this->getLang('hipchat_update').'<b><a href="' . $this->urlize…
68 if ($minor) $say = $say . ' ['.$this->getLang('hipchat_minor').']';
/plugin/bez/tpl/
H A Dcommcause_box.php24 <?php echo $tpl->getLang($tpl->get('thread_comment')->type . '_added') ?>
79 <?php echo $tpl->getLang('action_add') ?>
/plugin/strata/helper/
H A Dtriples.php58 msg(sprintf($this->getLang('error_triples_nodriver'), $driver), -1);
139 msg(sprintf($this->getLang('error_triples_remove'),hsc($error[2])),-1);
187 msg(sprintf($this->getLang('error_triples_fetch'),hsc($error[2])),-1);
231 msg(sprintf($this->getLang('error_triples_add'),hsc($error[2])),-1);
263 msg(sprintf($this->getLang('error_triples_query'),hsc($error[2])),-1);
265 msg(sprintf($this->getLang('debug_sql'),hsc($sql)),-1);
266 msg(sprintf($this->getLang('debug_literals'), hsc(print_r($literals,1))),-1);
366 function getLang($key) {
367 return $this->_triples->getLang($key);
847 msg(sprintf($this->getLang('error_triples_nod
348 function getLang($key) { global() function in strata_sql_generator
[all...]
/plugin/usersubscriptions/
H A Dsyntax.php131 $nss = $this->getLang('current_namespace');
134 $nss = $this->getLang('all_namespaces');
136 }else $nss = $this->getLang('the_namespace').' '.$fmtns;
/plugin/htmlabstract/
H A Dsyntax.php98 …$params['textlink'] = $this->getConf('textlink') ? $this->getConf('textlink') : $this->getLang("te…
104 $params['unknown_author'] = $this->getLang('extern_edit');
157 $item .= $this->getLang('author').$element['author'];
/plugin/nspages/printers/
H A Dprinter.php55 $this->printError($this->plugin->getLang('doesntexist').$wantedNS);
59 $this->printError($this->plugin->getLang('sidebarOrNs').$wantedNS);
91 $this->renderer->cdata($this->plugin->getLang(($type == 'page') ? 'nopages' : 'nosubns'));
/plugin/fedauth/classes/
H A Dfa_base.class.php68 …return array('msg' => $this->manager->getLang('unknowncmd').' <b>'.$this->cmd.'</b>', 'code' => -1…
153 $msg = $this->manager->getLang($msg);
/plugin/epub/
H A Dadmin.php81 …urn epub_admin_confirm(\'cache\');" id="epub_cache_btn" value="'.$this->getLang('btn_submit').'" …
82 …nfirm(\'media\');" name="cmd[media]" id="epub_media_btn" value="'.$this->getLang('btn_del').'" />'…
/plugin/recaptcha2/
H A Daction.php136 msg($this->getLang('testfailed'),-1);
140 msg($this->getLang('testfailed'),-1);

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