Home
last modified time | relevance | path

Searched refs:getLang (Results 551 – 575 of 1005) sorted by relevance

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

/plugin/rss/
H A Dsyntax.php90 …$renderer->doc .= '<i> &#9998 '.$this->getLang('rss.publish').' '.(string)date('G\hi, d/m/Y', strt…
96 $renderer->doc .= '<p>'.$this->getLang('rss.empty').' </p>';
/plugin/lms/syntax/
H A Dlms.php100 'title' => $this->getLang($cmd),
104 $span = '<span class="a11y">' . hsc($this->getLang($cmd)) . '</span>';
/plugin/dwedit/
H A Daction.php45 …$btn = $this->helper->getLang('btn_dw_edit'); // get the button's name from the currently enabled…
82 $name = $this->helper->getLang('btn_dw_edit');
/plugin/redirect2/
H A Dadmin.php36 function getMenuText($language) { return $this->getLang('name'); }
47 msg($this->getLang('saved'), 1);
/plugin/shorturl/
H A Dhelper.php146 $linktext = $this->getLang('shortlinktext');
149 $linktext = $this->getLang('generateshortlink');
/plugin/twcheckliste/
H A Dsyntax.php57 …> true, 'bytepos_start' => $pos, 'edit' => false, 'editText' => $this -> getLang('edit'), 'onExpor…
111 …><input type="submit" class="button" name="checkliste" value="'.$this -> getLang('btn_generieren')…
/plugin/xref/
H A Dsyntax.php68 'title' => sprintf($this->getLang('view'), hsc($reference)),
72 $link['title'] = $this->getLang('unknown');
77 $link['title'] = sprintf($this->getLang('search'), hsc($reference));
/plugin/subjectindex/syntax/
H A Dentry.php106 … $type = "\n(" . $item['section'] . '-' . $this->getLang($item['type'] . '_type') . ')';
109 $title = $this->getLang('no_default_target') . $type;
/plugin/accscounter/syntax/
H A Dpopularity.php81 $renderer->doc .= htmlspecialchars($this->getLang('err3'));
139 } else $renderer->doc .= $this->getLang('noitems');
/plugin/preregister/
H A Dadmin.php62 …ptln(' <input type="submit" name="cmd[confirm]" value="'.$this->getLang('btn_confirm').'" />&nbs…
63 … ptln(' <input type="submit" name="cmd[secure]" value="'.$this->getLang('btn_secure').'" />');
/plugin/feedmod/
H A Daction.php105 …item']->link . '#discussion__section" title="'. $this->getLang('comments') . '">' . $this->getLang
/plugin/ghissues/helper/
H A DapiCacheInterface.php163 $errorTable .= sprintf($this->getLang('badhttpstatus'), htmlentities($apiHead['status']));
182 $outputXML .= $this->getLang('noIssues');
205 $outputXML .= sprintf($this->getLang('reporter'),htmlentities($issue->user->login));
/plugin/tokenbucketauth/
H A Daction.php242 $title = $this->getLang('page title');
244 …$text .= sprintf('<p>'.$this->getLang('page content').'</p>', $ip, strftime($conf['dformat'], $blo…
268 $subject = sprintf($this->getLang('mailsubject'), $conf['title']);
/plugin/addnewpage/
H A Dsyntax.php100 $renderer->doc .= $this->getLang('nooption');
116 … . '<input class="button" type="submit" value="' . $this->getLang('okbutton') . '" tabindex="4" />'
187 …tion ' . (($currentns == '') ? 'selected ' : '') . ' value="">' . $this->getLang('namespaceRoot') …
/plugin/bez/ctl/
H A Dthread.php60 $this->add_notification($this->getLang('unsubscribed_com'));
68 $this->add_notification($this->model->userFactory->get_user_email($client), $this->getLang('invitation_has_been_send'));
76 $notif = sprintf($this->getLang('participant_removed'), $name);
/plugin/dataloop/syntax/
H A Droll.php247 … '" title="'.$this->getLang('prev').'" class="prev">'.$this->getLang('prev').'</a>';
255 … '" title="'.$this->getLang('next').'" class="next">'.$this->getLang('next').'</a>';
/plugin/authremoteuser/
H A Dauth.php163 msg($this->getLang('userexists'), -1);
174 msg($this->getLang('writefail'), -1);
196 msg($this->getLang('usernotexists'), -1);
248 msg($this->getLang('writefail'), -1);
/plugin/tagfilter/syntax/
H A Dfilter.php340 'data-placeholder' => hsc($label . ' ' . $this->getLang('choose')),
377 'data-placeholder' => hsc($label . ' ' . $this->getLang('choose')),
413 $form->addElement(form_makeButton('button', '', $this->getLang('Delete filter'), ['onclick' => 'tagfilter_cleanform(' . $opt['id'] . ',true)']));
415 $form->addElement('<div class="tagfilter_count">' . $this->getLang('found_count') . ': ' . '<span class="tagfilter_count_number"></span></div>');
/plugin/rrdgraph/
H A Daction.php39 … if (!function_exists("imagecreatetruecolor")) array_push($deps, $this->getLang('gd_missing'));
40 if (!function_exists("rrd_graph")) array_push($deps, $this->getLang('rrd_missing'));
/plugin/recaptcha/
H A Daction.php154 msg($this->getLang('testfailed'),-1);
158 msg($this->getLang('testfailed'),-1);
/plugin/diffpreview/
H A Daction.php38 $form->addButton('do[changes]', $this->getLang('changes'), $pos+1)
50 form_makeButton('submit', 'changes', $this->getLang('changes'),
/plugin/struct/action/
H A Dentry.php109 msg($this->getLang('emptypage'), -1);
115 $event->data['summary'] = $this->getLang('summary');
/plugin/confmanager/tpl/
H A DformControls.php2 … <input type="submit" value="<?php echo hsc($this->getLang('save')) ?>" class="button saveButton" >
H A DdescriptionHeader.php2 <h2 class="clickable hoverFeedback" id="toggleDescription" title="<?php echo $helper->getLang('togg…
/plugin/authvk/
H A Dauth.php164 msg($this->getLang('userexists'), -1);
177 msg($this->getLang('writefail'), -1);
199 msg($this->getLang('usernotexists'), -1);
251 msg($this->getLang('writefail'), -1);

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