diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-10-05 13:10:54 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-10-05 13:10:54 +0000 |
commit | 458b548ef6bc1d41745785b44b1e1e5e57863ec7 (patch) | |
tree | 58161cb51631f71a6e377444e7f8b91c044be6f1 /language/francais.php | |
parent | 7e441d191eddbf0a7c4cf1d9fa4af3328fa93350 (diff) |
Display a message to update the database after validating uploaded pictures
git-svn-id: http://piwigo.org/svn/trunk@177 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/francais.php')
-rw-r--r-- | language/francais.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/francais.php b/language/francais.php index dfdd7473c..9c0a4423b 100644 --- a/language/francais.php +++ b/language/francais.php @@ -309,6 +309,9 @@ if ( $isadmin ) $lang['title_waiting'] = 'Images en attente de validation'; $lang['menu_waiting'] = 'En attente'; +// start version 1.3 + $lang['waiting_update'] = 'Les images validées ne seront visibles qu\'après mise à jour de la base d\'images.'; +// end version 1.3 $lang['default_message'] = 'Zone d\'administration de PhpWebGallery'; |