<?php
// Heading
$_['heading_title'] = 'Order Totals';
// Text
$_['text_success'] = 'Success: You have modified totals!';
$_['text_list'] = 'Order Total List';
// Column
$_['column_name'] = 'Order Totals';
$_['column_status'] = 'Status';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify totals!';