Skip to content

Instantly share code, notes, and snippets.

@vigikaran
Last active June 17, 2019 19:57
Show Gist options
  • Save vigikaran/6658cd5dd9fc1fd5018c6073a8afc380 to your computer and use it in GitHub Desktop.
Save vigikaran/6658cd5dd9fc1fd5018c6073a8afc380 to your computer and use it in GitHub Desktop.
<?php
return [
'login' => 'Login',
'register' => 'Register',
'get_started_now' => 'Get Started Now',
'register_free' => 'Register Free',
'register_form' => [
'profile_for' => 'Weddingman Profile for',
'gender' => 'Gender',
'dob' => 'Date of Birth',
'profile_name' => '[rel]\'s Name',
'community' => 'Community',
'name' => 'Your Name',
'email' => 'Your Email',
'mobile' => 'Your Phone Number',
'hide_name' => 'Do not display profile name'
],
'search_form' => [
'profile_for' => 'Weddingman Profile for',
'looking_for' => 'Looking for a',
'age_range' => 'Age Range',
'religion' => 'Religion',
'community' => 'Community',
'profile_name' => '[rel]\'s Name',
'name' => 'Your Name',
'email' => 'Your Email',
'mobile' => 'Your Phone Number',
'search' => 'Search'
]
];
?>
<?php
return [
'login' => 'உள்நுழைக',
'register' => 'பதிவு செய்க',
'get_started_now' => 'இப்போது தொடங்கவும்',
'register_form' => [
'profile_for' => 'சுயவிவரத்திற்கு',
'gender' => 'பாலினம்',
'dob' => 'பிறந்த தேதி',
'profile_name' => '[rel] இன் பெயர்',
'community' => 'சமூகம்',
'name' => 'உங்கள் பெயர்',
'email' => 'உங்கள் மின்னஞ்சல்',
'mobile' => 'உங்கள் தொலைபேசி',
'hide_name' => 'சுயவிவரப் பெயரை காட்ட வேண்டாம்'
],
'search_form' => [
'profile_for' => 'சுயவிவரத்திற்கு',
'looking_for' => 'தேடும் பாலினம்',
'age_range' => 'வயது வரம்பு',
'religion' => 'சமயம்',
'community' => 'சமூகம்',
'profile_name' => '[rel] இன் பெயர்',
'name' => 'உங்கள் பெயர்',
'email' => 'உங்கள் மின்னஞ்சல்',
'mobile' => 'உங்கள் தொலைபேசி',
'search' => 'தேடுக'
]
];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment