First column in month-by-hour table, corrected: hour instead of day

This commit is contained in:
Hartmut Pfarr
2014-04-18 12:36:59 +02:00
parent 93ba555cb4
commit 5a01eab882
5 changed files with 5 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class helper_plugin_statdisplay_table extends DokuWiki_Plugin {
$this->R->tablerow_close();
$this->R->tablerow_open();
$this->head($this->getLang('day'));
$this->head($this->getLang($by));
$this->head($this->getLang('hits'), 2);
$this->head($this->getLang('media'), 2);
$this->head($this->getLang('pages'), 2);

View File

@ -20,6 +20,7 @@ $lang['t_traffichour'] = 'Statistik des stündlichen Datenverkehrs für
$lang['t_usertraffic'] = '7 Tage Usertraffic';
$lang['month'] = 'Monat';
$lang['day'] = 'Tag';
$lang['hour'] = 'Stunde';
$lang['dailyavg'] = 'Täglicher Durchschnitt';
$lang['totals'] = 'Monatliche Gesamtwerte';
$lang['all'] = 'Alle';

View File

@ -15,6 +15,7 @@ $lang['t_usertraffic'] = '7 Day User Traffic';
$lang['month'] = 'Month';
$lang['day'] = 'Day';
$lang['hour'] = 'Hour';
$lang['dailyavg'] = 'Daily Average';
$lang['totals'] = 'Monthly Totals';

View File

@ -19,6 +19,7 @@ $lang['t_traffichour'] = 'Trafic horaire pour %s';
$lang['t_usertraffic'] = 'Trafic utilisateur sur 7 jours';
$lang['month'] = 'Mois';
$lang['day'] = 'Jour';
$lang['hour'] = 'Heure';
$lang['dailyavg'] = 'Moyenne quotidienne';
$lang['totals'] = 'Totaux mensuels';
$lang['all'] = 'Tout';

View File

@ -19,6 +19,7 @@ $lang['t_traffichour'] = 'Часовая статистика трафи
$lang['t_usertraffic'] = 'Загрузки пользователей за 7 дней';
$lang['month'] = 'Месяц';
$lang['day'] = 'День';
$lang['hour'] = 'час';
$lang['dailyavg'] = 'Среднее за день';
$lang['totals'] = 'Итог за месяц';
$lang['all'] = 'Все';