Bugfix: Find returns objects, not rows
authorsoranzo <soranzo>
Tue, 14 Oct 2003 17:55:17 +0000 (17:55 +0000)
committersoranzo <soranzo>
Tue, 14 Oct 2003 17:55:17 +0000 (17:55 +0000)
database.php
lang/english.php
lang/italian.php
lang/recoded/english.php
lang/recoded/italian.php

index 97990ea185f141328bf66bf101e3eb472c47800c..2f58fae98fd97d1bb3a68c8db729a02c5162f234 100755 (executable)
@@ -3,7 +3,7 @@
        /**
         * Manage schemas within a database
         *
-        * $Id: database.php,v 1.22 2003/10/01 15:50:30 soranzo Exp $
+        * $Id: database.php,v 1.23 2003/10/14 17:55:17 soranzo Exp $
         */
 
        // Include application functions
                                }                       
                                echo "</ul>\n";
                                
-                               echo "<p>", $rs->recordCount(), " ", $lang['strrows'], "</p>\n";
+                               echo "<p>", $rs->recordCount(), " ", $lang['strobjects'], "</p>\n";
                        }
-                       else echo "<p>{$lang['strnodata']}</p>\n";
+                       else echo "<p>{$lang['strnoobjects']}</p>\n";
                }               
        }
        
index 4f3165e91f80e68e81a17daa9078e373b42d0595..c5514a3ac13f547bd7bf1f6e243d5ea5f6455baf 100755 (executable)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.114 2003/10/14 16:52:55 soranzo Exp $
+        * $Id: english.php,v 1.115 2003/10/14 17:55:17 soranzo Exp $
         */
 
        // Language and character set
@@ -69,6 +69,7 @@
        $lang['strcolumns'] = 'Columns';
        $lang['strrows'] = 'row(s)';
        $lang['strrowsaff'] = 'row(s) affected.';
+       $lang['strobjects'] = 'object(s)';
        $lang['strexample'] = 'eg.';
        $lang['strback'] = 'Back';
        $lang['strqueryresults'] = 'Query Results';
        $lang['strinstatement'] = 'In statement:';
        $lang['strinvalidparam'] = 'Invalid script parameters.';
        $lang['strnodata'] = 'No rows found.';
+       $lang['strnoobjects'] = 'No objects found.';
        $lang['strrownotunique'] = 'No unique identifier for this row.';
 
        // Tables
index 6556872035a8320ce00923b26197430267f6a3e9..774203c7bc94a22c67f2051908770108549153df 100644 (file)
@@ -4,7 +4,7 @@
         * Italian language file, based on the english language file for phpPgAdmin.
         * Nicola Soranzo [nsoranzo@tiscali.it]
          *
-        * $Id: italian.php,v 1.19 2003/10/14 16:52:55 soranzo Exp $
+        * $Id: italian.php,v 1.20 2003/10/14 17:55:17 soranzo Exp $
         */
 
        // Language and character set - Lingua e set di caratteri
@@ -67,8 +67,9 @@
        $lang['strfalse'] = 'FALSE';
        $lang['stredit'] = 'Modifica';
        $lang['strcolumns'] = 'Colonne';
-       $lang['strrows'] = 'riga(righe)';
-       $lang['strrowsaff'] = 'riga(righe) interessate.';
+       $lang['strrows'] = 'riga(ghe)';
+       $lang['strrowsaff'] = 'riga(ghe) interessata(e).';
+       $lang['strobjects'] = 'oggetto(i)';
        $lang['strexample'] = 'es.';
        $lang['strback'] = 'Indietro';
        $lang['strqueryresults'] = 'Risultato Query';
        $lang['strinstatement'] = 'Nel costrutto:';
        $lang['strinvalidparam'] = 'Parametri di script non validi.';
         $lang['strnodata'] = 'Nessuna riga trovata.';
+       $lang['strnoobjects'] = 'Nessun oggetto trovato.';
        $lang['strrownotunique'] = 'Nessun identificatore univoco per questa riga.';
 
         // Tables - Tabelle
index 8abe3f1b12488c544799fbeed7ca124da5c7eda7..a23d90bc1a06bc82ae95c4d0e1c9305655340460 100644 (file)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.66 2003/10/14 16:52:55 soranzo Exp $
+        * $Id: english.php,v 1.67 2003/10/14 17:55:17 soranzo Exp $
         */
 
        // Language and character set
@@ -69,6 +69,7 @@
        $lang['strcolumns'] = 'Columns';
        $lang['strrows'] = 'row(s)';
        $lang['strrowsaff'] = 'row(s) affected.';
+       $lang['strobjects'] = 'object(s)';
        $lang['strexample'] = 'eg.';
        $lang['strback'] = 'Back';
        $lang['strqueryresults'] = 'Query Results';
        $lang['strinstatement'] = 'In statement:';
        $lang['strinvalidparam'] = 'Invalid script parameters.';
        $lang['strnodata'] = 'No rows found.';
+       $lang['strnoobjects'] = 'No objects found.';
        $lang['strrownotunique'] = 'No unique identifier for this row.';
 
        // Tables
index 91e262708bec3d27a0fee83fe6f1d5b964a94343..534bdac857fc9b27b2cf6ed8ab714ed139fe0f9d 100644 (file)
@@ -4,7 +4,7 @@
         * Italian language file, based on the english language file for phpPgAdmin.
         * Nicola Soranzo [nsoranzo@tiscali.it]
          *
-        * $Id: italian.php,v 1.14 2003/10/14 16:52:55 soranzo Exp $
+        * $Id: italian.php,v 1.15 2003/10/14 17:55:17 soranzo Exp $
         */
 
        // Language and character set - Lingua e set di caratteri
@@ -67,8 +67,9 @@
        $lang['strfalse'] = 'FALSE';
        $lang['stredit'] = 'Modifica';
        $lang['strcolumns'] = 'Colonne';
-       $lang['strrows'] = 'riga(righe)';
-       $lang['strrowsaff'] = 'riga(righe) interessate.';
+       $lang['strrows'] = 'riga(ghe)';
+       $lang['strrowsaff'] = 'riga(ghe) interessata(e).';
+       $lang['strobjects'] = 'oggetto(i)';
        $lang['strexample'] = 'es.';
        $lang['strback'] = 'Indietro';
        $lang['strqueryresults'] = 'Risultato Query';
        $lang['strinstatement'] = 'Nel costrutto:';
        $lang['strinvalidparam'] = 'Parametri di script non validi.';
         $lang['strnodata'] = 'Nessuna riga trovata.';
+       $lang['strnoobjects'] = 'Nessun oggetto trovato.';
        $lang['strrownotunique'] = 'Nessun identificatore univoco per questa riga.';
 
         // Tables - Tabelle