* 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
'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()) {
* 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
$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';
* 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
$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.';
$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';
* 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
$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';
* 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
$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.';
$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';