Added default language pack (en-gb)
This commit is contained in:
		
							
								
								
									
										42
									
								
								admin/extension/report/customer_activity.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								admin/extension/report/customer_activity.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,42 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']                = 'Customer Activity Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']               = 'Extensions';
 | 
			
		||||
$_['text_edit']                    = 'Edit Customer Activity Report';
 | 
			
		||||
$_['text_success']                 = 'Success: You have modified customer activity report!';
 | 
			
		||||
$_['text_filter']                  = 'Filter';
 | 
			
		||||
$_['text_activity_register']       = '<a href="customer_id=%d">%s</a> registered for an 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> 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 return.';
 | 
			
		||||
$_['text_activity_return_guest']   = '%s submitted a product return.';
 | 
			
		||||
$_['text_activity_order_account']  = '<a href="customer_id=%d">%s</a> created 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>.';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_customer']              = 'Customer';
 | 
			
		||||
$_['column_comment']               = 'Comment';
 | 
			
		||||
$_['column_ip']                    = 'IP';
 | 
			
		||||
$_['column_date_added']            = 'Date Added';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_customer']               = 'Customer';
 | 
			
		||||
$_['entry_ip']                     = 'IP';
 | 
			
		||||
$_['entry_date_start']             = 'Date Start';
 | 
			
		||||
$_['entry_date_end']               = 'Date End';
 | 
			
		||||
$_['entry_status']                 = 'Status';
 | 
			
		||||
$_['entry_sort_order']             = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']             = 'Warning: You do not have permission to modify customer activity report!';
 | 
			
		||||
							
								
								
									
										31
									
								
								admin/extension/report/customer_order.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								admin/extension/report/customer_order.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,31 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']         = 'Customer Orders Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']        = 'Extensions';
 | 
			
		||||
$_['text_edit']             = 'Edit Customer Orders Report';
 | 
			
		||||
$_['text_success']          = 'Success: You have modified customer orders report!';
 | 
			
		||||
$_['text_filter']           = 'Filter';
 | 
			
		||||
$_['text_all_status']       = 'All Statuses';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_customer']       = 'Customer Name';
 | 
			
		||||
$_['column_email']          = 'E-Mail';
 | 
			
		||||
$_['column_customer_group'] = 'Customer Group';
 | 
			
		||||
$_['column_status']         = 'Status';
 | 
			
		||||
$_['column_orders']         = 'No. Orders';
 | 
			
		||||
$_['column_products']       = 'No. Products';
 | 
			
		||||
$_['column_total']          = 'Total';
 | 
			
		||||
$_['column_action']         = 'Action';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_date_start']      = 'Date Start';
 | 
			
		||||
$_['entry_date_end']        = 'Date End';
 | 
			
		||||
$_['entry_customer']        = 'Customer';
 | 
			
		||||
$_['entry_status']          = 'Order Status';
 | 
			
		||||
$_['entry_status']          = 'Status';
 | 
			
		||||
$_['entry_sort_order']      = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']  = 'Warning: You do not have permission to modify customer orders report!';
 | 
			
		||||
							
								
								
									
										29
									
								
								admin/extension/report/customer_reward.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								admin/extension/report/customer_reward.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,29 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']         = 'Customer Reward Points Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']        = 'Extensions';
 | 
			
		||||
$_['text_edit']             = 'Edit Customer Reward Points Report';
 | 
			
		||||
$_['text_success']          = 'Success: You have modified customer reward points report!';
 | 
			
		||||
$_['text_filter']           = 'Filter';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_customer']       = 'Customer Name';
 | 
			
		||||
$_['column_email']          = 'E-Mail';
 | 
			
		||||
$_['column_customer_group'] = 'Customer Group';
 | 
			
		||||
$_['column_status']         = 'Status';
 | 
			
		||||
$_['column_points']         = 'Reward Points';
 | 
			
		||||
$_['column_orders']         = 'No. Orders';
 | 
			
		||||
$_['column_total']          = 'Total';
 | 
			
		||||
$_['column_action']         = 'Action';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_date_start']      = 'Date Start';
 | 
			
		||||
$_['entry_date_end']        = 'Date End';
 | 
			
		||||
$_['entry_customer']        = 'Customer';
 | 
			
		||||
$_['entry_status']          = 'Status';
 | 
			
		||||
$_['entry_sort_order']      = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']  = 'Warning: You do not have permission to modify customer reward points report!';
 | 
			
		||||
							
								
								
									
										31
									
								
								admin/extension/report/customer_search.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								admin/extension/report/customer_search.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,31 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']     = 'Customer Searches Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']    = 'Extensions';
 | 
			
		||||
$_['text_edit']         = 'Edit Customer Searches Report';
 | 
			
		||||
$_['text_success']      = 'Success: You have modified customer searches report!';
 | 
			
		||||
$_['text_filter']       = 'Filter';
 | 
			
		||||
$_['text_guest']        = 'Guest';
 | 
			
		||||
$_['text_customer']     = '<a href="%s">%s</a>';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_keyword']    = 'Keyword';
 | 
			
		||||
$_['column_products']   = 'Found Products';
 | 
			
		||||
$_['column_category']   = 'Category';
 | 
			
		||||
$_['column_customer']   = 'Customer';
 | 
			
		||||
$_['column_ip']         = 'IP';
 | 
			
		||||
$_['column_date_added'] = 'Date Added';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_date_start']  = 'Date Start';
 | 
			
		||||
$_['entry_date_end']    = 'Date End';
 | 
			
		||||
$_['entry_keyword']     = 'Keyword';
 | 
			
		||||
$_['entry_customer']    = 'Customer';
 | 
			
		||||
$_['entry_ip']          = 'IP';
 | 
			
		||||
$_['entry_status']      = 'Status';
 | 
			
		||||
$_['entry_sort_order']  = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']  = 'Warning: You do not have permission to modify customer searches report!';
 | 
			
		||||
							
								
								
									
										27
									
								
								admin/extension/report/customer_transaction.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								admin/extension/report/customer_transaction.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']         = 'Customer Transaction Report';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['text_extension']        = 'Extensions';
 | 
			
		||||
$_['text_edit']             = 'Edit Customer Transaction Report';
 | 
			
		||||
$_['text_success']          = 'Success: You have modified customer credit report!';
 | 
			
		||||
$_['text_filter']           = 'Filter';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_customer']       = 'Customer Name';
 | 
			
		||||
$_['column_email']          = 'E-Mail';
 | 
			
		||||
$_['column_customer_group'] = 'Customer Group';
 | 
			
		||||
$_['column_status']         = 'Status';
 | 
			
		||||
$_['column_total']          = 'Total';
 | 
			
		||||
$_['column_action']         = 'Action';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_date_start']      = 'Date Start';
 | 
			
		||||
$_['entry_date_end']        = 'Date End';
 | 
			
		||||
$_['entry_customer']        = 'Customer';
 | 
			
		||||
$_['entry_status']          = 'Status';
 | 
			
		||||
$_['entry_sort_order']      = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']      = 'Warning: You do not have permission to modify customer credit report!';
 | 
			
		||||
							
								
								
									
										27
									
								
								admin/extension/report/marketing.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								admin/extension/report/marketing.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Marketing Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_edit']        = 'Edit Marketing Report';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified marketing report!';
 | 
			
		||||
$_['text_filter']      = 'Filter';
 | 
			
		||||
$_['text_all_status']  = 'All Statuses';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_campaign']  = 'Campaign Name';
 | 
			
		||||
$_['column_code']      = 'Code';
 | 
			
		||||
$_['column_clicks']    = 'Clicks';
 | 
			
		||||
$_['column_orders']    = 'No. Orders';
 | 
			
		||||
$_['column_total']     = 'Total';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_date_start'] = 'Date Start';
 | 
			
		||||
$_['entry_date_end']   = 'Date End';
 | 
			
		||||
$_['entry_status']     = 'Order Status';
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']  = 'Warning: You do not have permission to modify marketing report!';
 | 
			
		||||
							
								
								
									
										28
									
								
								admin/extension/report/product_purchased.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								admin/extension/report/product_purchased.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,28 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']     = 'Products Purchased Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']    = 'Extensions';
 | 
			
		||||
$_['text_edit']         = 'Edit Products Purchased Report';
 | 
			
		||||
$_['text_success']      = 'Success: You have modified products purchased report!';
 | 
			
		||||
$_['text_filter']       = 'Filter';
 | 
			
		||||
$_['text_all_status']   = 'All Statuses';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_date_start'] = 'Date Start';
 | 
			
		||||
$_['column_date_end']   = 'Date End';
 | 
			
		||||
$_['column_name']       = 'Product Name';
 | 
			
		||||
$_['column_model']      = 'Model';
 | 
			
		||||
$_['column_quantity']   = 'Quantity';
 | 
			
		||||
$_['column_total']      = 'Total';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_date_start']  = 'Date Start';
 | 
			
		||||
$_['entry_date_end']    = 'Date End';
 | 
			
		||||
$_['entry_status']      = 'Order Status';
 | 
			
		||||
$_['entry_status']      = 'Status';
 | 
			
		||||
$_['entry_sort_order']  = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']  = 'Warning: You do not have permission to modify products purchased report!';
 | 
			
		||||
							
								
								
									
										21
									
								
								admin/extension/report/product_viewed.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								admin/extension/report/product_viewed.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Products Viewed Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_edit']        = 'Edit Products Viewed Report';
 | 
			
		||||
$_['text_success']     = 'Success: You have reset the products viewed report!';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_name']      = 'Product Name';
 | 
			
		||||
$_['column_model']     = 'Model';
 | 
			
		||||
$_['column_viewed']    = 'Viewed';
 | 
			
		||||
$_['column_percent']   = 'Percent';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify products viewed report!';
 | 
			
		||||
							
								
								
									
										25
									
								
								admin/extension/report/sale_coupon.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								admin/extension/report/sale_coupon.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Coupons Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_edit']        = 'Edit Coupons Report';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified coupon report!';
 | 
			
		||||
$_['text_filter']      = 'Filter';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_name']      = 'Coupon Name';
 | 
			
		||||
$_['column_code']      = 'Code';
 | 
			
		||||
$_['column_orders']    = 'Orders';
 | 
			
		||||
$_['column_total']     = 'Total';
 | 
			
		||||
$_['column_action']    = 'Action';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_date_start'] = 'Date Start';
 | 
			
		||||
$_['entry_date_end']   = 'Date End';
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']  = 'Warning: You do not have permission to modify coupon report!';
 | 
			
		||||
							
								
								
									
										33
									
								
								admin/extension/report/sale_order.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								admin/extension/report/sale_order.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,33 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']     = 'Sales Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']    = 'Extensions';
 | 
			
		||||
$_['text_edit']         = 'Edit Sales Report';
 | 
			
		||||
$_['text_success']      = 'Success: You have modified sales report!';
 | 
			
		||||
$_['text_filter']       = 'Filter';
 | 
			
		||||
$_['text_year']         = 'Years';
 | 
			
		||||
$_['text_month']        = 'Months';
 | 
			
		||||
$_['text_week']         = 'Weeks';
 | 
			
		||||
$_['text_day']          = 'Days';
 | 
			
		||||
$_['text_all_status']   = 'All Statuses';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_date_start'] = 'Date Start';
 | 
			
		||||
$_['column_date_end']   = 'Date End';
 | 
			
		||||
$_['column_orders']     = 'No. Orders';
 | 
			
		||||
$_['column_products']   = 'No. Products';
 | 
			
		||||
$_['column_tax']        = 'Tax';
 | 
			
		||||
$_['column_total']      = 'Total';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_date_start']  = 'Date Start';
 | 
			
		||||
$_['entry_date_end']    = 'Date End';
 | 
			
		||||
$_['entry_group']       = 'Group By';
 | 
			
		||||
$_['entry_status']      = 'Order Status';
 | 
			
		||||
$_['entry_status']      = 'Status';
 | 
			
		||||
$_['entry_sort_order']  = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']  = 'Warning: You do not have permission to modify sales report!';
 | 
			
		||||
							
								
								
									
										30
									
								
								admin/extension/report/sale_return.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								admin/extension/report/sale_return.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,30 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']     = 'Returns Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']    = 'Extensions';
 | 
			
		||||
$_['text_edit']         = 'Edit Returns Report';
 | 
			
		||||
$_['text_success']      = 'Success: You have modified returns report!';
 | 
			
		||||
$_['text_filter']       = 'Filter';
 | 
			
		||||
$_['text_year']         = 'Years';
 | 
			
		||||
$_['text_month']        = 'Months';
 | 
			
		||||
$_['text_week']         = 'Weeks';
 | 
			
		||||
$_['text_day']          = 'Days';
 | 
			
		||||
$_['text_all_status']   = 'All Statuses';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_date_start'] = 'Date Start';
 | 
			
		||||
$_['column_date_end']   = 'Date End';
 | 
			
		||||
$_['column_returns']    = 'No. Returns';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_date_start']  = 'Date Start';
 | 
			
		||||
$_['entry_date_end']    = 'Date End';
 | 
			
		||||
$_['entry_group']       = 'Group By';
 | 
			
		||||
$_['entry_status']      = 'Return Status';
 | 
			
		||||
$_['entry_status']      = 'Status';
 | 
			
		||||
$_['entry_sort_order']  = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']  = 'Warning: You do not have permission to modify returns report!';
 | 
			
		||||
							
								
								
									
										32
									
								
								admin/extension/report/sale_shipping.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								admin/extension/report/sale_shipping.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,32 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']     = 'Shipping Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']    = 'Extensions';
 | 
			
		||||
$_['text_edit']         = 'Edit Shipping Report';
 | 
			
		||||
$_['text_success']      = 'Success: You have modified shipping report!';
 | 
			
		||||
$_['text_filter']       = 'Filter';
 | 
			
		||||
$_['text_year']         = 'Years';
 | 
			
		||||
$_['text_month']        = 'Months';
 | 
			
		||||
$_['text_week']         = 'Weeks';
 | 
			
		||||
$_['text_day']          = 'Days';
 | 
			
		||||
$_['text_all_status']   = 'All Statuses';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_date_start'] = 'Date Start';
 | 
			
		||||
$_['column_date_end']   = 'Date End';
 | 
			
		||||
$_['column_title']      = 'Shipping Title';
 | 
			
		||||
$_['column_orders']     = 'No. Orders';
 | 
			
		||||
$_['column_total']      = 'Total';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_date_start']  = 'Date Start';
 | 
			
		||||
$_['entry_date_end']    = 'Date End';
 | 
			
		||||
$_['entry_group']       = 'Group By';
 | 
			
		||||
$_['entry_status']      = 'Order Status';
 | 
			
		||||
$_['entry_status']      = 'Status';
 | 
			
		||||
$_['entry_sort_order']  = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']  = 'Warning: You do not have permission to modify shipping report!';
 | 
			
		||||
							
								
								
									
										32
									
								
								admin/extension/report/sale_tax.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								admin/extension/report/sale_tax.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,32 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']     = 'Tax Report';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']    = 'Extensions';
 | 
			
		||||
$_['text_edit']         = 'Edit Tax Report';
 | 
			
		||||
$_['text_success']      = 'Success: You have modified tax report!';
 | 
			
		||||
$_['text_filter']       = 'Filter';
 | 
			
		||||
$_['text_year']         = 'Years';
 | 
			
		||||
$_['text_month']        = 'Months';
 | 
			
		||||
$_['text_week']         = 'Weeks';
 | 
			
		||||
$_['text_day']          = 'Days';
 | 
			
		||||
$_['text_all_status']   = 'All Statuses';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_date_start'] = 'Date Start';
 | 
			
		||||
$_['column_date_end']   = 'Date End';
 | 
			
		||||
$_['column_title']      = 'Tax Title';
 | 
			
		||||
$_['column_orders']     = 'No. Orders';
 | 
			
		||||
$_['column_total']      = 'Total';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_date_start']  = 'Date Start';
 | 
			
		||||
$_['entry_date_end']    = 'Date End';
 | 
			
		||||
$_['entry_group']       = 'Group By';
 | 
			
		||||
$_['entry_status']      = 'Order Status';
 | 
			
		||||
$_['entry_status']      = 'Status';
 | 
			
		||||
$_['entry_sort_order']  = 'Sort Order';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission']  = 'Warning: You do not have permission to modify tax report!';
 | 
			
		||||
		Reference in New Issue
	
	Block a user