Italian update. Error message consistency fix. Identation fix.
authorsoranzo <soranzo>
Mon, 17 May 2004 20:34:57 +0000 (20:34 +0000)
committersoranzo <soranzo>
Mon, 17 May 2004 20:34:57 +0000 (20:34 +0000)
HISTORY
lang/english.php
lang/italian.php
lang/recoded/english.php
lang/recoded/italian.php
tblproperties.php

diff --git a/HISTORY b/HISTORY
index 04c1f8b7c9d3952f8ec7843019b396a59300376a..2f98734769db90c7929bc8376432be4ab79fb38a 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -44,6 +44,7 @@ Bugs
 
 Translations
 * Trad. Chinese from Chih-Hsin Lee
+* Italian from Nicola
 
 Version 3.3.1
 -------------
index 3b98cd7791d3300092be91ca3a73259973f15a07..27018ca23fc9a834b28b1a7f95a9e1ac80435c7f 100755 (executable)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.142 2004/05/14 01:16:14 soranzo Exp $
+        * $Id: english.php,v 1.143 2004/05/17 20:35:00 soranzo Exp $
         */
 
        // Language and character set
        $lang['strviewname'] = 'View name';
        $lang['strviewneedsname'] = 'You must give a name for your view.';
        $lang['strviewneedsdef'] = 'You must give a definition for your view.';
-       $lang['strviewneedsfields'] = 'Please select the fields you want selected in your view.';
+       $lang['strviewneedsfields'] = 'You must give the columns you want selected in your view.';
        $lang['strviewcreated'] = 'View created.';
        $lang['strviewcreatedbad'] = 'View creation failed.';
        $lang['strconfdropview'] = 'Are you sure you want to drop the view "%s"?';
index 84aca0e60dc1cb50e147426125d8c14e85911710..57295235d3cb13d255d459b0ce1ab3f8c54b6346 100644 (file)
@@ -4,7 +4,7 @@
         * Italian language file, based on the english language file for phpPgAdmin.
         * Nicola Soranzo [[email protected]]
          *
-        * $Id: italian.php,v 1.29 2004/04/05 21:22:13 soranzo Exp $
+        * $Id: italian.php,v 1.30 2004/05/17 20:35:00 soranzo Exp $
         */
 
        // Language and character set - Lingua e set di caratteri
        $lang['strprocesses'] = 'Processi';
        $lang['strsetting'] = 'Valore';
        $lang['streditsql'] = 'Modifica SQL';
+       $lang['strruntime'] = 'Tempo di esecuzione totale: %s ms';
        $lang['strpaginate'] = 'Dividi in pagine i risultati';
+       $lang['struploadscript'] = 'oppure esegui l\'upload di uno script SQL:';
        $lang['strstarttime'] = 'Inizio';
+       $lang['strfile'] = 'File';
+       $lang['strfileimported'] = 'File importato.';
 
        // Error handling - Gestione degli errori
        $lang['strnoframes'] = 'Devi usare un browser che supporti i frame per usare questa applicazione.';
        $lang['strnoobjects'] = 'Nessun oggetto trovato.';
        $lang['strrownotunique'] = 'Nessun identificatore univoco per questa riga.';
        $lang['strnoreportsdb'] = 'Non è stato creato il database dei report. Leggere il file INSTALL per istruzioni.';
+       $lang['strnouploads'] = 'L\'upload dei file è disabilitato.';
+       $lang['strimporterror'] = 'Errore durante l\'import.';
+       $lang['strimporterrorline'] = 'Errore durante l\'import alla linea %s.';
 
         // Tables - Tabelle
        $lang['strtable'] = 'Tabella';
        $lang['strconfdropcolumn'] = 'Sei sicuro di voler eliminare la colonna "%s" dalla tabella "%s"?';
        $lang['strcolumndropped'] = 'Colonna eliminata.';
        $lang['strcolumndroppedbad'] = 'Eliminazione della colonna fallita.';
-       $lang['straddcolumn'] = 'Aggiungi colonna.';
+       $lang['straddcolumn'] = 'Aggiungi colonna';
        $lang['strcolumnadded'] = 'Colonna aggiunta.';
        $lang['strcolumnaddedbad'] = 'Aggiunta della colonna fallita.';
        $lang['strcascade'] = 'CASCADE';
        $lang['strdataonly'] = 'Solo i dati';
        $lang['strstructureonly'] = 'Solo la struttura';
        $lang['strstructureanddata'] = 'Struttura e dati';
+       $lang['strtabbed'] = 'Tabulato';
+       $lang['strauto'] = 'Auto';
 
        // Users - Utenti
        $lang['struser'] = 'Utente';
        $lang['strvacuumbad'] = 'Vacuum fallito.';
        $lang['stranalyzegood'] = 'Analyze completato.';
        $lang['stranalyzebad'] = 'Analyze fallito';
+       $lang['strreindexgood'] = 'Reindicizzamento completato.';
+       $lang['strreindexbad'] = 'Reindicizzamento fallito.';
+       $lang['strfull'] = 'Completo';
+       $lang['strfreeze'] = 'Freeze';
+       $lang['strforce'] = 'Forza';
 
        // Views - Viste
        $lang['strview'] = 'Vista';
        $lang['strviewname'] = 'Nome vista';
        $lang['strviewneedsname'] = 'È necessario specificare un nome per la vista.';
        $lang['strviewneedsdef'] = 'È necessario specificare una definizione per la vista.';
+       $lang['strviewneedsfields'] = 'È necessario specificare le colonne da selezionare nella vista.';
        $lang['strviewcreated'] = 'Vista creata.';
        $lang['strviewcreatedbad'] = 'Creazione della vista fallita.';
        $lang['strconfdropview'] = 'Sei sicuro di volere eliminare la vista "%s"?';
        $lang['strviewdroppedbad'] = 'Eliminazione della vista fallita.';
        $lang['strviewupdated'] = 'Vista aggiornata.';
        $lang['strviewupdatedbad'] = 'Aggiornamento della vista fallito.';
-$lang['strviewlink'] = 'Linking Keys';
-$lang['strviewconditions'] = 'Additional Conditions';
+       $lang['strviewlink'] = 'Chiavi collegate';
+       $lang['strviewconditions'] = 'Condizioni aggiuntive';
+       $lang['strcreateviewwiz'] = 'Crea vista tramite wizard';
 
        // Sequences - Sequenze
        $lang['strsequence'] = 'Sequenza';
index 1d3d256779c290b4c666dd6eb8a3c39ccdcd22fb..c62f5cdcc7b673c7585bf0e0aa9eca878b2f6046 100644 (file)
@@ -4,7 +4,7 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.95 2004/05/14 01:16:15 soranzo Exp $
+        * $Id: english.php,v 1.96 2004/05/17 20:35:01 soranzo Exp $
         */
 
        // Language and character set
        $lang['strviewname'] = 'View name';
        $lang['strviewneedsname'] = 'You must give a name for your view.';
        $lang['strviewneedsdef'] = 'You must give a definition for your view.';
-       $lang['strviewneedsfields'] = 'Please select the fields you want selected in your view.';
+       $lang['strviewneedsfields'] = 'You must give the columns you want selected in your view.';
        $lang['strviewcreated'] = 'View created.';
        $lang['strviewcreatedbad'] = 'View creation failed.';
        $lang['strconfdropview'] = 'Are you sure you want to drop the view &quot;%s&quot;?';
index 8340c6bc4b8c13327a1a5864920c5a777a90de51..8e1b00fdde6561d04b1b12c588f099b480434722 100644 (file)
@@ -4,7 +4,7 @@
         * Italian language file, based on the english language file for phpPgAdmin.
         * Nicola Soranzo [[email protected]]
          *
-        * $Id: italian.php,v 1.24 2004/04/05 21:22:19 soranzo Exp $
+        * $Id: italian.php,v 1.25 2004/05/17 20:35:00 soranzo Exp $
         */
 
        // Language and character set - Lingua e set di caratteri
        $lang['strprocesses'] = 'Processi';
        $lang['strsetting'] = 'Valore';
        $lang['streditsql'] = 'Modifica SQL';
+       $lang['strruntime'] = 'Tempo di esecuzione totale: %s ms';
        $lang['strpaginate'] = 'Dividi in pagine i risultati';
+       $lang['struploadscript'] = 'oppure esegui l\'upload di uno script SQL:';
        $lang['strstarttime'] = 'Inizio';
+       $lang['strfile'] = 'File';
+       $lang['strfileimported'] = 'File importato.';
 
        // Error handling - Gestione degli errori
        $lang['strnoframes'] = 'Devi usare un browser che supporti i frame per usare questa applicazione.';
        $lang['strnoobjects'] = 'Nessun oggetto trovato.';
        $lang['strrownotunique'] = 'Nessun identificatore univoco per questa riga.';
        $lang['strnoreportsdb'] = 'Non &egrave; stato creato il database dei report. Leggere il file INSTALL per istruzioni.';
+       $lang['strnouploads'] = 'L\'upload dei file &egrave; disabilitato.';
+       $lang['strimporterror'] = 'Errore durante l\'import.';
+       $lang['strimporterrorline'] = 'Errore durante l\'import alla linea %s.';
 
         // Tables - Tabelle
        $lang['strtable'] = 'Tabella';
        $lang['strconfdropcolumn'] = 'Sei sicuro di voler eliminare la colonna &quot;%s&quot; dalla tabella &quot;%s&quot;?';
        $lang['strcolumndropped'] = 'Colonna eliminata.';
        $lang['strcolumndroppedbad'] = 'Eliminazione della colonna fallita.';
-       $lang['straddcolumn'] = 'Aggiungi colonna.';
+       $lang['straddcolumn'] = 'Aggiungi colonna';
        $lang['strcolumnadded'] = 'Colonna aggiunta.';
        $lang['strcolumnaddedbad'] = 'Aggiunta della colonna fallita.';
        $lang['strcascade'] = 'CASCADE';
        $lang['strdataonly'] = 'Solo i dati';
        $lang['strstructureonly'] = 'Solo la struttura';
        $lang['strstructureanddata'] = 'Struttura e dati';
+       $lang['strtabbed'] = 'Tabulato';
+       $lang['strauto'] = 'Auto';
 
        // Users - Utenti
        $lang['struser'] = 'Utente';
        $lang['strvacuumbad'] = 'Vacuum fallito.';
        $lang['stranalyzegood'] = 'Analyze completato.';
        $lang['stranalyzebad'] = 'Analyze fallito';
+       $lang['strreindexgood'] = 'Reindicizzamento completato.';
+       $lang['strreindexbad'] = 'Reindicizzamento fallito.';
+       $lang['strfull'] = 'Completo';
+       $lang['strfreeze'] = 'Freeze';
+       $lang['strforce'] = 'Forza';
 
        // Views - Viste
        $lang['strview'] = 'Vista';
        $lang['strviewname'] = 'Nome vista';
        $lang['strviewneedsname'] = '&Egrave; necessario specificare un nome per la vista.';
        $lang['strviewneedsdef'] = '&Egrave; necessario specificare una definizione per la vista.';
+       $lang['strviewneedsfields'] = '&Egrave; necessario specificare le colonne da selezionare nella vista.';
        $lang['strviewcreated'] = 'Vista creata.';
        $lang['strviewcreatedbad'] = 'Creazione della vista fallita.';
        $lang['strconfdropview'] = 'Sei sicuro di volere eliminare la vista &quot;%s&quot;?';
        $lang['strviewdroppedbad'] = 'Eliminazione della vista fallita.';
        $lang['strviewupdated'] = 'Vista aggiornata.';
        $lang['strviewupdatedbad'] = 'Aggiornamento della vista fallito.';
-$lang['strviewlink'] = 'Linking Keys';
-$lang['strviewconditions'] = 'Additional Conditions';
+       $lang['strviewlink'] = 'Chiavi collegate';
+       $lang['strviewconditions'] = 'Condizioni aggiuntive';
+       $lang['strcreateviewwiz'] = 'Crea vista tramite wizard';
 
        // Sequences - Sequenze
        $lang['strsequence'] = 'Sequenza';
index 1881204f41f095b028f74e73a77e2b7b5187c462..a8769b2e42ccf4e9d0073b9040780288fc11f76a 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * List tables in a database
         *
-        * $Id: tblproperties.php,v 1.46 2004/05/14 14:46:46 soranzo Exp $
+        * $Id: tblproperties.php,v 1.47 2004/05/17 20:34:57 soranzo Exp $
         */
 
        // Include application functions
                echo "<h2>", $misc->printVal($_REQUEST['database']), ": ", $misc->printVal($_REQUEST['table']), ": {$lang['strimport']}</h2>\n";
                $misc->printMsg($msg);
 
-           // Check that file uploads are enabled
-           if (ini_get('file_uploads')) {
-               // Don't show upload option if max size of uploads is zero
-               $max_size = $misc->inisizeToBytes(ini_get('upload_max_filesize'));
-               if (is_double($max_size) && $max_size > 0) {
+               // Check that file uploads are enabled
+               if (ini_get('file_uploads')) {
+                       // Don't show upload option if max size of uploads is zero
+                       $max_size = $misc->inisizeToBytes(ini_get('upload_max_filesize'));
+                       if (is_double($max_size) && $max_size > 0) {
                                echo "<form action=\"dataimport.php\" method=\"post\" enctype=\"multipart/form-data\">\n";
                                echo "<table>\n";
                                echo "<tr><th class=\"data left required\">{$lang['strformat']}</th>";
                                echo "<input type=\"hidden\" name=\"table\" value=\"", htmlspecialchars($_REQUEST['table']), "\" />\n";
                                echo "<input type=\"submit\" value=\"{$lang['strimport']}\" /></p>\n";
                                echo "</form>\n";
-            }
-        }
-        else echo "<p>{$lang['strnouploads']}</p>\n";          
+                       }
+               }
+               else echo "<p>{$lang['strnouploads']}</p>\n";           
        }       
 
        /**