mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Romanian) * New translations setting.php (Turkish) * New translations message.php (Swedish)
57 lines
1.8 KiB
PHP
57 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'home_page_location' => [
|
|
'name' => 'হোম পেজ অবস্থান ক্ষেত্র',
|
|
],
|
|
'list_page_location' => [
|
|
'name' => 'পৃষ্ঠার তালিকা ক্ষেত্রের তালিকা করুন',
|
|
],
|
|
'detail_page_location' => [
|
|
'name' => 'বিশদ পৃষ্ঠা অবস্থান ক্ষেত্র',
|
|
],
|
|
'show_search_location_btn' => [
|
|
'name' => 'অনুসন্ধান অবস্থান বোতামটি দেখান',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'ডিফল্ট দেশ',
|
|
],
|
|
'create_ad_page_location' => [
|
|
'name' => 'বিজ্ঞাপন পৃষ্ঠা অবস্থান তৈরি করুন',
|
|
],
|
|
'default_city' => [
|
|
'name' => 'ডিফল্ট শহর',
|
|
],
|
|
'default_district' => [
|
|
'name' => 'ডিফল্ট জেলা',
|
|
],
|
|
'default_neighborhood' => [
|
|
'name' => 'ডিফল্ট নেবারহুড',
|
|
],
|
|
|
|
'google_map_key' => [
|
|
'name' => 'গুগল ম্যাপস এপি কি',
|
|
],
|
|
|
|
'map_coordinates_long' => [
|
|
'name' => 'ডিফল্ট দীর্ঘ',
|
|
],
|
|
|
|
'map_coordinates_lat' => [
|
|
'name' => 'ডিফল্ট ল্যাট',
|
|
],
|
|
|
|
'hide_location_filter' => [
|
|
'name' => 'অবস্থান ফিল্টার লুকান',
|
|
],
|
|
'country_for_phone_field' => [
|
|
'name' => 'রেজিস্টার ফোন ফিল্ডের জন্য ডিফল্ট দেশ'
|
|
],
|
|
'sorting_column' => [
|
|
'name' => 'বাছাই কলাম',
|
|
],
|
|
'sorting_type' => [
|
|
'name' => 'বাছাইয়ের ধরণ',
|
|
],
|
|
];
|