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.
 
 
 
 
 

61 lines
2.0 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',
// 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',
'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',
];