Home
last modified time | relevance | path

Searched refs:getLang (Results 576 – 600 of 1005) sorted by path

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

/plugin/loglog/helper/
H A Dalert.php112 $this->getLang($this->mainHelper->getNotificationString($logType, 'emailSubjectLang')),
H A Dreport.php72 $this->getLang('email_report_subject'),
/plugin/mailto/
H A Daction.php74 msg($this->getLang('mailto_msg_bad_acl'),-1);
80 msg($this->getLang('mailto_already_sent')
96 msg($this->getLang('mailto_msg_send_fail'),-1);
105 msg ($this->getLang('mailto_sent_msg')
H A Dsyntax.php59 $renderer->doc .= $this->getLang('mailto_attention_to')
64 $renderer->doc .= $this->getLang('mailto_attention_sent')
/plugin/maintenance/
H A Dadmin.php101 $msg = $this->getLang('start_success');
105 $msg = $this->getLang('start_already');
115 $msg = $this->getLang('stop_fail');
119 $msg = $this->getLang('stop_success');
123 $msg = $this->getLang('stop_already');
139 $msg = $this->getLang('lock_fail');
143 $msg = $this->getLang('lock_success');
147 $msg = $this->getLang('lock_already');
157 $msg = $this->getLang('unlock_fail');
161 $msg = $this->getLang('unlock_success');
[all …]
/plugin/math/
H A Dsyntax.php104 $this->msg_disable = $this->getLang($this->prefix.'disable');
117 …'name' => 'MathMulti Plugin'.(!$this->enable ? ' ('.$this->getLang($this->prefix.'disable').')' …
118 'desc' => $this->getLang($this->prefix.'info').
119 (!$this->enable ? "\n(".$this->getLang($this->prefix.'disable').")" : ''),
/plugin/mathpublish/
H A Dsyntax.php197 $this->_msg($this->getLang('nopng'), -1);
202 $this->_msg($this->getLang('noft'), -1);
/plugin/matrixnotifier/
H A Dhelper.php89 $title = $this->getLang($d['loc_title']);
90 $useraction = $user.' '.$this->getLang($d['loc_event']);
102 $descr_raw .= ' ('.$this->getLang('compare').': '.$diffURL.')';
103 $descr_html .= ' (<a href="'.$diffURL.'">'.$this->getLang('compare').'</a>)';
113 $descr_raw .= ' · '.$this->getLang('l_summary').': '.$summary;
114 $descr_html .= ' · '.$this->getLang('l_summary').': <i>'.$summary.'</i>';
/plugin/mediasyntax/
H A Dhelper.php581 $ins[] = array('internallink', array($page, $this->getLang('readmore')));
/plugin/mediatooltip/
H A Daction.php215 $matches[0] .= $this->getLang('creator') . $artist;
/plugin/metadisplay/
H A Dadmin.php90 msg($this->getLang('nofuzzy'),2);
151 … ptln('&nbsp; ' .$this->getLang('exact').':&nbsp <input type = "checkbox" name="cmd[exact]" />');
155 ptln($this->getLang('date') . ':&nbsp;&nbsp;');
162 ptln($this->getLang('when') );
173 …ptln($this->getLang('andor') . ' <input type="checkbox" '.$dtype_m .' id="pmodified" name="cmd[pmo…
174 …id="earlier" name="when" value="earlier"><label for="earlier"> ' .$this->getLang('earlier').'</lab…
175 …adio" id="later" name="when" value="later"><label for="later"> ' .$this->getLang('later').'</label…
178 …ptln($this->getLang("search") . ':&nbsp; <input type = "text" size = "20" name = "cmd[search]" val…
184 … value="media" ' . $this->media_checked .'><label for="media"> ' .$this->getLang('media').'</label…
185 …" value="descr" '. $this->descr_checked .'><label for="descr"> ' .$this->getLang('descr').'</label…
[all …]
/plugin/mindmap/
H A Dsyntax.php139 …$renderer->doc .= '<p><a href="'.$xml.'" target="_blank">'.$this->getLang('gexf_mindmap').'</a></p…
/plugin/miniblog/syntax/
H A Dentry.php84 …dialeft"><a href="'.wl($ID, 'page='.$less).'" class="wikilink1">'.$this->getLang('newer').'</a></p…
87 …iaright"><a href="'.wl($ID, 'page='.$more).'" class="wikilink1">'.$this->getLang('older').'</a></p…
114 …dialeft"><a href="'.wl($ID, 'page='.$less).'" class="wikilink1">'.$this->getLang('newer').'</a></p…
117 …iaright"><a href="'.wl($ID, 'page='.$more).'" class="wikilink1">'.$this->getLang('older').'</a></p…
/plugin/minimap/
H A Daction.php19 …'title' => $this->getLang('MiniMapButtonTitle').' ('.$this->getLang('AccessKey').': '.$minimapSho…
/plugin/monthcal/
H A Dsyntax.php221 $weekdays = $this->getLang('monthcal_weekdays_short');
222 $months = $this->getLang('monthcal_months');
/plugin/move/
H A DMenuItem.php33 return $hlp->getLang('renamepage');
/plugin/move/action/
H A Drename.php67 $newitem = '<li class="plugin_move_page"><a href=""><span>' . $this->getLang('renamepage') . '</span></a></li>';
123 $error = $this->getLang('cantrename');
165 $response['error'] = $this->getLang('notallowed');
176 $response['error'] = sprintf($this->getLang('mediamoveerror'), $src);
217 echo $this->getLang('renamepage');
/plugin/move/admin/
H A Dmain.php30 $label = $this->getLang('menu');
31 if($this->plan->isCommited()) $label .= ' '.$this->getLang('inprogress');
110 msg($this->getLang('nodst'), -1);
169 printf($this->getLang('treelink'), $treelink);
176 $form->startFieldset($this->getLang('legend'));
178 $form->addElement(form_makeRadioField('class', 'page', $this->getLang('movepage') . ' <code>' . $ID . '</code>', '', 'block radio click-page', array('checked' => 'checked')));
179 $form->addElement(form_makeRadioField('class', 'namespace', $this->getLang('movens') . ' <code>' . getNS($ID) . '</code>', '', 'block radio click-ns'));
181 $form->addElement(form_makeTextField('dst', $ID, $this->getLang('dst'), '', 'block indent'));
182 $form->addElement(form_makeMenuField('type', array('pages' => $this->getLang('move_pages'), 'media' => $this->getLang('move_medi
[all...]
H A Dtree.php37 echo '<noscript><div class="error">' . $this->getLang('noscript') . '</div></noscript>';
42 echo '<h3>' . $this->getLang('move_pages') . '</h3>';
47 echo '<h3>' . $this->getLang('move_media') . '</h3>';
55 echo '<div class="error">' . $this->getLang('moveinprogress') . '</div>';
61 $form->addElement(form_makeCheckboxField('autoskip', '1', $this->getLang('autoskip'), '', '', ($this->getConf('autoskip') ? array('checked' => 'checked') : array())));
63 $form->addElement(form_makeCheckboxField('autorewrite', '1', $this->getLang('autorewrite'), '', '', ($this->getConf('autorewrite') ? array('checked' => 'checked') : array())));
66 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('btn_start')));
86 'open' => 'true', 'label' => $this->getLang('root')
/plugin/move/helper/
H A Dop.php35 msg(sprintf($this->getLang('notexist'), $src), -1);
39 msg(sprintf($this->getLang('norights'), $src), -1);
48 msg(sprintf($this->getLang('filelocked'), $src), -1);
54 msg(sprintf($this->getLang('notchanged'), $src), -1);
60 msg(sprintf($this->getLang('exists'), $src, $dst), -1);
66 msg(sprintf($this->getLang('notargetperms'), $dst), -1);
83 msg(sprintf($this->getLang('medianotexist'), $src), -1);
87 msg(sprintf($this->getLang('nomediarights'), $src), -1);
93 msg(sprintf($this->getLang('medianotchanged'), $src), -1);
99 msg(sprintf($this->getLang('mediaexist
[all...]
H A Dplan.php345 msg($this->getLang('noaction'), -1);
H A Drewrite.php283 saveWikiText($id, $text, $this->symbol . ' ' . $this->getLang('linkchange'), $this->getConf('minor'));
/plugin/multiorphan/
H A Dhelper.php47 $form->startFieldset($this->getLang('startProcess'));
49 $form->addElement(form_makeTextField('ns', getNS($ID), $this->getLang('ns') . ':', 'ns'));
52 … $form->addElement(form_makeTextField('filter', '', $this->getLang('idFilter') . ':', 'filter'));
67 …$form->addElement(form_makeTextField('throttle', 0, $this->getLang('throttle') . ':', 'throttle'));
75 $form->addElement($this->getLang('checkExternalHint'));
78 $form->addElement($this->getLang('includeWindowsSharesHint'));
82 $form->startFieldset( $this->getLang('status') );
99 $form->startFieldset($this->getLang($type . '-result'));
103 $form->addElement($this->getLang('wanted'));
109 $form->addElement($this->getLang('orphan'));
[all …]
H A Dscript.js85 $orphanForm.find('button[type=submit]').text(getLang('start'));
86 errorLog(getLang('request-aborted'));
93 $orphanForm.find('button[type=submit]').text(getLang('stop'));
130getLang('checking-page') + " ("+($currentPagesAndMedia.pages.length-elements.length)+"/"+($current…
148 status(getLang('checking-done'));
272 status(getLang('checking-orphans'));
291 …phan__result_group .multiorphan__result.orphan').append($('<div/>').html(getLang('please-wait-orph…
342 return errorLog( getLang('error-parsing') + "\n" + response + "\n\n" + e );
424 $orphanForm.find('button[type=submit]').text(getLang('start'));
433 var getLang = function(key) { function
/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…

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