account.php (715B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Account'; 4 5 // Text 6 $_['text_register'] = 'Register'; 7 $_['text_login'] = 'Login'; 8 $_['text_logout'] = 'Logout'; 9 $_['text_forgotten'] = 'Forgotten Password'; 10 $_['text_account'] = 'My Account'; 11 $_['text_edit'] = 'Edit Account'; 12 $_['text_password'] = 'Password'; 13 $_['text_address'] = 'Address Book'; 14 $_['text_wishlist'] = 'Wish List'; 15 $_['text_order'] = 'Order History'; 16 $_['text_download'] = 'Downloads'; 17 $_['text_reward'] = 'Reward Points'; 18 $_['text_return'] = 'Returns'; 19 $_['text_transaction'] = 'Transactions'; 20 $_['text_newsletter'] = 'Newsletter'; 21 $_['text_recurring'] = 'Recurring payments';