25 lines
911 B
PHP
25 lines
911 B
PHP
<?php
|
|
|
|
return [
|
|
'header_navigation' => [
|
|
'product_categorys' => 'Products'
|
|
],
|
|
'header_search' => [
|
|
'history' => 'Search History',
|
|
'hot_product' => 'Popular Products',
|
|
],
|
|
'footer_navigation' => [
|
|
'product_categorys' => 'Product'
|
|
],
|
|
'footer_contact' => 'Contact',
|
|
'index' => [
|
|
'featured_products' => 'Featured Products',
|
|
'view_all' => 'View All',
|
|
'learn_more' => 'Learn More',
|
|
'orico_technology' => 'ORICO Technology',
|
|
'orico_technology_desc' => 'Designed to be just as easy to learn as iPhone.Chatting with friends.',
|
|
'faq' => 'FAQ',
|
|
'faq_short_desc' => 'What are you most concerned about',
|
|
'faq_desc' => 'Our customer support is available Manday to Friday 9am600pmAverage arswer time 24h',
|
|
]
|
|
]; |