mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
16 lines
413 B
PHP
16 lines
413 B
PHP
<?php
|
|
|
|
return [
|
|
'post_ad' => 'Post Your Ad',
|
|
'featured_ads' => "Featured Ads",
|
|
'recent_ads' => "Recent Ads",
|
|
'trending_ads' => 'Trending Ads',
|
|
'search_map' => 'Search on Map',
|
|
'search' => 'Search',
|
|
'categories' => 'Categories',
|
|
'city' => 'City',
|
|
'last_search' => 'To Continue Last Search',
|
|
'join-us' => 'Join Us',
|
|
'sign-in' => 'Sign In',
|
|
'new-here' => 'New here ?',
|
|
]; |