klarna_invoice.php (1977B)
1 <?php 2 // Text 3 $_['text_title'] = 'Klarna Invoice - Pay within 14 days'; 4 $_['text_terms_fee'] = '<span id="klarna_invoice_toc"></span> (+%s)<script type="text/javascript">var terms = new Klarna.Terms.Invoice({el: \'klarna_invoice_toc\', eid: \'%s\', country: \'%s\', charge: %s});</script>'; 5 $_['text_terms_no_fee'] = '<span id="klarna_invoice_toc"></span><script type="text/javascript">var terms = new Klarna.Terms.Invoice({el: \'klarna_invoice_toc\', eid: \'%s\', country: \'%s\'});</script>'; 6 $_['text_additional'] = 'Klarna Invoice requires some additional information before they can proccess your order.'; 7 $_['text_male'] = 'Male'; 8 $_['text_female'] = 'Female'; 9 $_['text_year'] = 'Year'; 10 $_['text_month'] = 'Month'; 11 $_['text_day'] = 'Day'; 12 $_['text_comment'] = 'Klarna\'s Invoice ID: %s. ' . "\n" . '%s/%s: %.4f'; 13 14 // Entry 15 $_['entry_gender'] = 'Gender'; 16 $_['entry_pno'] = 'Personal Number'; 17 $_['entry_dob'] = 'Date of Birth'; 18 $_['entry_phone_no'] = 'Phone number'; 19 $_['entry_street'] = 'Street'; 20 $_['entry_house_no'] = 'House No.'; 21 $_['entry_house_ext'] = 'House Ext.'; 22 $_['entry_company'] = 'Company Registration Number'; 23 24 // Help 25 $_['help_pno'] = 'Please enter your Social Security number here.'; 26 $_['help_phone_no'] = 'Please enter your phone number.'; 27 $_['help_street'] = 'Please note that delivery can only take place to the registered address when paying with Klarna.'; 28 $_['help_house_no'] = 'Please enter your house number.'; 29 $_['help_house_ext'] = 'Please submit your house extension here. E.g. A, B, C, Red, Blue ect.'; 30 $_['help_company'] = 'Please enter your Company\'s registration number'; 31 32 // Error 33 $_['error_deu_terms'] = 'You must agree to Klarna\'s privacy policy (Datenschutz)'; 34 $_['error_address_match'] = 'Billing and Shipping addresses must match if you want to use Klarna Invoice'; 35 $_['error_network'] = 'Error occurred while connecting to Klarna. Please try again later.';