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.
46 lines
1.3 KiB
46 lines
1.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',
|
|
|
|
// Actions
|
|
'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',
|
|
];
|