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

// Text
$_['text_install']      = 'Install';
$_['text_uninstall']    = 'Uninstall';

// Column
$_['column_name']       = 'Shipping Method';
$_['column_status']     = 'Status';
$_['column_sort_order'] = 'Sort Order';
$_['column_action']     = 'Action';

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