Change some PhpWebGallery to Piwigo.

Not all PhpWebGallery has been translated!

git-svn-id: http://piwigo.org/svn/trunk@2339 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub 2008-05-14 22:25:36 +00:00
commit 51491ab08f
16 changed files with 183 additions and 183 deletions

View file

@ -23,10 +23,10 @@
function check_upgrade()
{
// Is PhpWebGallery already installed ?
// Is Piwigo already installed ?
if (!defined('PHPWG_IN_UPGRADE') or !PHPWG_IN_UPGRADE)
{
$message = 'PhpWebGallery is not in upgrade mode. In include/mysql.inc.php,
$message = 'Piwigo is not in upgrade mode. In include/mysql.inc.php,
insert line
<pre style="background-color:lightgray">
define(\'PHPWG_IN_UPGRADE\', true);