Improve no --with-pgsql message. I'm sick of answering peoples questions
authorchriskl <chriskl>
Tue, 12 Aug 2003 03:27:20 +0000 (03:27 +0000)
committerchriskl <chriskl>
Tue, 12 Aug 2003 03:27:20 +0000 (03:27 +0000)
lang/english.php
lang/recoded/english.php

index c1ed2974e064defa8301704430533a8e6ff3e3f2..a4a89e93d8b936ce5ac02113ec8d326b8ad15605 100755 (executable)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.96 2003/08/12 01:57:21 chriskl Exp $
+        * $Id: english.php,v 1.97 2003/08/12 03:27:20 chriskl Exp $
         */
 
        // Language and character set
        // Error handling
        $lang['strnoframes'] = 'You need a frames-enabled browser to use this application.';
        $lang['strbadconfig'] = 'Your config.inc.php is out of date. You will need to regenerate it from the new config.inc.php-dist.';
-       $lang['strnotloaded'] = 'You have not compiled proper database support into your PHP installation.';
+       $lang['strnotloaded'] = 'Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.';
        $lang['strbadschema'] = 'Invalid schema specified.';
        $lang['strbadencoding'] = 'Failed to set client encoding in database.';
        $lang['strsqlerror'] = 'SQL error:';
index 7dfb7eed28626a93cd6261cae51215a12e8a35aa..5f6cce02c9be7333bbc6429473093736e4830305 100644 (file)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.48 2003/08/12 01:57:21 chriskl Exp $
+        * $Id: english.php,v 1.49 2003/08/12 03:27:20 chriskl Exp $
         */
 
        // Language and character set
        // Error handling
        $lang['strnoframes'] = 'You need a frames-enabled browser to use this application.';
        $lang['strbadconfig'] = 'Your config.inc.php is out of date. You will need to regenerate it from the new config.inc.php-dist.';
-       $lang['strnotloaded'] = 'You have not compiled proper database support into your PHP installation.';
+       $lang['strnotloaded'] = 'Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.';
        $lang['strbadschema'] = 'Invalid schema specified.';
        $lang['strbadencoding'] = 'Failed to set client encoding in database.';
        $lang['strsqlerror'] = 'SQL error:';