<?php $contactText['contact'] = "Contact"; $contactText['manageContact'] = "Manage Contacts"; $contactText['contactTypes'] = "Manage Contact Types"; $contactText['newContact'] = "New Contact"; $contactText['cOview'] = "Overview"; $contactText['contactCard'] = "Contact Index Card"; $contactText['cEmpty'] = "No contact listed in database"; $contactText['cName'] = "Name"; $contactText['cFullName'] = "Full Name"; $contactText['type'] = "Contacttype"; $contactText['cEMail'] = "Email"; $contactText['cDate'] = "Date"; $contactText['cInformation'] = "Contact Information"; $contactText["telephone"] = "Telephone"; $contactText["fax"] = "Fax"; $contactText["mobile"] = "Mobile"; $contactText["birthday"] = "Birthday"; $contactText["dmy"] = "D : M : Y"; // Types $contactText["modify"] = "Modify"; $contactText["add"] = "Add new contact type"; $contactText["createdBy"] = "created by"; $contactText["typeName"] = "Type Name"; // general $contactText['back'] = "Back"; $contactText["pnBack"] = "<< Back"; $contactText["pnFwd"] = "Next >>"; ?>