aboutsummaryrefslogtreecommitdiffstats
path: root/language/english.php
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-10-04 16:08:53 +0000
committerz0rglub <z0rglub@piwigo.org>2003-10-04 16:08:53 +0000
commit151dc433708d67dad6e8e4b78a30dd52642394af (patch)
treed1db5e513af93d4cab01b7a271b942d93acd3dba /language/english.php
parent0a79e271552854aa920384fe45eec2359b95b8df (diff)
Adding a page for non admin to see last users comments
git-svn-id: http://piwigo.org/svn/trunk@166 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--language/english.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/language/english.php b/language/english.php
index 713580839..fa0fb8300 100644
--- a/language/english.php
+++ b/language/english.php
@@ -221,6 +221,9 @@ $lang['mail_new_upload_content'] = 'A new picture has been uploaded on the galle
$lang['mail_new_comment_subject'] = 'New comment on website';
$lang['mail_new_comment_content'] = 'A new comment has been registered on the gallery. If you chose to validate each comment, you first have to validate this comment in the administration panel to make it visible in the gallery.'."\n\n".'You can see last comments in the administration panel';
$lang['connected_user'] = 'connected user';
+$lang['title_comments'] = 'Users comments';
+$lang['stats_last_days'] = 'last days';
+$lang['hint_comments'] = 'See last users comments';
//-------------------------------------------------------------- administration
if ( $isadmin )
@@ -514,7 +517,6 @@ Once this file deleted , follow this instructions :
$lang['title_user_perm'] = 'Modify permission for user';
$lang['title_cat_perm'] = 'Modify permissions for category';
$lang['title_group_perm'] = 'Modify permissions for group';
- $lang['title_comments'] = 'Users comments';
$lang['title_picmod'] = 'Modify informations about a picture';
$lang['menu_groups'] = 'Groups';
$lang['menu_comments'] = 'Comments';
@@ -559,7 +561,6 @@ Once this file deleted , follow this instructions :
$lang['infoimage_removefromall'] = 'remove from all';
$lang['infoimage_associate'] = 'Associate to the category';
$lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."';
- $lang['stats_last_days'] = 'last days';
$lang['stats_pages_seen'] = 'pages seen';
$lang['stats_visitors'] = 'guests';
$lang['stats_empty'] = 'empty history';