Lines Matching refs:getLang

30         $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_media'), 'both' => $this->getLang('move_media_and_pages')), 'both', $this->getLang('content_to_move'), '', 'block indent select'));
184 $form->addElement(form_makeCheckboxField('autoskip', '1', $this->getLang('autoskip'), '', 'block', ($this->getConf('autoskip') ? array('checked' => 'checked') : array())));
185 $form->addElement(form_makeCheckboxField('autorewrite', '1', $this->getLang('autorewrite'), '', 'block', ($this->getConf('autorewrite') ? array('checked' => 'checked') : array())));
187 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('btn_start')));
205 echo '<strong>' . $this->getLang('intro') . '</strong> ';
206 echo '<span>' . $this->getLang('preview') . '</span>';
219 echo '<p><div class="info">' . $this->getLang('inexecution') . '</div></p>';
251 $label = $this->getLang('btn_' . $control);