From: soranzo Date: Tue, 16 Dec 2003 00:32:28 +0000 (+0000) Subject: Italian update + stupid fix in english.php + bugfix for browser.php X-Git-Tag: REL_3-3-1~65 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ad1b252188f29a174413a06a2e04e16f12d44b3e;p=phppgadmin.git Italian update + stupid fix in english.php + bugfix for browser.php --- diff --git a/browser.php b/browser.php index fbf60e60..77456b4a 100644 --- a/browser.php +++ b/browser.php @@ -5,7 +5,7 @@ * if you click on a database it shows a list of database objects in that * database. * - * $Id: browser.php,v 1.30 2003/12/15 07:59:22 chriskl Exp $ + * $Id: browser.php,v 1.31 2003/12/16 00:32:28 soranzo Exp $ */ // Include application functions @@ -196,7 +196,7 @@ 'icon' => "../../../images/themes/{$conf['theme']}/database.png", 'expandedIcon' => "../../../images/themes/{$conf['theme']}/database.png", 'expanded' => true, - 'linkTarget' => 'detail')); + 'linkTarget' => '_self')); // If database supports schemas, add the extra level of hierarchy if ($data->hasSchemas()) { diff --git a/lang/english.php b/lang/english.php index 8d463e43..55c00448 100755 --- a/lang/english.php +++ b/lang/english.php @@ -4,7 +4,7 @@ * English language file for phpPgAdmin. Use this as a basis * for new translations. * - * $Id: english.php,v 1.122 2003/12/15 08:30:54 chriskl Exp $ + * $Id: english.php,v 1.123 2003/12/16 00:32:28 soranzo Exp $ */ // Language and character set @@ -128,7 +128,7 @@ $lang['strnodata'] = 'No rows found.'; $lang['strnoobjects'] = 'No objects found.'; $lang['strrownotunique'] = 'No unique identifier for this row.'; - $lang['strnoreportsdb'] = 'You have not created the reports database. Read the INSTALL file for directions.'; + $lang['strnoreportsdb'] = 'You have not created the reports database. Read the INSTALL file for directions.'; // Tables $lang['strtable'] = 'Table'; diff --git a/lang/italian.php b/lang/italian.php index 23939e89..613dff68 100644 --- a/lang/italian.php +++ b/lang/italian.php @@ -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.21 2003/11/26 20:39:13 soranzo Exp $ + * $Id: italian.php,v 1.22 2003/12/16 00:32:28 soranzo Exp $ */ // Language and character set - Lingua e set di caratteri @@ -111,6 +111,10 @@ $lang['strinfo'] = 'Informazioni'; $lang['stroids'] = 'OIDs'; $lang['stradvanced'] = 'Avanzato'; + $lang['strvariables'] = 'Variabili'; + $lang['strprocess'] = 'Processo'; + $lang['strprocesses'] = 'Processi'; + $lang['strsetting'] = 'Valore'; // Error handling - Gestione degli errori $lang['strnoframes'] = 'Devi usare un browser che supporti i frame per usare questa applicazione.'; @@ -124,6 +128,7 @@ $lang['strnodata'] = 'Nessuna riga trovata.'; $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.'; // Tables - Tabelle $lang['strtable'] = 'Tabella'; diff --git a/lang/recoded/english.php b/lang/recoded/english.php index 689eedbb..70b29143 100644 --- a/lang/recoded/english.php +++ b/lang/recoded/english.php @@ -4,7 +4,7 @@ * English language file for phpPgAdmin. Use this as a basis * for new translations. * - * $Id: english.php,v 1.74 2003/12/15 08:30:54 chriskl Exp $ + * $Id: english.php,v 1.75 2003/12/16 00:32:28 soranzo Exp $ */ // Language and character set @@ -128,7 +128,7 @@ $lang['strnodata'] = 'No rows found.'; $lang['strnoobjects'] = 'No objects found.'; $lang['strrownotunique'] = 'No unique identifier for this row.'; - $lang['strnoreportsdb'] = 'You have not created the reports database. Read the INSTALL file for directions.'; + $lang['strnoreportsdb'] = 'You have not created the reports database. Read the INSTALL file for directions.'; // Tables $lang['strtable'] = 'Table'; diff --git a/lang/recoded/italian.php b/lang/recoded/italian.php index cc95b3a4..e4167170 100644 --- a/lang/recoded/italian.php +++ b/lang/recoded/italian.php @@ -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/11/26 20:39:14 soranzo Exp $ + * $Id: italian.php,v 1.17 2003/12/16 00:32:28 soranzo Exp $ */ // Language and character set - Lingua e set di caratteri @@ -111,6 +111,10 @@ $lang['strinfo'] = 'Informazioni'; $lang['stroids'] = 'OIDs'; $lang['stradvanced'] = 'Avanzato'; + $lang['strvariables'] = 'Variabili'; + $lang['strprocess'] = 'Processo'; + $lang['strprocesses'] = 'Processi'; + $lang['strsetting'] = 'Valore'; // Error handling - Gestione degli errori $lang['strnoframes'] = 'Devi usare un browser che supporti i frame per usare questa applicazione.'; @@ -124,6 +128,7 @@ $lang['strnodata'] = 'Nessuna riga trovata.'; $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.'; // Tables - Tabelle $lang['strtable'] = 'Tabella';