klarna_checkout.php (494B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Klarna Checkout'; 4 $_['heading_title_success'] = 'Your Klarna Checkout order has been placed!'; 5 6 // Text 7 $_['text_title'] = 'Klarna Checkout'; 8 $_['text_basket'] = 'Shopping Cart'; 9 $_['text_checkout'] = 'Checkout'; 10 $_['text_success'] = 'Success'; 11 $_['text_choose_shipping_method'] = 'Choose shipping method'; 12 $_['text_sales_tax'] = 'Sales Tax'; 13 $_['text_newsletter'] = 'Subscribe to our newsletter';