<?php
// Heading
$_['heading_title']      = 'Klarna Part Payment';

// Text
$_['text_payment']       = 'Payment';
$_['text_success']       = 'Success: You have modified Klarna Part Payment payment module!';
$_['text_klarna_pp']     = '<a onclick="window.open(\'https://merchants.klarna.com/signup?locale=en&partner_id=d5c87110cebc383a826364769047042e777da5e8&utm_campaign=Platform&utm_medium=Partners&utm_source=Opencart\');"><img src="view/image/payment/klarna.png" alt="Klarna" title="Klarna" style="border: 1px solid #EEEEEE;" /></a>';
$_['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_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_geo_zone']     = 'Geo Zone:';
$_['entry_status']       = 'Status:';
$_['entry_sort_order']   = 'Sort Order:';

// Error
$_['error_permission']   = 'Warning: You do not have permission to modify payment Klarna Part Payment!';
$_['error_xmlrpc']       = 'XML-RPC PHP extension is required to be installed!';
$_['error_merchant']     = 'Merchant ID required!';
$_['error_secret']       = 'Secret required!';
?>