mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 11:12:09 -05:00
23 lines
727 B
PHP
23 lines
727 B
PHP
<?php
|
|
return [
|
|
'site_name' => 'OpenClassify',
|
|
'home' => 'Home',
|
|
'categories' => 'Categories',
|
|
'listings' => 'Listings',
|
|
'search' => 'Search',
|
|
'search_placeholder' => 'Search for anything...',
|
|
'login' => 'Login',
|
|
'register' => 'Register',
|
|
'logout' => 'Logout',
|
|
'find_what_you_need' => 'Find What You Need',
|
|
'hero_subtitle' => 'Buy and sell everything in your area',
|
|
'browse_categories' => 'Browse Categories',
|
|
'recent_listings' => 'Recent Listings',
|
|
'featured_listings' => 'Featured Listings',
|
|
'post_listing' => 'Post Listing',
|
|
'sell_something' => 'Have something to sell?',
|
|
'free' => 'Free',
|
|
'view' => 'View',
|
|
'contact_seller' => 'Contact Seller',
|
|
];
|