Added my entries to the TODO list; italian update
authorsoranzo <soranzo>
Tue, 30 Sep 2003 09:56:38 +0000 (09:56 +0000)
committersoranzo <soranzo>
Tue, 30 Sep 2003 09:56:38 +0000 (09:56 +0000)
TODO
lang/italian.php
lang/recoded/italian.php

diff --git a/TODO b/TODO
index ef5666dcf377fc2cc7f85fa74b60b85badcfa485..d726df01fff4d386576f0f01571162b4c0efd80d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -42,12 +42,19 @@ Tables
 * -Change table owner
 * Cluster support
 * Vacuum & analyze (half done)
+* ORDER BY in Select function
+* Unify Select and Browse functions
 
 Views
 -----
 
 * Display, add, edit and drop rules on views
 
+Sequences
+---------
+
+* CACHE and CYCLE options in sequence creation
+
 Functions
 ---------
 
@@ -122,8 +129,9 @@ Miscellaneous
 * Show owner for all objects
 * Allow changing owner for objects that have this feature (7.4+ generally)
 * pg_dump integration
-* Config option to disallow pgsql and postgres logins
+* -Config option to disallow pgsql and postgres logins
 * Do David Smith's redireect idea to prevent refresh login resending password
+* Translated FAQ
 
 Exotic
 ------
index 8b575f28219dafc40e26e6f68d62537f13c14a92..61033649e007f8a3110c332e353402a2b5af8d62 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.16 2003/09/17 17:04:12 soranzo Exp $
+        * $Id: italian.php,v 1.17 2003/09/30 09:56:38 soranzo Exp $
         */
 
        // Language and character set - Lingua e set di caratteri
@@ -26,6 +26,7 @@
        // Basic strings - Stringhe basilari
        $lang['strlogin'] = 'Login';
        $lang['strloginfailed'] = 'Login fallito';
+       $lang['strlogindisallowed'] = 'Login disabilitato';
        $lang['strserver'] = 'Server';
        $lang['strlogout'] = 'Logout';
        $lang['strowner'] = 'Proprietario';
index d6727e1a060c68707a963564384a306025304718..780b52687d1dbd63b5ee3d3e2870b894f2a30a6f 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.11 2003/09/17 17:04:13 soranzo Exp $
+        * $Id: italian.php,v 1.12 2003/09/30 09:56:39 soranzo Exp $
         */
 
        // Language and character set - Lingua e set di caratteri
@@ -26,6 +26,7 @@
        // Basic strings - Stringhe basilari
        $lang['strlogin'] = 'Login';
        $lang['strloginfailed'] = 'Login fallito';
+       $lang['strlogindisallowed'] = 'Login disabilitato';
        $lang['strserver'] = 'Server';
        $lang['strlogout'] = 'Logout';
        $lang['strowner'] = 'Proprietario';