Italian update.
authorsoranzo <soranzo>
Thu, 15 Jul 2004 10:11:00 +0000 (10:11 +0000)
committersoranzo <soranzo>
Thu, 15 Jul 2004 10:11:00 +0000 (10:11 +0000)
lang/italian.php
lang/recoded/italian.php

index 5cb472623d0507835e316789f7bb9702d6768567..7e98fd1181ce405f13c798f461caaf619a644edf 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.34 2004/07/12 04:18:41 chriskl Exp $
+        * $Id: italian.php,v 1.35 2004/07/15 10:11:00 soranzo Exp $
         */
 
        // Language and character set - Lingua e set di caratteri
        $lang['strstarttime'] = 'Inizio';
        $lang['strfile'] = 'File';
        $lang['strfileimported'] = 'File importato.';
+       $lang['strkill'] = 'Termina';
 
        // Error handling - Gestione degli errori
        $lang['strnoframes'] = 'Per usare questa applicazione รจ necessario usare un browser che supporti i frame.';
        $lang['strfull'] = 'Completo';
        $lang['strfreeze'] = 'Freeze';
        $lang['strforce'] = 'Forza';
+       $lang['strsignalsent'] = 'Segnale inviato.';
+       $lang['strsignalsentbad'] = 'Invio del segnale fallito.';
+       $lang['strallobjects'] = 'Tutti gli oggetti';
 
        // Views - Viste
        $lang['strview'] = 'Vista';
        $lang['strshowallfunctions'] = 'Mostra tutte le funzioni';
        $lang['strnofunction'] = 'Funzione non trovata.';
        $lang['strnofunctions'] = 'Nessuna funzione trovata.';
-       $lang['strcreatefunction'] = 'Crea funzione';
+       $lang['strcreateplfunction'] = 'Crea funzione SQL/PL';
+       $lang['strcreateinternalfunction'] = 'Crea funzione internal';
+       $lang['strcreatecfunction'] = 'Crea funzione C';
        $lang['strfunctionname'] = 'Nome della funzione';
        $lang['strreturns'] = 'Restituisce';
        $lang['strarguments'] = 'Argomenti';
         $lang['strfunctiondroppedbad'] = 'Eliminazione della funzione fallita.';
         $lang['strfunctionupdated'] = 'Funzione aggiornata.';
         $lang['strfunctionupdatedbad'] = 'Aggiornamento della funzione fallito.';
+       $lang['strobjectfile'] = 'File oggetto';
+       $lang['strlinksymbol'] = 'Simbolo di collegamento';
 
         // Triggers - Trigger
         $lang['strtrigger'] = 'Trigger';
         $lang['strschemadroppedbad'] = 'Eliminazione dello schema fallita.';
        $lang['strschemaaltered'] = 'Schema modificato.';
        $lang['strschemaalteredbad'] = 'Modifica dello schema fallita.';
+       $lang['strsearchpath'] = 'Ordine di ricerca dello schema';
 
         // Reports - Report
         $lang['strreport'] = 'Report';
        $lang['strdisk'] = 'Disco';
        $lang['strrows2'] = 'Righe';
 
-       // Tablespaces
+       // Tablespaces - Tablespace
+       $lang['strtablespace'] = 'Tablespace';
        $lang['strtablespaces'] = 'Tablespace';
+       $lang['strshowalltablespaces'] = 'Mostra tutti i tablespace';
        $lang['strnotablespaces'] = 'Nessun tablespace trovato.';
        $lang['strcreatetablespace'] = 'Crea tablespace';
        $lang['strlocation'] = 'Directory';
index e28bc5dd68356e496e41cdfcd70069b86b021ad6..f616210b1eb86a3c9a47a3103480676f7e3f32fd 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.29 2004/07/12 04:18:42 chriskl Exp $
+        * $Id: italian.php,v 1.30 2004/07/15 10:11:00 soranzo Exp $
         */
 
        // Language and character set - Lingua e set di caratteri
        $lang['strstarttime'] = 'Inizio';
        $lang['strfile'] = 'File';
        $lang['strfileimported'] = 'File importato.';
+       $lang['strkill'] = 'Termina';
 
        // Error handling - Gestione degli errori
        $lang['strnoframes'] = 'Per usare questa applicazione &egrave; necessario usare un browser che supporti i frame.';
        $lang['strfull'] = 'Completo';
        $lang['strfreeze'] = 'Freeze';
        $lang['strforce'] = 'Forza';
+       $lang['strsignalsent'] = 'Segnale inviato.';
+       $lang['strsignalsentbad'] = 'Invio del segnale fallito.';
+       $lang['strallobjects'] = 'Tutti gli oggetti';
 
        // Views - Viste
        $lang['strview'] = 'Vista';
        $lang['strshowallfunctions'] = 'Mostra tutte le funzioni';
        $lang['strnofunction'] = 'Funzione non trovata.';
        $lang['strnofunctions'] = 'Nessuna funzione trovata.';
-       $lang['strcreatefunction'] = 'Crea funzione';
+       $lang['strcreateplfunction'] = 'Crea funzione SQL/PL';
+       $lang['strcreateinternalfunction'] = 'Crea funzione internal';
+       $lang['strcreatecfunction'] = 'Crea funzione C';
        $lang['strfunctionname'] = 'Nome della funzione';
        $lang['strreturns'] = 'Restituisce';
        $lang['strarguments'] = 'Argomenti';
         $lang['strfunctiondroppedbad'] = 'Eliminazione della funzione fallita.';
         $lang['strfunctionupdated'] = 'Funzione aggiornata.';
         $lang['strfunctionupdatedbad'] = 'Aggiornamento della funzione fallito.';
+       $lang['strobjectfile'] = 'File oggetto';
+       $lang['strlinksymbol'] = 'Simbolo di collegamento';
 
         // Triggers - Trigger
         $lang['strtrigger'] = 'Trigger';
         $lang['strschemadroppedbad'] = 'Eliminazione dello schema fallita.';
        $lang['strschemaaltered'] = 'Schema modificato.';
        $lang['strschemaalteredbad'] = 'Modifica dello schema fallita.';
+       $lang['strsearchpath'] = 'Ordine di ricerca dello schema';
 
         // Reports - Report
         $lang['strreport'] = 'Report';
        $lang['strdisk'] = 'Disco';
        $lang['strrows2'] = 'Righe';
 
-       // Tablespaces
+       // Tablespaces - Tablespace
+       $lang['strtablespace'] = 'Tablespace';
        $lang['strtablespaces'] = 'Tablespace';
+       $lang['strshowalltablespaces'] = 'Mostra tutti i tablespace';
        $lang['strnotablespaces'] = 'Nessun tablespace trovato.';
        $lang['strcreatetablespace'] = 'Crea tablespace';
        $lang['strlocation'] = 'Directory';