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.
 
 
 
 
 

40 lines
1.5 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' => 'Find Your Family',
'search_your_family_placeholder' => 'Enter name/nickname... click Search',
'example' => 'Eg.',
'address' => 'Address',
'contact' => 'Contact',
'city' => 'City',
'phone' => 'Phone',
'login_account' => 'Login Account',
// Actions
'edit' => 'Edit',
'update' => 'Update',
'show_profile' => 'Show Profile',
'show_family_chart' => 'Show Family Chart',
'show_family_tree' => 'Show Family Tree',
'show_marriages' => 'Show Marriages',
'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',
'restore' => 'Restore',
'download' => 'Download',
'delete' => 'Delete',
];