1
0
opencart-languagepack-finnish/admin/extension/total/klarna_fee.php

24 lines
752 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?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!';