diff options
author | Greg Froese <greg.froese@gmail.com> | 2009-06-05 20:57:31 +0000 |
---|---|---|
committer | Greg Froese <greg.froese@gmail.com> | 2009-06-05 20:57:31 +0000 |
commit | 529d3775aba062679fcfcfe848e41a31328e86e8 (patch) | |
tree | 7affa91ab2b65d6b1abf78fe436ebc98260117d7 /languages/en.php | |
parent | 21165f5f200b122389ef3feb9a23e647a64fa46b (diff) | |
download | elgg-529d3775aba062679fcfcfe848e41a31328e86e8.tar.gz elgg-529d3775aba062679fcfcfe848e41a31328e86e8.tar.bz2 |
added a bunch of new pages based on comments and views, none of these are in the default menus, must hit the mostvieweddashboard manually, these are more admin type pages
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 432da458d..6b2281110 100644 --- a/languages/en.php +++ b/languages/en.php @@ -21,7 +21,15 @@ 'item:object:album' => "Albums",
'tidypics:enablephotos' => 'Enable Group Photo Albums',
'tidypics:editprops' => 'Edit Image Properties',
+ 'tidypics:mostcommented' => 'Most commented images',
+ 'tidypics:mostcommentedthismonth' => 'Most commented this month',
+ 'tidypics:mostcommentedtoday' => 'Most commented today',
'tidypics:mostviewed' => 'Most viewed images',
+ 'tidypics:mostvieweddashboard' => 'Most viewed dashboard',
+ 'tidypics:mostviewedthisyear' => 'Most viewed this year',
+ 'tidypics:mostviewedthismonth' => 'Most viewed this month',
+ 'tidypics:mostviewedlastmonth' => 'Most viewed last month',
+ 'tidypics:mostviewedtoday' => 'Most viewed today',
'tidypics:recentlyviewed' => 'Recently viewed images',
'tidypics:mostrecent' => 'Most recent images',
'tidypics:yourmostviewed' => 'Your most viewed images',
|