shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

klarna_fee.php (861B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Klarna Fee';
      4 
      5 // Text
      6 $_['text_total']       = 'Преди плащане на поръчки';
      7 $_['text_extension']   = 'Преди плащане на поръчки';
      8 $_['text_success']     = 'Success: You have modified Klarna fee total!';
      9 $_['text_edit']        = 'Edit Klarna Fee Total';
     10 $_['text_sweden']      = 'Sweden';
     11 $_['text_norway']      = 'Norway';
     12 $_['text_finland']     = 'Finland';
     13 $_['text_denmark']     = 'Denmark';
     14 $_['text_germany']     = 'Germany';
     15 $_['text_netherlands'] = 'The Netherlands';
     16 
     17 // Entry
     18 $_['entry_total']      = 'Order Total';
     19 $_['entry_fee']        = 'Invoice Fee';
     20 $_['entry_tax_class']  = 'Tax Class';
     21 $_['entry_status']     = 'Status';
     22 $_['entry_sort_order'] = 'Sort Order';
     23 
     24 // Error
     25 $_['error_permission'] = 'Warning: You do not have permission to modify Klarna fee total!';