aboutsummaryrefslogtreecommitdiffstats
path: root/language
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
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 'language')
-rw-r--r--language/english.php5
-rw-r--r--language/francais.php5
2 files changed, 6 insertions, 4 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';
diff --git a/language/francais.php b/language/francais.php
index c73de77e6..8157e528d 100644
--- a/language/francais.php
+++ b/language/francais.php
@@ -34,6 +34,8 @@ $lang['infos_title'] = 'Informations';
$lang['default'] = 'défaut';
$lang['comments'] = 'commentaires';
$lang['category_representative'] = 'représentant';
+$lang['title_comments'] = 'Commentaires des visiteurs';
+$lang['stats_last_days'] = 'derniers jours';
// end version 1.3
// page diapo
@@ -64,6 +66,7 @@ $lang['nb_image_category'] = 'nombre d\'images dans la catégorie';
// start version 1.3
//$lang['connected_user_female'] = 'utilisatrice connectée';
$lang['connected_user'] = 'utilisateur connecté';
+$lang['hint_comments'] = 'Voir les derniers commentaires des visiteurs';
// end version 1.3
$lang['recent_image'] = 'image datant de moins de';
$lang['days'] = 'jours';
@@ -278,7 +281,6 @@ if ( $isadmin )
$lang['title_user_perm'] = 'Modifier les permissions pour l\'utilisateur';
$lang['title_cat_perm'] = 'Modifier les permissions pour la catégorie';
$lang['title_group_perm'] = 'Modifier les permissions pour le groupe';
- $lang['title_comments'] = 'Commentaires des visiteurs';
$lang['title_picmod'] = 'Modifier les informations d\'une image';
// end version 1.3
$lang['title_categories'] = 'Gestion des catégories';
@@ -609,7 +611,6 @@ if ( $isadmin )
$lang['tn_dirs_alone'] = 'images sans miniatures';
// start version 1.3
- $lang['stats_last_days'] = 'derniers jours';
$lang['stats_pages_seen'] = 'pages vues';
$lang['stats_visitors'] = 'visiteurs';
$lang['stats_empty'] = 'vider l\'historique';