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.
 
 
 
 
 

22 lines
762 B

<?php
return [
// Labels
'unknown' => 'Unknown',
'male' => 'Male',
'female' => 'Female',
'family_chart' => 'Family Chart',
'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',
'enter_new_name' => 'Enter new Name...',
'select_from_existing_males' => 'Select from Existing Males',
'select_from_existing_females' => 'Select from Existing Females',
'select_from_existing_couples' => 'Select from Existing Couples',
];