shop.balmet.com

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

handling.php (819B)


      1 <?php //TODO translate
      2 // Heading
      3 $_['heading_title']    = 'Handling Fee';
      4 
      5 // Text
      6 $_['text_total']       = 'Преди плащане на поръчки';
      7 $_['text_extension']   = 'Преди плащане на поръчки';
      8 $_['text_success']     = 'Success: You have modified handling fee total!';
      9 $_['text_edit']        = 'Edit Handling Fee Total';
     10 
     11 // Entry
     12 $_['text_total']       = 'Преди плащане на поръчки';
     13 $_['entry_fee']        = 'Fee';
     14 $_['entry_tax_class']  = 'Tax Class';
     15 $_['entry_status']     = 'Статус';
     16 $_['entry_sort_order'] = 'Подредба';
     17 
     18 // Help
     19 $_['help_total']       = 'The checkout total the order must reach before this order total becomes active.';
     20 
     21 // Error
     22 $_['error_permission'] = 'Warning: You do not have permission to modify handling fee total!';