Home
last modified time | relevance | path

Searched refs:getLang (Results 451 – 475 of 1005) sorted by relevance

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

/plugin/authdiscourse/
H A Dauth.php87 msg($this->getLang('sso_failed'), -1);
96 msg($this->getLang('sso_failed'), -1);
100 msg($this->getLang('sso_success'), 1);
/plugin/discussion/
H A Dhelper.php55 return $this->getLang('discussion');
77 $comment = '0&nbsp;'.$this->getLang('nocomments');
79 $comment = '1&nbsp;'.$this->getLang('comment');
81 $comment = $num.'&nbsp;'.$this->getLang('comments');
H A Daction.php145 'title' => $this->getLang('discussion'),
346 msg($this->getLang('moderation'), 1);
503 msg($this->getLang('wordblock'), -1);
621 msg($this->getLang('wordblock'), -1);
851 … $label = ($comment['show'] ? $this->getLang('btn_hide') : $this->getLang('btn_show'));
945 <?php echo $this->getLang('noguests'); ?>
993 <span><?php echo $this->getLang('url') ?>:</span>
1005 <span><?php echo $this->getLang('address') ?>:</span>
1017 <span><?php echo $this->getLang('date') ?>:</span>
1072 <span><?php echo $this->getLang('subscribe') ?></span>
[all …]
/plugin/settingstree/settings/
H A Dsettingslevel.class.php195 return sprintf(settingshierarchy::$helper->getLang('settings_for_%s'),$this->path);
199 …gger('settingstree_save'); return false;\">".settingshierarchy::$helper->getLang('save')."</button…
200 …er('settingstree_cancel'); return false;\">".settingshierarchy::$helper->getLang('cancel')."</butt…
279 …return $this->_title !== null ? $this->_title : settingshierarchy::$helper->getLang('export_option…
283 …er('settingstree_export'); return false;\">".settingshierarchy::$helper->getLang('export')."</butt…
284 …ger('settingstree_close'); return false;\">".settingshierarchy::$helper->getLang('cancel')."</butt…
/plugin/tabinclude/
H A Dhelper.php122 …$tabs[] = array('error'=>tpl_link(wl($page),$page,'',true).' - '.$this->getLang('error_notfound'));
125 $tabs[] = array('error'=>$this->getLang('error_parent'));
154 … $html.='<div id="dwpl-ti-loading" class="dwpl-ti-loading">'.$this->getLang('loading').'</div>';
161 $goto = $this->getLang('gotohere');
211 $goto = $this->getLang('gotohere');
264 $goto = $this->getLang('gotohere');
/plugin/datatemplate/syntax/
H A Dlist.php290 '" title="'.$this->getLang('prevpage').
291 '" class="prev">'.'&larr; '.$this->getLang('prevpage').'</a>';
293 $text .= '<span class="prev disabled">&larr; '.$this->getLang('prevpage').'</span>';
310 '" title="'.$this->getLang('nextpage').
311 '" class="next">'.$this->getLang('nextpage').' &rarr;'.'</a>';
313 $text .= '<span class="next disabled">'.$this->getLang('nextpage').' &rarr;</span>';
/plugin/openlayersmap/syntax/
H A Dolmap.php197 <td class="lat" title="' . $this->getLang('olmapPOIlatTitle') . '">' . $lat . '</td>
198 <td class="lon" title="' . $this->getLang('olmapPOIlonTitle') . '">' . $lon . '</td>
783 <caption class="olPOITblCaption">' . $this->getLang('olmapPOItitle') . '</caption>
787 <th class="icon" scope="col">' . $this->getLang('olmapPOIicon') . '</th>
788 <th class="lat" scope="col" title="' . $this->getLang('olmapPOIlatTitle') . '">'
789 . $this->getLang('olmapPOIlat') . '</th>
790 <th class="lon" scope="col" title="' . $this->getLang('olmapPOIlonTitle') . '">'
791 . $this->getLang('olmapPOIlon') . '</th>
792 <th class="txt" scope="col">' . $this->getLang('olmapPOItxt') . '</th>
/plugin/mailto/
H A Dsyntax.php59 $renderer->doc .= $this->getLang('mailto_attention_to')
64 $renderer->doc .= $this->getLang('mailto_attention_sent')
/plugin/refnotes/
H A Dlocale.php58 public function getLang($id) { function in refnotes_localization
59 return $this->plugin->getLang($id);
/plugin/confmanager/action/
H A Ddeleteicon.php39 echo $this->getLang('upload_errNoAdmin');
47 echo $this->getLang('upload_errNoConfig');
H A Dupload.php38 echo $this->getLang('upload_errNoAdmin');
46 echo $this->getLang('upload_errNoConfig');
/plugin/strata/syntax/
H A Dselect.php96 $this->helper->_fail($this->getLang('error_query_bothfields'));
106 $this->helper->_fail($this->helper->getLang('error_query_noselect'));
130 $this->helper->_fail(sprintf($this->helper->getLang('error_query_unknownselect'),utf8_tohtml(hsc($var))));
340 $R->cdata($this->helper->getLang('content_error_explanation'));
345 $R->cdata($this->helper->getLang('content_error_explanation__non_xhtml'));
/plugin/bugzillaint/helper/
H A Drender.php21 'extra_depends_on' => $this->getLang('extra_depends_on'),
22 'extra_blocks' => $this->getLang('extra_blocks'),
/plugin/bez/tpl/
H A Dtask_comment_box.php24 <?php echo $tpl->getLang('closing_comment_added') ?>
26 <?php echo $tpl->getLang('comment_added') ?>
/plugin/stylingpages/
H A Daction.php115 $msg = $this->getLang('deleting_file');
131 $msg = $this->getLang('replacing_file');
135 $msg = $this->getLang('creating_file');
/plugin/forceuserchange/
H A Daction.php74 …msg(sprintf($this->getLang('msg_forceupdate'), $this->getConf('allowsamepw') ? $this->getLang('msg…
143 msg($this->getLang('msg_errorpw'), -1);
/plugin/ireadit/action/
H A Direadit.php39 …O['id'], ['do' => 'ireadit', 'rev' => $INFO['lastmod']]) . '">' . $this->getLang('ireadit') . '</a…
58 echo '<h3>' . $this->getLang('readit_header') . '</h3>';
72 echo '<h3>' . $this->getLang('not_read_header') . '</h3>';
/plugin/starred/
H A Dhelper.php32 msg($this->getLang('e_nosqlite'), -1);
153 $result .= '<span title="' . $this->getLang('star_on') . '" class="starred on">';
157 $result .= '<span title="' . $this->getLang('star_off') . '" class="starred off">';
/plugin/siteexport/syntax/
H A Daggregate.php87 $submitLabel = $this->getLang('AggregateSubmitLabel');
88 $introduction = $this->getLang('AggragateExportPages');
130 … $renderer->doc .= '<span style="color: #a00">'.$this->getLang('NoEntriesFoundHint').'</span>';
/plugin/authimap2/
H A Dauth.php165 msg($this->getLang('userexists'), -1);
178 msg($this->getLang('writefail'), -1);
201 msg($this->getLang('usernotexists'), -1);
207 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
256 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
266 msg($this->getLang('writefail'), -1);
/plugin/semanticdata/syntax/
H A Dtable.php256 '" title="'.$this->getLang('sort').'">'.hsc($head).'</a>';
268 $R->cdata($this->getLang('none'));
291 '" title="'.$this->getLang('prev').
292 '" class="prev">'.$this->getLang('prev').'</a>';
306 '" title="'.$this->getLang('next').
307 '" class="next">'.$this->getLang('next').'</a>';
/plugin/sectiontoggle/
H A Dsyntax.php56 $open = $this->getLang('open_all');
57 $close = $this->getLang('close_all');
/plugin/aichat/
H A Dsyntax.php
/plugin/bureaucracy-au/
H A Dsyntax.php89 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
129 msg(sprintf($this->getLang('e_unknowntype'), hsc($name)), -1);
163 msg(sprintf($this->getLang('e_unknownaction'), hsc($action['actionname'])), -1);
170 msg($this->getLang('e_noaction'), -1);
177 $thanks .= $this->getLang($action['type'] . '_thanks');
239 msg(sprintf($this->getLang('e_labelpage'), html_wikilink($labelpage)), -1);
337 msg(sprintf($this->getLang('e_unknownaction'), hsc($actionData['actionname'])), -1);
/plugin/bureaucracyau/
H A Dsyntax.php89 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
129 msg(sprintf($this->getLang('e_unknowntype'), hsc($name)), -1);
163 msg(sprintf($this->getLang('e_unknownaction'), hsc($action['actionname'])), -1);
170 msg($this->getLang('e_noaction'), -1);
177 $thanks .= $this->getLang($action['type'] . '_thanks');
239 msg(sprintf($this->getLang('e_labelpage'), html_wikilink($labelpage)), -1);
337 msg(sprintf($this->getLang('e_unknownaction'), hsc($actionData['actionname'])), -1);

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