2005-10-30 volcom

* bug 190 fixed: issue in stats.tpl display
	* bug fixed: labels of monthly, daily graph fixed


git-svn-id: http://piwigo.org/svn/trunk@918 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
volcom
2005-10-30 20:35:39 +00:00
parent 4caa3f6c84
commit 7b9d91a8e6
7 changed files with 137 additions and 12 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ $lang['selection'] = 'selection';
$lang['set to'] = 'set to';
$lang['singly represented'] = 'singly represented';
$lang['stats_global_graph_title'] = 'Pages seen by month';
$lang['stats_dayly_graph_title'] = 'Pages seen by hour';
$lang['stats_daily_graph_title'] = 'Pages seen by hour';
$lang['stats_monthly_graph_title'] = 'Pages seen by day';
$lang['stats_month_title'] = 'Monthly statistics';
$lang['stats_day_title'] = 'Daily statistics';
+1 -1
View File
@@ -261,7 +261,7 @@ $lang['set to'] = 'changer en';
$lang['singly represented'] = 'représentant fixe';
$lang['stats_global_graph_title'] = 'Pages vues par mois';
$lang['stats_monthly_graph_title'] = 'Pages vues par jour';
$lang['stats_dayly_graph_title'] = 'Pages vues par heure';
$lang['stats_daily_graph_title'] = 'Pages vues par heure';
$lang['stats_month_title'] = 'Statistiques mensuelles';
$lang['stats_day_title'] = 'Statistiques journalières';
$lang['stats_pages_seen'] = 'Pages vues';