activity.php (2259B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Recent Activity'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified dashboard activity!'; 8 $_['text_edit'] = 'Edit Dashboard Recent Activity'; 9 $_['text_activity_register'] = '<a href="customer_id=%d">%s</a> registered a new account.'; 10 $_['text_activity_edit'] = '<a href="customer_id=%d">%s</a> updated their account details.'; 11 $_['text_activity_password'] = '<a href="customer_id=%d">%s</a> updated their account password.'; 12 $_['text_activity_reset'] = '<a href="customer_id=%d">%s</a> reset their account password.'; 13 $_['text_activity_login'] = '<a href="customer_id=%d">%s</a> logged in.'; 14 $_['text_activity_forgotten'] = '<a href="customer_id=%d">%s</a> has requested a reset password.'; 15 $_['text_activity_address_add'] = '<a href="customer_id=%d">%s</a> added a new address.'; 16 $_['text_activity_address_edit'] = '<a href="customer_id=%d">%s</a> updated their address.'; 17 $_['text_activity_address_delete'] = '<a href="customer_id=%d">%s</a> deleted one of their addresses.'; 18 $_['text_activity_return_account'] = '<a href="customer_id=%d">%s</a> submitted a product <a href="return_id=%d">return</a>.'; 19 $_['text_activity_return_guest'] = '%s submitted a product <a href="return_id=%d">return</a>.'; 20 $_['text_activity_order_account'] = '<a href="customer_id=%d">%s</a> added a <a href="order_id=%d">new order</a>.'; 21 $_['text_activity_order_guest'] = '%s created a <a href="order_id=%d">new order</a>.'; 22 $_['text_activity_affiliate_add'] = '<a href="customer_id=%d">%s</a> registered for a affiliate account.'; 23 $_['text_activity_affiliate_edit'] = '<a href="customer_id=%d">%s</a> updated their affiliate details.'; 24 $_['text_activity_transaction'] = '<a href="customer_id=%d">%s</a> received commission from an new <a href="order_id=%d">order</a>.'; 25 26 // Entry 27 $_['entry_status'] = 'Status'; 28 $_['entry_sort_order'] = 'Sort Order'; 29 $_['entry_width'] = 'Width'; 30 31 // Error 32 $_['error_permission'] = 'Warning: You do not have permission to modify dashboard activity!';