Home
last modified time | relevance | path

Searched refs:getLang (Results 151 – 175 of 1005) sorted by relevance

12345678910>>...41

/plugin/approve/action/
H A Dprettyprint.php33 'approved' => $this->getLang('approved'),
34 'marked_approve_ready' => $this->getLang('marked_approve_ready'),
35 'draft' => $this->getLang('draft'),
36 'by' => $this->getLang('by'),
37 'date' => $this->getLang('hdr_updated'),
38 'version' => $this->getLang('version'),
39 'approver' => $this->getLang('approver')
/plugin/note/
H A Daction.php23 'title' => $this->getLang('note_picker'),
28 'title' => $this->getLang('tb_note'),
35 'title' => $this->getLang('tb_tip'),
42 'title' => $this->getLang('tb_important'),
49 'title' => $this->getLang('tb_warning'),
/plugin/howhard/
H A Daction.php40 'title' => $this->getLang('level1'),
46 'title' => $this->getLang('level2'),
52 'title' => $this->getLang('level3'),
58 'title' => $this->getLang('level4'),
64 'title' => $this->getLang('level5'),
/plugin/securelogin/
H A Dadmin.php35 return $this->getLang('securelogin_conf');
91 $form->startFieldset($this->getLang('generate_key'));
92 …y]', $this->slhlp->getKeyLengths(), $this->slhlp->getKeyLength(), $this->getLang('key_length'), 'k…
93 $form->addElement(form_makeButton('submit', '', $this->getLang('generate')));
103 $form->startFieldset($this->getLang('test_key'));
104 …dElement(form_makeTextField('fn[test][message]', $this->getLang('sample_message'), $this->getLang(…
105 $form->addElement(form_makeButton('submit', '', $this->getLang('test')));
/plugin/blogtng/tpl/default/
H A Dlist.php20 <a href="<?php $entry->tpl_link()?>" class="wikilink1 blogtng_permalink"><?php echo $this->getLang(…
26 …tlink"><?php $entry->tpl_commentcount($this->getLang('0comments'),$this->getLang('1comments'),$thi…
28 <?php echo $this->getLang('tags').": ";$entry->tpl_tags('')?>
/plugin/solr/
H A Dhelper.php217 'get', $this->getLang('show_advsearch'), $this->getLang('btn_advsearch'));
234 ptln(' <td class="advsearch-label1"><strong>'.$this->getLang('findresults').'</strong></td>');
237 ptln(' <td class="label"><label for="search_plus">'.$this->getLang('allwords').'</label></td>');
241 …ptln(' <td class="label"><label for="search_exact">'.$this->getLang('exactphrase').'</label></td>…
245 …ptln(' <td class="label"><label for="search_minus">'.$this->getLang('withoutwords').'</label></td…
249 ptln(' <td class="advsearch-label2">'.$this->getLang('in_namespace').'</td>');
266 'label' => $this->getLang('searchfield_title'),
270 'label' => $this->getLang('searchfield_abstract'),
274 'label' => $this->getLang('searchfield_creator'),
278 'label' => $this->getLang('searchfield_contributor'),
[all …]
/plugin/tokenbucketauth/
H A Dadmin.php77 msg(sprintf($this->getLang('del_ipnotfound'), $ip), -1);
117 msg(sprintf($this->getLang('del_success'), $ip), 1);
120 msg(sprintf($this->getLang('del_ipnotfound'), $ip), -1);
166 echo '<th>'.$this->getLang('ip').'</th>';
167 echo '<th>'.$this->getLang('host').'</th>';
168 echo '<th>'.$this->getLang('date').'</th>';
169 echo '<th>'.$this->getLang('del').'</th>';
184 …echo '<td><input type="submit" name="delip['.$ip.']" value="'.hsc($this->getLang('del')).'" class=…
191 …echo '<td colspan="4" style="text-align:center; font-style: italic">' . hsc($this->getLang('noban'…
/plugin/tplinc/
H A Dadmin.php40 msg($this->getLang('saved'), 1);
63 echo '<th>' . $this->getLang('pattern') . '</th>';
64 echo '<th>' . $this->getLang('page') . '</th>';
65 echo '<th>' . $this->getLang('location') . '</th>';
66 echo '<th>' . $this->getLang('skipacl') . '</th>';
91 …echo '<td colspan="5"><button type="submit" name="action" value="save">' . $this->getLang('save') …
121 echo $this->getLang('skipacl');
/plugin/ghissues/syntax/
H A Dsyntax.php63 $headerState = $this->getLang('open');
72 $headerState = $this->getLang('closed');
76 $headerState = $this->getLang('all');
94 $headerLabel = $this->getLang('withLabels');
96 $headerLabel = $this->getLang('withLabel');
101 $headerLabel .= htmlentities(implode($this->getLang('and'),$rawLabels));
108 $buildHeader = $headerState.$this->getLang('issuesIn');
111 $wholeFooter = $this->external_link($httpUrl, $this->getLang('viewOnGH'), NULL, '_blank');
/plugin/structtasks/
H A Daction.php39 $getLang = [$this, 'getLang'];
41 new AssignedNotifier($getConf, $getLang),
42 new ClosedStatusNotifier($getConf, $getLang),
43 new DateNotifier($getConf, $getLang),
44 new DeletedNotifier($getConf, $getLang),
45 new OpenStatusNotifier($getConf, $getLang),
46 new RemovedNotifier($getConf, $getLang),
47 new SelfRemovalNotifier($getConf, $getLang),
/plugin/txtconf/
H A Dadmin.php58 'name' => $this->getLang('menu'),
59 'desc' => $this->getLang('desc'),
101 if ($_POST['submit'] == $this->getLang('btn_addnew')) {
156 …ptln('<input type="submit" name="submit" class="button" value="'.$this->getLang('btn_editThisConf'…
168 $this->_print_choose_conf_form($this->getLang('msg_chooseConf'));
181 ptln('<p>'.$this->getLang('msg_howto').'</p>');
207 ptln('<p>'.$this->getLang('msg_howtoadd').'</p>');
212 …ptln(' <input type="submit" name="submit" class="button" value="'.$this->getLang('btn_addnew').'"…
215 ptln('<p>'.$this->getLang('filelocked').'</p>');
220 $this->_print_choose_conf_form($this->getLang('msg_editThisConf'));
/plugin/twcheckliste/
H A Dadmin.php78 <h1>' . $this -> getLang('menu') . '</h1>
85 ' . $this -> getLang('label_config') . '
87 <label class="block"><span>' . $this -> getLang('label_logo') . '</span>
91 <label class="block"><span>' . $this -> getLang('label_farbcode') . '</span>
95 <label class="block"><span>' . $this -> getLang('label_footertext') . '</span>
99 …<input type="submit" class="button" name="btn_speichern" value="' . $this -> getLang('btn_save') .…
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php74 echo '<u>' . $this->getLang ( 'firstresult' ) . '</u><br>';
81 echo $this->getLang ( 'emptyresult' );
93 …echo $this->getLang ( 'queryexecuted' ) . ($err != 0 ? $this->getLang ( 'no' ) : $this->getLang ( …
98 echo '<br><u>' . $this->getLang ( 'nextresult' ) . '</u><br>';
102 echo $this->getLang ( 'queriesnotexecuted' );
136 echo '<u>' . $this->getLang ( 'firstresult' ) . '</u><br>';
142 echo $this->getLang ( 'emptyresult' );
159 echo $this->getLang ( 'queriesnotexecuted' );
438 …return "<a href=\"$url\" title=\"" . $this->getLang ( 'filedlhint' ) . '">' . $this->getLang ( 'cm…
511 public function getLang($name) { function in DbWrapper
[all …]
/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php43 $txt .= $this->getLang('ab');
45 $txt .= $this->getLang('um');
47 $txt .= ' '.$hh_start.':'.$mm_start.' '.$this->getLang('uhr').' ';
56 $txt .= ' '.$this->getLang('bis').' ';
63 $txt .= $this->getLang('um').' '.$hh_end.':'.$mm_end.' '.$this->getLang('uhr').' ';
81 $txt .= ' '.$this->getLang('bis').' ';
84 $txt .= $this->getLang('um').' '.$hh_end.':'.$mm_end.' '.$this->getLang('uhr').' ';
/plugin/calc/
H A Dsyntax.php28 'desc' => $this->getLang('calc_description'),
121 $renderer->doc .= "\"<b>".$this->getLang('calc_erreur')."</b> ".$e->getMessage()."\"";
129 $renderer->doc .= "\"<b>".$this->getLang('calc_erreur')."</b> ".$php_errormsg."\"";
135 $renderer->doc .= "\"".$this->getLang('calc_valeurincorrecte')."\"";
143 $out=number_format($tmp[0], 0, $this->getLang('calc_sepdec'), $this->getLang('calc_sepmil'));
144 if (isset($tmp[1])) $out.= $this->getLang('calc_sepdec').$tmp[1];
/plugin/countdown/
H A Dsyntax.php74 if (!$descr) $descr = $this->getLang('nodesc');
88 $ldays= $this->getLang('days');
98 $TextArray[]= ($dt_diff->invert ? $this->getLang('since') : $this->getLang('until'));
124 … $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $Next->getTimestamp()) . ")";
132 …, abs($difdata['days']), ($difdata['days'] == 1 ? $this->getLang('oneday') : $this->getLang('days'…
134 , ($difdata['distance'] < 0 ? $this->getLang('since') : $this->getLang('until') )
138 $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $thatDate) . ")";
/plugin/bookcreator/action/
H A Dpagetools.php44 <b>' . $this->getLang('toolbar') . '</b><br>
47 &nbsp;' . $this->getLang('addpage') . '
53 <b>' . $this->getLang('toolbar') . '</b><br>
56 &nbsp;' . $this->getLang('removepage') . '
65 &nbsp;' . $this->getLang('showbook') . '(<span id="bookcreator__pages">0</span> ' . $this->getLang('pages') . ')
73 &nbsp;' . $this->getLang('help') . '
/plugin/ckgedit/
H A Dadmin.php55 echo $this->getLang('stylesheet_oinfo');
65 …ptln('<p style = "line-height: 200%;">' . $this->getLang('default_stylesheet') . ': (' .$this->tem…
66 ptln('<label for="ckg_save_ss">' .$this->getLang('checkbox').'</label>');
68 …ptln('<input type="submit" name="cmd[stylesheet]" value="'.$this->getLang('style_sheet').'" /></p…
72 ptln('<p style = "line-height: 200%;">' . $this->getLang('alt_stylesheet') .'<br />');
76 …ptln('<input type="submit" name="cmd[alt_stylesheet]" value="'.$this->getLang('style_sheet').'" /…
81 ptln(htmlspecialchars($this->getLang($this->output)). " " .$this->template);
87 ptln(htmlspecialchars($this->getLang($this->output)). " " .$this->alt);
/plugin/confmanager/action/
H A Dregisterconfig.php40 $scheme->setName($this->getLang('URL Schemes'));
45 $wordBlock->setName($this->getLang('Blacklisting'));
50 $acronyms->setName($this->getLang('Acronyms'));
55 $entities->setName($this->getLang('Entity replacements'));
60 $mime->setName($this->getLang('MIME configuration'));
65 $interWiki->setName($this->getLang('InterWiki Links'));
70 $smileys->setName($this->getLang('Smileys'));
/plugin/quickstats/GEOIP/
H A Dget_geocity2.php33 qs_say($helper->getLang('download_fail'), $gzfile);
39 qs_say($helper->getLang('write_fail'), $gzfile);
43 qs_say($helper->getLang('write_fail'), $gzfile);
47 qs_say($helper->getLang('file_saved'), $gzfile);
54 qs_say($helper->getLang('file_saved'), $data_file);
57 qs_say($helper->getLang('no_unpack'), $gzfile);
/plugin/vbsso/
H A Daction.php152 $form->startFieldset($this->getLang('btn_login'));
155 …((!$INPUT->bool('http_credentials')) ? $INPUT->str('u') : ''), $this->getLang('user'), 'focus__thi…
157 …$form->addElement(form_makePasswordField('vb_login_password', $this->getLang('pass'), '', 'block')…
158 …$form->addElement(form_makeCheckboxField('cookieuser', '1', $this->getLang('remember'), 'remember_…
160 $form->addElement(form_makeButton('submit', '', $this->getLang('btn_login')));
165 …$form->addElement('<p>' . $this->getLang('reghere') . ': ' . tpl_link(sharedapi_url_add_destinatio…
166 $this->getLang('btn_register'), '', TRUE) . '</p>');
171 …$form->addElement('<p>' . $this->getLang('pwdforget') . ': ' . tpl_link(sharedapi_url_add_destinat…
172 $this->getLang('btn_resendpwd'), '', TRUE) . '</p>');
/plugin/watchcycle/
H A Dsyntax.php58 msg($this->getLang('error sqlite missing'), -1);
73 msg($this->getLang('error invalid maintainers'), -1);
157 $renderer->doc .= $this->getLang('never checked');
158 $renderer->doc .= ' (' . $this->getLang('check needed') . ')' . '<br />' . NL;
160 $renderer->doc .= sprintf($this->getLang('last check'), $days_ago);
162 $renderer->doc .= ' (' . $this->getLang('check needed') . ')';
167 $changes_lang = $this->getLang('change ' . ($watchcycle['changes'] == 1 ? 'singular' : 'plural'));
170 $renderer->doc .= sprintf($this->getLang('since last check'), $changes_link) . '<br />' . NL;
199 return sprintf($this->getLang('maintained by'), implode(', ', $flat)) . '<br />' . NL;
/plugin/bez/tpl/
H A Dtask_comment_form.php31 <?php echo $tpl->getLang('cancel') ?>
37 <?php echo $tpl->param('zkid') != '' ? $tpl->getLang('correct') : $tpl->getLang('add_comment') ?>
43 <?php echo $tpl->getLang('js')['close_without_comment'] ?>
47 <?php echo $tpl->getLang('js')['reopen_task'] ?>
/plugin/dig/
H A Dsyntax.php56 $R->cdata($this->getLang('host'));
59 $R->cdata($this->getLang('ip'));
62 $R->cdata($this->getLang('ns'));
65 $R->cdata($this->getLang('ssl'));
108 $R->cdata($this->getLang('lastupdate') . ' ' . date('Y-m-d H:i:s'));
133 if (!$record) throw new Exception($this->getLang('dnsfail'));
167 throw new Exception($this->getLang('sslfail') . ': ' . 'openssl not available in your PHP installation');
181 if ($errstr) throw new Exception($this->getLang('sslfail') . ': ' . $errstr, $errno);
/plugin/npd/tpl/
H A Dmain.php167 …ae_prompt(edit_folder_name_cb, "<?php echo htmlspecialchars($npd->getLang('dlg_new_folder')); ?>",…
370 …on" id="aep_ok" onclick="ae_clk(1);" value="<?php echo addcslashes($npd->getLang('btn_ok'), '"'); …
391 value="<?php echo addcslashes($npd->getLang('msc_page_title'), '"'); ?>"
395 …<input type="button" id="npd_save" class="text" value="<?php echo addcslashes($npd->getLang('btn_c…
397 …" id="npd_new_folder" class="button" value="<?php echo addcslashes($npd->getLang('btn_new_folder')…

12345678910>>...41