From: Christopher Kings-L. <ch...@us...> - 2002-04-10 04:09:54
|
Update of /cvsroot/phppgadmin/webdb/lang In directory usw-pr-cvs1:/tmp/cvs-serv16254/lang Modified Files: template.php Log Message: basic table browsing Index: template.php =================================================================== RCS file: /cvsroot/phppgadmin/webdb/lang/template.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** template.php 18 Feb 2002 13:06:13 -0000 1.3 --- template.php 10 Apr 2002 04:09:47 -0000 1.4 *************** *** 13,16 **** --- 13,19 ---- $strLogin = 'Login'; $strNoTables = 'No tables found.'; + $strOwner = 'Owner'; + $strActions = 'Actions'; + $strTable = 'Table'; $strTables = 'Tables'; $strViews = 'Views'; |