Lines Matching refs:getLang

135         echo '<h1>' . $this->getLang('menu') . '</h1>';
142 echo '<h2>' . $this->getLang($this->opt) . '</h2>';
161 $this->getLang($key),
169 $this->getLang($page),
177 $this->getLang($key),
203 echo '<a href="?do=admin&amp;page=statistics&amp;opt=' . $this->opt . '&amp;f=' . $this->from . '&amp;t=' . $this->to . '&amp;s=' . $go . '" class="prev button">' . $this->getLang('prev') . '</a>';
208 echo '<a href="?do=admin&amp;page=statistics&amp;opt=' . $this->opt . '&amp;f=' . $this->from . '&amp;t=' . $this->to . '&amp;s=' . $go . '" class="next button">' . $this->getLang('next') . '</a>';
223 echo '<span>' . $this->getLang('time_select') . '</span> ';
238 echo $this->getLang('time_' . $time);
251 echo '<p>' . $this->getLang('intro_dashboard') . '</p>';
259 echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></li>';
265 echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></li>';
277 echo '<h2>' . $this->getLang('dash_mostpopular') . '</h2>';
280 echo '<a href="?do=admin&amp;page=statistics&amp;opt=page&amp;f=' . $this->from . '&amp;t=' . $this->to . '" class="more button">' . $this->getLang('more') . '</a>';
285 echo '<h2>' . $this->getLang('dash_newincoming') . '</h2>';
288 echo '<a href="?do=admin&amp;page=statistics&amp;opt=newreferer&amp;f=' . $this->from . '&amp;t=' . $this->to . '" class="more button">' . $this->getLang('more') . '</a>';
293 echo '<h2>' . $this->getLang('dash_topsearch') . '</h2>';
296 echo '<a href="?do=admin&amp;page=statistics&amp;opt=searchphrases&amp;f=' . $this->from . '&amp;t=' . $this->to . '" class="more button">' . $this->getLang('more') . '</a>';
301 echo '<p>' . $this->getLang('intro_history') . '</p>';
309 echo '<p>' . $this->getLang('intro_countries') . '</p>';
316 echo '<p>' . $this->getLang('intro_page') . '</p>';
322 echo '<p>' . $this->getLang('intro_edits') . '</p>';
328 echo '<p>' . $this->getLang('intro_images') . '</p>';
332 echo sprintf($this->getLang('trafficsum'), $result[0]['cnt'], filesize_h($result[0]['filesize']));
340 echo '<p>' . $this->getLang('intro_downloads') . '</p>';
344 echo sprintf($this->getLang('trafficsum'), $result[0]['cnt'], filesize_h($result[0]['filesize']));
352 echo '<p>' . $this->getLang('intro_browsers') . '</p>';
359 echo '<p>' . $this->getLang('intro_topuser') . '</p>';
366 echo '<p>' . $this->getLang('intro_topeditor') . '</p>';
373 echo '<p>' . $this->getLang('intro_topgroup') . '</p>';
380 echo '<p>' . $this->getLang('intro_topgroupedit') . '</p>';
387 echo '<p>' . $this->getLang('intro_os') . '</p>';
400 '<p>' . $this->getLang('intro_referer') . '</p>',
412 echo '<p>' . $this->getLang('intro_newreferer') . '</p>';
419 echo '<p>' . $this->getLang('intro_outlinks') . '</p>';
425 echo '<p>' . $this->getLang('intro_searchphrases') . '</p>';
431 echo '<p>' . $this->getLang('intro_searchwords') . '</p>';
437 echo '<p>' . $this->getLang('intro_internalsearchphrases') . '</p>';
443 echo '<p>' . $this->getLang('intro_internalsearchwords') . '</p>';
449 echo '<p>' . $this->getLang('intro_searchengines') . '</p>';
456 echo '<p>' . $this->getLang('intro_resolution') . '</p>';
463 echo '<p>' . $this->getLang('intro_viewport') . '</p>';
470 echo '<p>' . $this->getLang('intro_seenusers') . '</p>';