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.
17 lines
463 B
17 lines
463 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'unknown' => 'Unknown',
|
|
'male' => 'Male',
|
|
'female' => 'Female',
|
|
'family_tree' => 'Family Tree',
|
|
'child_count' => 'Child Count',
|
|
'grand_child_count' => 'Grand Child Count',
|
|
|
|
// Actions
|
|
'edit' => 'Edit',
|
|
'show_profile' => 'Show Profile',
|
|
'show_family_chart' => 'Show Family Chart',
|
|
'show_family_tree' => 'Show Family Tree',
|
|
];
|