From: <ope...@li...> - 2002-06-25 03:21:09
|
Update of /cvsroot/openposs/Server/language/eng In directory usw-pr-cvs1:/tmp/cvs-serv6429 Modified Files: global.php Log Message: Added additional text constants for the basic user authentication. Index: global.php =================================================================== RCS file: /cvsroot/openposs/Server/language/eng/global.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** global.php 6 Apr 2002 13:35:50 -0000 1.3 --- global.php 25 Jun 2002 03:21:06 -0000 1.4 *************** *** 6,20 **** # Purpose : To provide language based strings for the openPOS project. # ! ############################################################################### ! # Last Update # Who # Changes Made # ! #-------------#-----#---------------------------------------------------------# ! # Apr 6, 2002 # BAC # Initial Creation # ! ############################################################################### # Who Key # BAC - Brian A Cheeseman # define(_OPENPOSTITLE,"openPOS"); ! define(_OPENPOSADMINTITLE,"openPOS Administration"); ! define(_OPENPOSMAINTITLE,"openPOS Main Menu"); ?> --- 6,24 ---- # 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<br>Menu"); ! define(_OPENPOSLOGINTITLE, "Login"); ?> |