aboutsummaryrefslogtreecommitdiff
path: root/app/layout/aside_stats.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 23:45:55 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 23:45:55 +0100
commitefdb80fda7fb39cb1148a549076c768e7fc5b641 (patch)
treebf107d1c27d904a341b9666e492906f28b4cdbec /app/layout/aside_stats.phtml
parent0b9fa9896ed3b12b7e0d6300f0122d25d9576aa3 (diff)
parent9ddf3679c5c0a43bad1b2d02248047e2e4e26716 (diff)
Merge branch '334-new-i18n' into dev
Diffstat (limited to 'app/layout/aside_stats.phtml')
-rw-r--r--app/layout/aside_stats.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/layout/aside_stats.phtml b/app/layout/aside_stats.phtml
index 1cd31a99c..4bdaf7165 100644
--- a/app/layout/aside_stats.phtml
+++ b/app/layout/aside_stats.phtml
@@ -1,12 +1,12 @@
<ul class="nav nav-list aside">
- <li class="nav-header"><?php echo _t('stats'); ?></li>
+ <li class="nav-header"><?php echo _t('admin.stats'); ?></li>
<li class="item<?php echo Minz_Request::actionName() == 'index' ? ' active' : ''; ?>">
- <a href="<?php echo _url('stats', 'index'); ?>"><?php echo _t('stats_main'); ?></a>
+ <a href="<?php echo _url('stats', 'index'); ?>"><?php echo _t('admin.stats.menu.main'); ?></a>
</li>
<li class="item<?php echo Minz_Request::actionName() == 'idle' ? ' active' : ''; ?>">
- <a href="<?php echo _url('stats', 'idle'); ?>"><?php echo _t('stats_idle'); ?></a>
+ <a href="<?php echo _url('stats', 'idle'); ?>"><?php echo _t('admin.stats.menu.idle'); ?></a>
</li>
<li class="item<?php echo Minz_Request::actionName() == 'repartition' ? ' active' : ''; ?>">
- <a href="<?php echo _url('stats', 'repartition'); ?>"><?php echo _t('stats_repartition'); ?></a>
+ <a href="<?php echo _url('stats', 'repartition'); ?>"><?php echo _t('admin.stats.menu.repartition'); ?></a>
</li>
</ul>