Added default language pack (en-gb)
This commit is contained in:
16
admin/extension/total/shipping.php
Normal file
16
admin/extension/total/shipping.php
Normal file
@ -0,0 +1,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!';
|
Reference in New Issue
Block a user