<?php
// Heading
$_['heading_title']       = 'Klarna';

// Text
$_['text_payment']        = 'Payment';
$_['text_success']        = 'Success: You have modified Klarna payment module!';
$_['text_live']           = 'Live';
$_['text_beta']           = 'Beta';

// Entry
$_['entry_merchant']      = 'Klarna Merchant ID:<br /><span class="help">(estore id) to use for the Klarna service (provided by Klarna).</span>';
$_['entry_secret']        = 'Klarna Secret:<br /><span class="help">Shared secret to use with the Klarna service (provided by Klarna).</span>';
$_['entry_server']        = 'Server:';
$_['entry_test']          = 'Test Mode:';
$_['entry_invoice']       = 'Invoice:<br /><span class="help">Do you want to enable invoice auto activate?</span>';
$_['entry_invoice_delay'] = 'Invoice Delay:<br /><span class="help">When auto activating delay sending the invoice for x days.</span>';
$_['entry_total']         = 'Total:<br /><span class="help">The checkout total the order must reach before this payment method becomes active.</span>';		
$_['entry_order_status']  = 'Order Status:';
$_['entry_status']        = 'Status:';
$_['entry_sort_order']    = 'Sort Order:';

// Error
$_['error_permission']    = 'Warning: You do not have permission to modify payment Klarna!';
$_['error_merchant']      = 'Merchant ID required!';
$_['error_secret']        = 'Secret required!';
?>