From 51491ab08f2be1c59439e049a20d7555ec0f918d Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 14 May 2008 22:25:36 +0000 Subject: 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 --- tools/create_listing_file.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tools/create_listing_file.php') diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 450de7279..8b1ee34ee 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -31,13 +31,13 @@ $conf['version'] = 'branch 1.7'; // URL of main gallery // Example : http://www.my.domain/my/directory -$conf['gallery'] = 'http://demo.phpwebgallery.net/'; +$conf['gallery'] = 'http://demo.piwigo.net/'; // prefix for thumbnails in "thumbnail" sub directories $conf['prefix_thumbnail'] = 'TN-'; // $conf['file_ext'] lists all extensions (case insensitive) allowed -// for your PhpWebGallery installation +// for your Piwigo installation $conf['file_ext'] = array('jpg','JPG','jpeg','JPEG', 'png','PNG','gif','GIF','mpg','zip', 'avi','mp3','ogg'); @@ -74,9 +74,9 @@ $conf['use_exif_mapping'] = array( // to false $conf['use_iptc'] = false; -// use_iptc_mapping : in which IPTC fields will PhpWebGallery find image +// use_iptc_mapping : in which IPTC fields will Piwigo find image // information ? This setting is used during metadata synchronisation. It -// associates a phpwebgallery_images column name to a IPTC key +// associates a piwigo_images column name to a IPTC key $conf['use_iptc_mapping'] = array( 'keywords' => '2#025', 'date_creation' => '2#055', @@ -1121,7 +1121,7 @@ function pwg_test_exit() } else { - exit('
PWG-ERROR-4: PhpWebGallery versions differs
'); + exit('
PWG-ERROR-4: Piwigo versions differs
'); } } @@ -1661,7 +1661,7 @@ if ($_SESSION['scan_step'] == 'exit')