32 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			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_activity_register']       = '<a href="customer_id=%d">%s</a> registered a new account.';
 | 
						|
$_['text_activity_edit']           = '<a href="customer_id=%d">%s</a> updated their account details.';
 | 
						|
$_['text_activity_password']       = '<a href="customer_id=%d">%s</a> updated their account password.';
 | 
						|
$_['text_activity_reset']          = '<a href="customer_id=%d">%s</a> reset their account password.';
 | 
						|
$_['text_activity_login']          = '<a href="customer_id=%d">%s</a> logged in.';
 | 
						|
$_['text_activity_forgotten']      = '<a href="customer_id=%d">%s</a> has requested a reset password.';
 | 
						|
$_['text_activity_address_add']    = '<a href="customer_id=%d">%s</a> added a new address.';
 | 
						|
$_['text_activity_address_edit']   = '<a href="customer_id=%d">%s</a> updated their address.';
 | 
						|
$_['text_activity_address_delete'] = '<a href="customer_id=%d">%s</a> deleted one of their addresses.';
 | 
						|
$_['text_activity_return_account'] = '<a href="customer_id=%d">%s</a> submitted a product <a href="return_id=%d">return</a>.';
 | 
						|
$_['text_activity_return_guest']   = '%s submitted a product <a href="return_id=%d">return</a>.';
 | 
						|
$_['text_activity_order_account']  = '<a href="customer_id=%d">%s</a> added a <a href="order_id=%d">new order</a>.';
 | 
						|
$_['text_activity_order_guest']    = '%s created a <a href="order_id=%d">new order</a>.';
 | 
						|
$_['text_activity_affiliate_add']  = '<a href="customer_id=%d">%s</a> registered for a affiliate account.';
 | 
						|
$_['text_activity_affiliate_edit'] = '<a href="customer_id=%d">%s</a> updated their affiliate details.';
 | 
						|
$_['text_activity_transaction']    = '<a href="customer_id=%d">%s</a> received commission from an new <a href="order_id=%d">order</a>.';
 | 
						|
 | 
						|
// Entry
 | 
						|
$_['entry_status']                 = 'Status';
 | 
						|
$_['entry_sort_order']             = 'Sort Order';
 | 
						|
$_['entry_width']                  = 'Width';
 | 
						|
 | 
						|
// Error
 | 
						|
$_['error_permission']             = 'Varoitus: You do not have permission to modify dashboard activity!'; |