-Stat template

git-svn-id: http://piwigo.org/svn/trunk@566 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
gweltas 2004-10-11 18:04:46 +00:00
commit 032365cb61
7 changed files with 122 additions and 74 deletions

View file

@ -44,6 +44,7 @@ $lang['forbidden'] = 'Forbidden';
$lang['free'] = 'Free';
$lang['restricted'] = 'Restricted';
$lang['metadata']='Metadata';
$lang['visitors'] = 'Visitors';
// Specific words
$lang['phpinfos'] = 'PHP Information';
@ -219,6 +220,14 @@ $lang['update_only_cat'] = 'update categories, not pictures';
$lang['update_all'] = 'update all';
$lang['update_sync_metadata_question'] = 'Do you want to synchronize new elements informations with files metadata ?';
// History
$lang['stats_title'] = 'Last year statistics';
$lang['stats_month_title'] = 'Monthly statistics';
$lang['stats_pages_seen'] = 'Pages seen';
$lang['stats_empty'] = 'empty history';
$lang['stats_global_graph_title'] = 'Pages seen by month';
$lang['stats_visitors_graph_title'] = 'Nombre de visiteurs par jour';
$lang['menu_add_user'] = 'add';
$lang['menu_list_user'] = 'list';
$lang['user_err_modify'] = 'This user can\'t be modified or deleted';