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.
 
 
 
 
 

29 lines
1.1 KiB

<?php
return [
// Labels
'my_profile' => 'My Profile',
'search' => 'Search',
'unknown' => 'Unknown',
'male' => 'Male',
'female' => 'Female',
'male_code' => 'M',
'female_code' => 'F',
'family_chart' => 'Family Chart',
'family_tree' => 'Family Tree',
'child_count' => 'Child Count',
'grand_child_count' => 'Grand Child Count',
'user_found' => '<strong>:total</strong> found with keyword : <strong>:keyword</strong>',
'search_your_family' => 'Search Your Family',
'search_your_family_placeholder' => 'Enter name/nickname... click Search',
// 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',
];