You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
2.3 KiB
67 lines
2.3 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'family' => 'Family',
|
|
'profile' => 'Profile',
|
|
'spouse' => 'Spouse',
|
|
'wife' => 'Wife',
|
|
'husband' => 'Husband',
|
|
'childs' => 'Childs',
|
|
'grand_childs' => 'Grand Childs',
|
|
'siblings' => 'Siblings',
|
|
'dead' => 'Dead',
|
|
'child_name' => 'Child Name',
|
|
'child_gender' => 'Child Gender',
|
|
'grand_mother' => 'Grand Mother',
|
|
'grand_father' => 'Grand Father',
|
|
'nieces' => 'Nieces',
|
|
'marriages' => 'Marriages',
|
|
'birth_order' => 'Birth Order',
|
|
|
|
// Actions
|
|
'edit' => 'Edit Profile',
|
|
'set_father' => 'Set Father',
|
|
'set_mother' => 'Set Mother',
|
|
'set_parent' => 'Set Parent',
|
|
'add_spouse' => 'Add Spouse',
|
|
'add_wife' => 'Add Wife',
|
|
'add_husband' => 'Add Husband',
|
|
'add_child' => 'Add Child',
|
|
'add_child_from_existing_couples' => 'Parent (select spouse of :name)',
|
|
|
|
// Attributes
|
|
'name' => 'Name',
|
|
'nickname' => 'Nickname',
|
|
'gender' => 'Gender',
|
|
'father' => 'Father',
|
|
'mother' => 'Mother',
|
|
'parent' => 'Parent',
|
|
'dob' => 'Date of Birth',
|
|
'yob' => 'Year of Birth',
|
|
'dod' => 'Date of Death',
|
|
'yod' => 'Year of Death',
|
|
'email' => 'Email',
|
|
'password' => 'Password',
|
|
'address' => 'Address',
|
|
'city' => 'City',
|
|
'phone' => 'Phone',
|
|
'manager' => 'Manager',
|
|
|
|
// Photo
|
|
'reupload_photo' => 'Re-upload Photo',
|
|
'update_photo' => 'Update Photo',
|
|
|
|
// Deletion confirm attributes
|
|
'delete' => 'Delete User',
|
|
'delete_confirm' => 'Are you sure to delete this user?',
|
|
'delete_confirm_button' => 'Yes, I am sure',
|
|
'spouses_count' => 'Number of Spouse',
|
|
'childs_count' => 'Number of Child',
|
|
'managed_user' => 'Number of Managed Users',
|
|
'managed_couple' => 'Number of Managed Couples',
|
|
'replacement' => 'Replacement User',
|
|
'replace_confirm' => 'Aree you sure replace then delete this user?',
|
|
'replace_delete_text' => 'You must select other user as replacement.',
|
|
'replace_delete_button' => 'Replace and Delete User',
|
|
];
|