mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 13:30:29 +03:00
Create full statistics description
This commit is contained in:
parent
7c648ce829
commit
1a4d8e809d
@ -564,7 +564,8 @@ settings.wrong.threadlifetime="Thread lifetime" field should be a number
|
||||
site.title=mibew.org
|
||||
site.url=http://mibew.org
|
||||
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.till=Till:
|
||||
statistics.title=Statistics
|
||||
|
@ -566,7 +566,8 @@ settings.wrong.threadlifetime=
|
||||
site.title=mibew.org
|
||||
site.url=http://mibew.org
|
||||
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.till=Ďî:
|
||||
statistics.title=Ńňŕňčńňčęŕ
|
||||
|
@ -24,7 +24,7 @@ $page['menuid'] = "statistics";
|
||||
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 />
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user