mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
33 lines
751 B
PHP
33 lines
751 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 ?',
|
|
'scroll-screen-for-details' => 'Scroll Screen for Table View',
|
|
'close' => 'Close',
|
|
|
|
|
|
'login' => 'Login',
|
|
'email' => [
|
|
'name' => 'Email Address',
|
|
],
|
|
'name' => [
|
|
'name' => 'Name',
|
|
],
|
|
'subject' => [
|
|
'name' => 'Subject',
|
|
],
|
|
'content' => [
|
|
'name' => 'Content',
|
|
],
|
|
]; |