blob: a0c1da6d96374779d0b0c366dde49d9b1d1c1795 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
// Heading
$_['heading_title'] = 'Shipping';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified shipping total!';
$_['text_edit'] = 'Edit Shipping Total';
// Entry
$_['entry_estimator'] = 'Shipping Estimator';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify shipping total!';
|