Added default language pack (en-gb)
This commit is contained in:
		
							
								
								
									
										32
									
								
								admin/extension/dashboard/activity.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								admin/extension/dashboard/activity.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,32 @@
 | 
			
		||||
<?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']             = 'Warning: You do not have permission to modify dashboard activity!';
 | 
			
		||||
							
								
								
									
										22
									
								
								admin/extension/dashboard/chart.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								admin/extension/dashboard/chart.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Sales Analytics';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified dashboard chart!';
 | 
			
		||||
$_['text_edit']        = 'Edit Dashboard Chart';
 | 
			
		||||
$_['text_order']       = 'Orders';
 | 
			
		||||
$_['text_customer']    = 'Customers';
 | 
			
		||||
$_['text_day']         = 'Today';
 | 
			
		||||
$_['text_week']        = 'Week';
 | 
			
		||||
$_['text_month']       = 'Month';
 | 
			
		||||
$_['text_year']        = 'Year';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
$_['entry_width']      = 'Width';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard chart!';
 | 
			
		||||
							
								
								
									
										17
									
								
								admin/extension/dashboard/customer.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								admin/extension/dashboard/customer.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Total Customers';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified dashboard customer!';
 | 
			
		||||
$_['text_edit']        = 'Edit Dashboard Customer';
 | 
			
		||||
$_['text_view']        = 'View more...';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
$_['entry_width']      = 'Width';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard customer!';
 | 
			
		||||
							
								
								
									
										18
									
								
								admin/extension/dashboard/map.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								admin/extension/dashboard/map.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'World Map';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified dashboard map!';
 | 
			
		||||
$_['text_edit']        = 'Edit Dashboard Map';
 | 
			
		||||
$_['text_order']       = 'Orders';
 | 
			
		||||
$_['text_sale']        = 'Sales';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
$_['entry_width']      = 'Width';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard map!';
 | 
			
		||||
							
								
								
									
										17
									
								
								admin/extension/dashboard/online.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								admin/extension/dashboard/online.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'People Online';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified dashboard online!';
 | 
			
		||||
$_['text_edit']        = 'Edit Dashboard Online';
 | 
			
		||||
$_['text_view']        = 'View more...';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
$_['entry_width']      = 'Width';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard online!';
 | 
			
		||||
							
								
								
									
										17
									
								
								admin/extension/dashboard/order.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								admin/extension/dashboard/order.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Total Orders';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified dashboard orders!';
 | 
			
		||||
$_['text_edit']        = 'Edit Dashboard Orders';
 | 
			
		||||
$_['text_view']        = 'View more...';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
$_['entry_width']      = 'Width';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard orders!';
 | 
			
		||||
							
								
								
									
										25
									
								
								admin/extension/dashboard/recent.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								admin/extension/dashboard/recent.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
<?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!';
 | 
			
		||||
							
								
								
									
										17
									
								
								admin/extension/dashboard/sale.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								admin/extension/dashboard/sale.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']    = 'Total Sales';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_extension']   = 'Extensions';
 | 
			
		||||
$_['text_success']     = 'Success: You have modified dashboard sales!';
 | 
			
		||||
$_['text_edit']        = 'Edit Dashboard Sales';
 | 
			
		||||
$_['text_view']        = 'View more...';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_status']     = 'Status';
 | 
			
		||||
$_['entry_sort_order'] = 'Sort Order';
 | 
			
		||||
$_['entry_width']      = 'Width';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard sales!';
 | 
			
		||||
		Reference in New Issue
	
	Block a user