mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
13 lines
324 B
PHP
13 lines
324 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'
|
|
]; |