Lines Matching refs:getLang

31 … class="action editx" rel="nofollow">%s</a>', wl($ID,'do=editx'), $this->getLang('pagemanagement')…
147 …$this->errors[] = sprintf( $this->getLang('rp_msg_file_conflict'), '<a href="'. wl($opts['newpage'…
219 $this->errors[] = $this->getLang('rp_msg_unconfirmed');
223 $this->errors[] = $this->getLang('rp_msg_old_empty');
225 $this->errors[] = sprintf( $this->getLang('rp_msg_old_noexist'), $opts['oldpage'] );
227 $this->errors[] = sprintf( $this->getLang('rp_msg_auth'), $opts['oldpage'] );
229 $this->errors[] = sprintf( $this->getLang('rp_msg_locked'), $opts['oldpage'] );
233 $this->errors[] = $this->getLang('rp_msg_auth_nr');
236 $this->errors[] = $this->getLang('rp_msg_new_empty');
238 …$this->errors[] = sprintf( $this->getLang('rp_msg_new_exist'), '<a href="'. wl($opts['newpage']) .…
240 $this->errors[] = sprintf( $this->getLang('rp_msg_auth'), $opts['newpage'] );
242 $this->errors[] = sprintf( $this->getLang('rp_msg_locked'), $opts['newpage'] );
263 …$summary = sprintf( $this->getLang('rp_newsummaryx'), $opts['oldpage'], $opts['newpage'], $opts['s…
265 … $summary = sprintf( $this->getLang('rp_newsummary'), $opts['oldpage'], $opts['newpage'] );
269 …sprintf( $this->getLang('rp_oldsummaryx'), $opts['oldpage'], $opts['newpage'], $opts['summary'] ) :
270 sprintf( $this->getLang('rp_oldsummary'), $opts['oldpage'], $opts['newpage'] );
279 if (!$text) $text = $this->getLang('redirecttext');
290 …$msg = sprintf( $this->getLang('rp_msg_success'), $opts['oldpage'], '<a href="'. wl($opts['newpage…
301 $this->errors[] = $this->getLang('dp_msg_unconfirmed');
305 $this->errors[] = $this->getLang('dp_msg_old_empty');
307 $this->errors[] = sprintf( $this->getLang('dp_msg_auth'), $opts['oldpage'] );
312 sprintf( $this->getLang('dp_oldsummaryx'), $opts['summary'] ) :
313 $this->getLang('dp_oldsummary');
324 $msg = sprintf( $this->getLang('dp_msg_success'), $opts['oldpage'] );
336 <h1><?php echo sprintf( $this->getLang('title'), $ID); ?></h1>
343 <legend><?php echo $this->getLang('rp_title'); ?></legend>
349 <td class="label"><?php echo $this->getLang('rp_newpage'); ?></td>
353 <td class="label"><?php echo $this->getLang('rp_summary'); ?></td>
360 <td class="label"><?php echo $this->getLang('rp_nr'); ?></td>
367 <td class="label"><?php echo $this->getLang('rp_confirm'); ?></td>
383 <legend><?php echo $this->getLang('dp_title'); ?></legend>
389 <td class="label"><?php echo $this->getLang('dp_summary'); ?></td>
393 <td class="label"><?php echo $this->getLang('dp_purge'); ?></td>
397 <td class="label"><?php echo $this->getLang('dp_confirm'); ?></td>