klarna_account.php (1951B)
1 <?php 2 // Text 3 $_['text_title'] = 'Klarna Account - Pay from %s/month'; 4 $_['text_terms'] = '<span id="klarna_account_toc"></span><script type="text/javascript">var terms = new Klarna.Terms.Account({el: \'klarna_account_toc\', eid: \'%s\', country: \'%s\'});</script>'; 5 $_['text_information'] = 'Klarna Account Information'; 6 $_['text_additional'] = 'Klarna Account 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_payment_option'] = 'Payment options'; 13 $_['text_single_payment'] = 'Single Payment'; 14 $_['text_monthly_payment'] = '%s - %s per month'; 15 $_['text_comment'] = 'Klarna\'s Invoice ID: %s' . "\n" . '%s/%s: %.4f'; 16 17 // Entry 18 $_['entry_gender'] = 'Gender'; 19 $_['entry_pno'] = 'Personal Number'; 20 $_['entry_dob'] = 'Date of Birth'; 21 $_['entry_phone_no'] = 'Phone number'; 22 $_['entry_street'] = 'Street'; 23 $_['entry_house_no'] = 'House No.'; 24 $_['entry_house_ext'] = 'House Ext.'; 25 $_['entry_company'] = 'Company Registration Number'; 26 27 // Help 28 $_['help_pno'] = 'Please enter your Social Security number here.'; 29 $_['help_phone_no'] = 'Please enter your phone number.'; 30 $_['help_street'] = 'Please note that delivery can only take place to the registered address when paying with Klarna.'; 31 $_['help_house_no'] = 'Please enter your house number.'; 32 $_['help_house_ext'] = 'Please submit your house extension here. E.g. A, B, C, Red, Blue ect.'; 33 $_['help_company'] = 'Please enter your Company\'s registration number'; 34 35 // Error 36 $_['error_deu_terms'] = 'You must agree to Klarna\'s privacy policy (Datenschutz)'; 37 $_['error_address_match'] = 'Billing and Shipping addresses must match if you want to use Klarna Payments'; 38 $_['error_network'] = 'Error occurred while connecting to Klarna. Please try again later.';