Lines Matching refs:getLang

27       case $this->getLang('btn_show'):
31 case $this->getLang('btn_hide'):
35 case $this->getLang('btn_ham'):
39 case $this->getLang('btn_spam'):
43 case $this->getLang('btn_change'):
56 ptln('<h1>'.$this->getLang('menu').'</h1>');
141 'send' => $this->getLang('send'),
142 'receive' => $this->getLang('receive'),
143 'display' => $this->getLang('display')
152 ptln($this->getLang('status').': ', 10);
157 ptln('<input type="submit" name="linkback" value="'.$this->getLang('btn_change').'" class"button" title="'.$this->getLang('btn_change').'" />', 10);
210 $this->external_link($url, $title).', '.strftime($conf['dformat'], $date).', ' . $this->getLang('linkback_type_' . $type) . ': '.
228 ptln('<input type="submit" name="linkback" value="'.$this->getLang('btn_show').'" class="button" title="'.$this->getLang('btn_show').'" />', 14);
229 ptln('<input type="submit" name="linkback" value="'.$this->getLang('btn_hide').'" class="button" title="'.$this->getLang('btn_hide').'" />', 14);
230 ptln('<input type="submit" name="linkback" value="'.$this->getLang('btn_ham').'" class="button" title="'.$this->getLang('btn_ham').'" />', 14);
231 ptln('<input type="submit" name="linkback" value="'.$this->getLang('btn_spam').'" class="button" title="'.$this->getLang('btn_spam').'" />', 14);
232 ptln('<input type="submit" name="linkback" value="'.$this->getLang('btn_delete').'" class="button" title="'.$this->getLang('btn_delete').'" />', 14);
256 $ret = '<a href="'.wl($ID, $params).'" class="wikilink1">&lt;&lt; '.$this->getLang('newer').'</a>';
268 $ret .= '<a href="'.wl($ID, $params).'" class="wikilink1">'.$this->getLang('older').' &gt;&gt;</a>';
319 saveWikiText($ID, $wiki, $this->getLang('statuschanged'), true);