<?php
// Text
$_['text_title']       = 'Klarna Invoice';
$_['text_information'] = 'Klarna Information';
$_['text_additional']  = 'Klarna requires some additional information before they can proccess your order.';
$_['text_wait']        = 'Please wait!';
$_['text_male']        = 'Male';
$_['text_female']      = 'Female';

// Entry
$_['entry_gender']     = 'Gender:';
$_['entry_pno']        = 'PNO / BIRTH DATA:<span class="help">(07071960)</span>';
$_['entry_house_no']   = 'House No.:';
$_['entry_house_ext']  = 'House Ext.:';
$_['entry_cellno']     = 'Cell Phone:';

// Error
$_['error_gender']     = 'Gender Required!';
$_['error_dob']        = 'Date of birth Required!';
$_['error_house_no']   = 'House No. Required!';
$_['error_house_ext']  = 'House Extension Required!';
$_['error_dob']        = 'Date of birth Required!';
?>