24 lines
		
	
	
		
			752 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			752 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']    = 'Klarna Fee';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_extension']   = 'Extensions';
 | 
						|
$_['text_success']     = 'Success: You have modified Klarna fee total!';
 | 
						|
$_['text_edit']        = 'Edit Klarna Fee Total';
 | 
						|
$_['text_sweden']      = 'Sweden';
 | 
						|
$_['text_norway']      = 'Norway';
 | 
						|
$_['text_finland']     = 'Finland';
 | 
						|
$_['text_denmark']     = 'Denmark';
 | 
						|
$_['text_germany']     = 'Germany';
 | 
						|
$_['text_netherlands'] = 'The Netherlands';
 | 
						|
 | 
						|
// Entry
 | 
						|
$_['entry_total']      = 'Order Total';
 | 
						|
$_['entry_fee']        = 'Invoice Fee';
 | 
						|
$_['entry_tax_class']  = 'Tax Class';
 | 
						|
$_['entry_status']     = 'Status';
 | 
						|
$_['entry_sort_order'] = 'Sort Order';
 | 
						|
 | 
						|
// Error
 | 
						|
$_['error_permission'] = 'Warning: You do not have permission to modify Klarna fee total!'; |