ECOMMERCE/lang/en/account_sidebar.php

17 lines
496 B
PHP

<?php
return [
'points' => 'Points',
'orders' => 'Orders',
'wishlist' => 'Wishlist',
'payment_methods' => 'Payment methods',
'my_reviews' => 'My reviews',
'manage_account' => 'Manage account',
'personal_info' => 'Personal info',
'addresses' => 'Addresses',
'notifications' => 'Notifications',
'customer_service' => 'Customer service',
'help_center' => 'Help center',
'terms_and_conditions' => 'Terms and conditions',
'log_out' => 'Log out',
];