mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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
This commit is contained in:
@@ -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';
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user