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/english.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/english.php')
-rw-r--r-- | language/english.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/english.php b/language/english.php index 4ec41f196..6e71aeeb7 100644 --- a/language/english.php +++ b/language/english.php @@ -590,5 +590,6 @@ Once this file deleted , follow this instructions : $lang['help_infos'][2] = 'If you have any question, do not hesitate to take a look at the forum or ask a question there. The <a href="'.$conf['forum_url'].'" style="text-decoration:underline">forum</a> (message board) is available on the presentation site of PhpWebGallery.'; $lang['step1_err_copy'] = 'Copy the text between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in blue, no line return or space character)'; $lang['permuser_only_private'] = 'Only private categories are shown'; + $lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated'; } ?> |