Added default language pack (en-gb)
This commit is contained in:
24
admin/extension/total/klarna_fee.php
Normal file
24
admin/extension/total/klarna_fee.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?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!';
|
Reference in New Issue
Block a user