<?php
// Heading
$_['heading_title']    = 'Gift Voucher';

// Text
$_['text_total']       = 'Order Totals';
$_['text_success']     = 'Success: You have modified gift voucher total!';

// Entry
$_['entry_status']     = 'Status:';
$_['entry_sort_order'] = 'Sort Order:';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify gift voucher total!';
?>