Your IP : 216.73.216.95


Current Path : /var/test/www/upload/admin/language/en-gb/extension/dashboard/
Upload File :
Current File : /var/test/www/upload/admin/language/en-gb/extension/dashboard/activity.php

<?php
// Heading
$_['heading_title']                = 'Recent Activity';

// Text
$_['text_extension']               = 'Extensions';
$_['text_success']                 = 'Success: You have modified dashboard activity!';
$_['text_edit']                    = 'Edit Dashboard Recent Activity';
$_['text_customer_address_add']    = '<a href="customer_id=%d">%s</a> added a new address.';
$_['text_customer_address_edit']   = '<a href="customer_id=%d">%s</a> updated their address.';
$_['text_customer_address_delete'] = '<a href="customer_id=%d">%s</a> deleted one of their addresses.';
$_['text_customer_edit']           = '<a href="customer_id=%d">%s</a> updated their account details.';
$_['text_customer_forgotten']      = '<a href="customer_id=%d">%s</a> has requested a reset password.';
$_['text_customer_reset']          = '<a href="customer_id=%d">%s</a> reset their account password.';
$_['text_customer_login']          = '<a href="customer_id=%d">%s</a> logged in.';
$_['text_customer_password']       = '<a href="customer_id=%d">%s</a> updated their account password.';
$_['text_customer_register']       = '<a href="customer_id=%d">%s</a> registered a new account.';
$_['text_customer_return_account'] = '<a href="customer_id=%d">%s</a> submitted a product <a href="return_id=%d">return</a>.';
$_['text_customer_return_guest']   = '%s submitted a product <a href="return_id=%d">return</a>.';
$_['text_customer_order_account']  = '<a href="customer_id=%d">%s</a> added a <a href="order_id=%d">new order</a>.';
$_['text_customer_order_guest']    = '%s created a <a href="order_id=%d">new order</a>.';
$_['text_affiliate_edit']          = '<a href="affiliate_id=%d">%s</a> updated their account details.';
$_['text_affiliate_forgotten']     = '<a href="affiliate_id=%d">%s</a> has requested a new password.';
$_['text_affiliate_login']         = '<a href="affiliate_id=%d">%s</a> logged in.';
$_['text_affiliate_password']      = '<a href="affiliate_id=%d">%s</a> updated their account password.';
$_['text_affiliate_payment']       = '<a href="affiliate_id=%d">%s</a> updated their payment details.';
$_['text_affiliate_register']      = '<a href="affiliate_id=%d">%s</a> registered for a new account.';

// Entry
$_['entry_status']                 = 'Status';
$_['entry_sort_order']             = 'Sort Order';
$_['entry_width']                  = 'Width';

// Error
$_['error_permission']             = 'Warning: You do not have permission to modify dashboard activity!';