|
From: <ope...@li...> - 2002-07-09 01:24:56
|
Update of /cvsroot/openposs/Server/language/eng In directory usw-pr-cvs1:/tmp/cvs-serv27230/language/eng Modified Files: global.php Log Message: Added lines. Index: global.php =================================================================== RCS file: /cvsroot/openposs/Server/language/eng/global.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** global.php 30 Jun 2002 16:05:16 -0000 1.5 --- global.php 9 Jul 2002 01:24:53 -0000 1.6 *************** *** 1,24 **** ! <? ! # ! # Filename: /language/eng/global.php ! # Author : Brian A Cheeseman ! # Date : April 6, 2002 ! # Purpose : To provide language based strings for the openPOS project. ! # ! ################################################################################ ! # Last Update # Who # Changes Made # ! #--------------#-----#---------------------------------------------------------# ! # Jun 25, 2002 # BAC # Modified the text to allow for the themes support # ! # Apr 6, 2002 # BAC # Initial Creation # ! ################################################################################ ! # Who Key ! # BAC - Brian A Cheeseman ! # ! define(_OPENPOSTITLE,"openPOS"); ! define(_OPENPOSADMINTITLE,"Administration"); ! define(_OPENPOSMAINTITLE,"Main Menu"); ! define(_OPENPOSERRORTITLE,"Error Notification"); ! define(_OPENPOSNAVTITLE, "Navigation Menu"); ! define(_OPENPOSLOGINTITLE, "Login"); ! ! ?> --- 1,27 ---- ! <? ! # ! # Filename: /language/eng/global.php ! # Author : Brian A Cheeseman ! # Date : April 6, 2002 ! # Purpose : To provide language based strings for the openPOS project. ! # ! ################################################################################ ! # Last Update # Who # Changes Made # ! #--------------#-----#---------------------------------------------------------# ! # Jun 25, 2002 # BAC # Modified the text to allow for the themes support # ! # Apr 6, 2002 # BAC # Initial Creation # ! ################################################################################ ! # Who Key ! # BAC - Brian A Cheeseman ! # ! define(_OPENPOSTITLE,"openPOS System"); ! define(_OPENPOSADMINTITLE,"Administration"); ! define(_OPENPOSMAINTITLE,"openPOS System"); ! define(_OPENPOSERRORTITLE,"Error Notification"); ! define(_OPENPOSNAVTITLE, "Navigation Menu"); ! define(_OPENPOSLOGINTITLE, "Login"); ! define(_OPENPOSLOGINMESSAGE, "<center><h2>You must <A href=\"http://90.33.216.64/Server/?action=login\">login</a> to access this page!"); ! define(_OPENPOSINSTALLDBCONNECT, "<h3><font color=\"#006400\">Connection to Database on host '".$DBConfig['Server']."' succesful.</font></h3>"); ! define(_OPENPOSNORIGHTS, "<center><h2>You have insufficent rights to access this page. Please see your system admin for more information</h2></center>"); ! ! ?> |