diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-02-07 16:19:51 -0800 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-02-07 16:20:38 -0800 |
commit | 6064884c3132e55d69f6def45e618655101ad1c3 (patch) | |
tree | 82f29547fe9f3a036d0df56bcc2bd15d32c1a195 /languages/en.php | |
parent | a2e4f84be4da51b7ec8fbe625b1b26dde2ad9289 (diff) | |
download | elgg-6064884c3132e55d69f6def45e618655101ad1c3.tar.gz elgg-6064884c3132e55d69f6def45e618655101ad1c3.tar.bz2 |
Refs #16. Added stats page.
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 6f3de51ef..54cf2f258 100644 --- a/languages/en.php +++ b/languages/en.php @@ -12,6 +12,7 @@ $english = array( 'album' => "Photo Album", 'albums' => "Photo Albums", 'admin:settings:tidypics' => 'Tidypics', + 'admin:statistics:tidypics' => 'Tidypics', 'photos:add' => "Create album", 'images:upload' => "Upload photos", @@ -49,7 +50,7 @@ $english = array( 'tidypics:viewsbyowner' => "by %s users (not including you)", 'tidypics:viewsbyothers' => "(%s by you)", 'tidypics:administration' => 'Tidypics Administration', - 'tidypics:stats' => 'Stats', + 'tidypics:stats' => 'Tidypics Stats', 'tidypics:nophotosingroup' => 'This groups does not have any photos yet', 'tidypics:upgrade' => 'Upgrade', 'tidypics:sort' => 'Sorting the %s album', @@ -89,6 +90,14 @@ $english = array( 'tidypics:option:none' => 'None', 'tidypics:option:cover' => 'Cover', 'tidypics:option:set' => 'Set', + + // stats + 'tidypics:stats:images' => 'Total images', + 'tidypics:stats:albums' => 'Total albums', + 'tidypics:stats:photo_comments' => 'Total comments on photos', + 'tidypics:stats:album_comments' => 'Total comments on albums', + 'tidypics:stats:views' => 'Total views', + 'tidypics:stats:tags' => 'Total tags', //actions 'album:create' => "Create new album", |