ECOMMERCE/lang/en/catalog_fashion.php

14 lines
399 B
PHP

<?php
return [
'categories' => 'Categories',
'genders' => 'Genders',
'price' => 'Price',
'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',
];