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

// Text
$_['text_module']    = 'Module';
$_['text_success']   = 'Success: You have modified Invoice Enhancer settings!';
$_['text_yes']       = 'Yes';
$_['text_no']        = 'No';

// Entry
$_['entry_barcode_type']      	= 'Barcode Types:<br /><span class="help">Code-11, Code-39, Code-93,<br /> Code-128, Codabar, Msi, EAN-8,<br />Datamatrix, EAN-13, Std 2 Of 5, Intl 2 Of 5</span>';
$_['entry_invoice_store_logo']  = 'Store Logo:<br /><span class="help">Show store logo at invoice</span>';
$_['entry_invoice_barcode']   	= 'Invoice:<br /><span class="help">Show invoice barcode at invoice</span>';
$_['entry_invoice_payment_method']  = 'Payment Method:<br /><span class="help">Show payment method at invoice</span>';
$_['entry_invoice_sku']       		= 'Stock Keeping Unit:<br /><span class="help">Show product SKU at invoice</span>';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Invoice Enhancer module!';
?>
