25 lines
		
	
	
		
			713 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			713 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']     = 'Latest Orders';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_extension']    = 'Extensions';
 | 
						|
$_['text_success']      = 'Success: You have modified dashboard recent orders!';
 | 
						|
$_['text_edit']         = 'Edit Dashboard Recent Orders';
 | 
						|
 | 
						|
// Column
 | 
						|
$_['column_order_id']   = 'Order ID';
 | 
						|
$_['column_customer']   = 'Customer';
 | 
						|
$_['column_status']     = 'Status';
 | 
						|
$_['column_total']      = 'Total';
 | 
						|
$_['column_date_added'] = 'Date Added';
 | 
						|
$_['column_action']     = 'Action';
 | 
						|
 | 
						|
 | 
						|
// Entry
 | 
						|
$_['entry_status']      = 'Status';
 | 
						|
$_['entry_sort_order']  = 'Sort Order';
 | 
						|
$_['entry_width']       = 'Width';
 | 
						|
 | 
						|
// Error
 | 
						|
$_['error_permission']  = 'Warning: You do not have permission to modify dashboard recent orders!'; |