var LanguageTable=
{
// Language direction : "ltr" (left to right) or "rtl" (right to left).
    Dir                 : "ltr",

// Employee:
    EmployeeStatus			:   "Employee Status",
    EmployeeID				:   "Employee ID",
    EmployeeName			:   "Employee Name",
    RCCode					:   "RC Code",
    Department              :   "Department",
    BUCode                  :   "BU Code",
    BusinessUnit            :   "Business Unit",
    SBUCode                 :   "SBU Code",
    SBU                     :   "SBU",
    EmployeeNotesName       :   "Employee Notes Name",
    ApprovingManager        :   "Approving Manager",
    SecondaryManager        :   "Secondary Manager",
    Gender                  :   "Gender",
    MaritalStatus           :   "Marital Status",
    LeaveProfileGrade       :   "Leave Profile Grade",
    LeaveProfileScheme      :   "Leave Profile Scheme",
    Requiredtotakeblockleave   :   "Required to take block leave?",
    BlockLeaveFulfilled     :   "Block Leave Fulfilled?",
    ApprovingOfficer        :   "Approving Officer",
    BackupApprover          :   "Backup Approver",
    AutoTaggedLeaveTypes    :   "Auto Tagged Leave Types",
    ManualTaggedLeaveTypes  :   "Manual Tagged Leave Types",

// Message Delegate:
    MSGDelegatePersonNotYourself    :   "Please select the Delegate Person other than yourself",
	MSGSelecttheDelegatePerson      :   "Please select the Delegate Person",
	MSGReasonForDelegation          :   "Please enter the reason for delegation"
}

