<? #****************************************************************************** # Copyright notice # # Copyright (c) 2005 by DeciGen Solutions [http:#www.decigensolutions.com] # # This file is part of DeciGen project [http:#decigen.sourceforge.net/] # The DeciGen project is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or (at your # option) any later version. # # The GNU General Public License can be found at # http:#www.gnu.org/copyleft/gpl.html. # A copy is found in the textfile GPL and important notices to the # license from the team is found in the textfile LICENSE distributed # with these scripts. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # # This copyright notice MUST APPEAR in all copies of the script! # ******************************************************************************* # # # $Author: soumya42 $ # # Date: 30/09/04 22:03 # Copyright: DeciGen Solutions # #----------------------------------------------------------------------------- # !!! ----------- Do not touch this file -----------!!! # Any modification of this file may render your program invalid # If you have opened this file by mistake DO NOT save it //@dsp_mod_lst = ['adm','fin','stu','syl','sch','exm']; #-- A -------------------------------------- $dsp_ad001 = "Address:"; $dsp_an001 = "has to be alphanumeric"; #-- B -------------------------------------- $dsp_bl001 = "Bad Login"; $dsp_bl002 = "Server refuses to let you go. <br><br> <br>Maybe server has forgotten your password.... <br> <br>Press backspace and try your luck again"; #-- C -------------------------------------- $dsp_co001 = "Command File :"; #-- D ------------------------------------ $dsp_de001 = "Description:"; $dsp_de002 = "Details : "; #-- E ------------------------------------ $dsp_email = "E-Mail :"; $dsp_em002 = "Invalid email address"; $dsp_en001 = "Enter Again"; #-- H ------------------------------------ $dsp_he001 = "Help File :"; #-- L ------------------------------------ $dsp_lo001 = "Login :"; $dsp_lo002 = "Some fool has already used your name, select some other name."; #-- M ------------------------------------ $dsp_mo001 = "Module :"; #-- N ------------------------------------ $dsp_na001 = "Name :"; $dsp_no001 = "Node:"; #-- P ------------------------------------ $dsp_pa001 = "Password :"; $dsp_pa002 = "Old Password:"; $dsp_pa003 = "New Password:"; $dsp_pa004 = "Confirm Password:"; $dsp_pa005 = "Are you sure? - Passwords do not match"; $dsp_pa006 = "Password Updated"; $dsp_pa007 = "Computer refuses to change your Password"; $dsp_pa008 = "You have insuffecient authorization for this. Contact system admin to terminate you. "; $dsp_ph001 = "Phone :"; $dsp_ph002 = "Invalid phone number"; #-- R ------------------------------------ $dsp_re001 = "Remarks :"; $dsp_re002 = "Record added successfully"; $dsp_re003 = "Required"; #-- T ------------------------------------ $dsp_ty001 = "Thank You"; #-- U ------------------------------------ $dsp_un001 = "Username"; #-- X ------------------------------------ $dsp_xn001 = "Xn No : "; #------------------------------ buttons -------------------- $dsp_btsav = "SAVE"; $dsp_btclr = "CLEAR"; $dsp_btupd = "UPDATE"; $dsp_btcon = "CONFIRM"; $dsp_btdel = "DELETE"; $dsp_btsub = "SUBMIT"; #--------------------------------------------- #$Log: codepage.php,v $ #Revision 1.1 2005/11/19 09:43:25 soumya42 #New addition # #Revision 1.1 2005/11/04 13:48:44 optiman #PHP specific files key files added # ?>