59 lines
3.2 KiB
PHP
59 lines
3.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Enrollment Import Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used during import enrollment for various
|
|
|
|
|
*/
|
|
"POLICY_NUMBER_NOT_MATCH" => "Wrong Policy Number (:policy_id)",
|
|
"RECORD_MODE_REQUIRED" => "Record mode must be filled",
|
|
"MODE_UNAVAILABLE" => "Record mode for member is not available",
|
|
"RECORD_TYPE_REQUIRED" => "Record Type must be filled for member (Member ID)",
|
|
"MEMBER_UNIQUE" => "Member (:member_id) is already exist, change Member ID or use another mode",
|
|
"MEMBER_EXISTS" => "Member (:member_id) for policy (:policy_id) already exist in database",
|
|
"MEMBER_NOT_EXISTS" => "Member (Member ID) for policy (Policy No) not found",
|
|
"MEMBER_INACTIVE" => "Member (Member ID) for policy (Policy No) is inactive",
|
|
"MEMBER_NO_CHANGE" => "No changes in plan/ personal info found",
|
|
"MEMBER_EXPIRY_DATE_NO_CHANGE" => "No changes in member effective/ expiry date found",
|
|
"MEMBER_EXPIRY_DATE_INVALID" => "Member Effective Date must be before or equal to Member Expiry Date",
|
|
"MEMBER_RENEWAL_STILL_ACTIVE" => "Policy period is still active, please use mode 11/12/13",
|
|
"OPTION_MODE_INVALID_FORMAT" => "Option Mode must follow delimited format",
|
|
"UNIQUE_CHANGE_PRINCIPAL_INVALID" => "No changes in the following info found:
|
|
> Corporate Code (Field 7)
|
|
> Policy No (Field 15)
|
|
> Member ID (Field 4)
|
|
> Record Type (Field 2)",
|
|
"UNIQUE_CHANGE_DEPENDANT_INVALID" => "No changes in the following info found:
|
|
> Corporate Code (Field 7)
|
|
> Policy No (Field 15)
|
|
> Record Type (Field 2)
|
|
> Payor ID (Field 3)",
|
|
"MEMBER_EXPIRY_MUST_BE_AFTER_TODAY" => "Valid if Activation Date is later than member effective date, not empty and in YYYYMMDD format",
|
|
"PLAN_NOT_FOUND" => "Plan ID inactive / not found in the system",
|
|
|
|
"PAYOR_ID_REQUIRED" => "Payor ID must be filled for member (Member ID)",
|
|
"MEMBER_ID_REQUIRED" => "Member ID must be filled",
|
|
"PRINCIPAL_ID_NOT_REQUIRED" => "Mapping ID should only be filled for dependents",
|
|
"CORPORATE_ID_REQUIRED" => "Corporate ID must be filled",
|
|
"PRINCIPAL_ID_REQUIRED" => "Mapping ID must be filled",
|
|
"BRANCH_CODE_NOT_REQUIRED" => "Dependents don't need to fill in Branch Code ",
|
|
"INVALID_LANGUAGE" => "Language (field 12) is invalid",
|
|
"INVALID_TYPE_OF_WORK" => "Type of work (field 13) is invalid",
|
|
"INVALID_RACE" => "Race (field 14) is invalid",
|
|
"POLICY_NUMBER_REQUIRED" => "Policy Number must be filled for member (Member ID)",
|
|
"MEMBER_EFFECTIVE_REQUIRED" => "Member's Effective Date must be filled for member (Member ID)",
|
|
"MEMBER_EXPIRY_REQUIRED" => "Member's Expiry Date must be filled for member (Member ID)",
|
|
"INVALID_MARITAL_STATUS" => "Marital Status (field 16) is invalid",
|
|
"NAME_REQUIRED" => "Member Name must be filled",
|
|
"PHONE_INVALID" => "Telephone - Mobile must follow +628 format",
|
|
"EMAIL_INVALID" => "Email must folllow email format e.g. xx@gmail.com",
|
|
"DATE_OF_BIRTH_REQUIRED" => "Date of Birth must be filled",
|
|
"SEX_REQUIRED" => "Sex must be filled",
|
|
|
|
];
|