16 lines
453 B
PHP
16 lines
453 B
PHP
<?php
|
|
|
|
return [
|
|
"title" => "Catalog",
|
|
'categories' => 'Categories',
|
|
'genders' => 'Genders',
|
|
'price' => 'Price',
|
|
'brands' => 'Brands',
|
|
'filter' => 'Filter',
|
|
'sort_by' => 'Sort by',
|
|
'sort_relevance' => 'Relevance',
|
|
'sort_popularity' => 'Popularity',
|
|
'sort_price_low_to_high' => 'Price: Low to High',
|
|
'sort_price_high_to_low' => 'Price: High to Low',
|
|
'sort_newest_arrivals' => 'Newest Arrivals',
|
|
]; |