Create full statistics description

This commit is contained in:
Dmitriy Simushev 2013-05-08 11:18:58 +00:00
parent 7c648ce829
commit 1a4d8e809d
3 changed files with 5 additions and 3 deletions

View File

@ -564,7 +564,8 @@ settings.wrong.threadlifetime="Thread lifetime" field should be a number
site.title=mibew.org site.title=mibew.org
site.url=http://mibew.org site.url=http://mibew.org
statistics.dates=Select dates statistics.dates=Select dates
statistics.description=From this page you can generate a variety of usage reports. Last time statistics was calculated {0}. You can calculate it <a href="{1}" target="_blank">manually</a>. statistics.description=From this page you can generate a variety of usage reports.
statistics.description.full=From this page you can generate a variety of usage reports. Last time statistics was calculated {0}. You can calculate it <a href="{1}" target="_blank">manually</a>.
statistics.from=From: statistics.from=From:
statistics.till=Till: statistics.till=Till:
statistics.title=Statistics statistics.title=Statistics

View File

@ -566,7 +566,8 @@ settings.wrong.threadlifetime=
site.title=mibew.org site.title=mibew.org
site.url=http://mibew.org site.url=http://mibew.org
statistics.dates=Âűáĺđčňĺ äŕňű statistics.dates=Âűáĺđčňĺ äŕňű
statistics.description=Различные отчеты по посетителям и использованию мессенджера. Последний раз статистика собиралась {0}. Вы можете собрать ее <a href="{1}" target="_blank">вручную</a>. statistics.description=Различные отчеты по посетителям и использованию мессенджера.
statistics.description.full=Различные отчеты по посетителям и использованию мессенджера. Последний раз статистика собиралась {0}. Вы можете собрать ее <a href="{1}" target="_blank">вручную</a>.
statistics.from=Ń: statistics.from=Ń:
statistics.till=Ďî: statistics.till=Ďî:
statistics.title=Ńňŕňčńňčęŕ statistics.title=Ńňŕňčńňčęŕ

View File

@ -24,7 +24,7 @@ $page['menuid'] = "statistics";
function tpl_content() { global $page, $webimroot, $errors; function tpl_content() { global $page, $webimroot, $errors;
?> ?>
<?php echo getlocal2("statistics.description", array(date_to_text($page['last_cron_run']), $page['cron_path'])) ?> <?php echo getlocal2("statistics.description.full", array(date_to_text($page['last_cron_run']), $page['cron_path'])) ?>
<br /> <br />
<br /> <br />
<?php <?php