mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 11:32:10 +00:00
16 lines
453 B
PHP
Executable File
16 lines
453 B
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Shipping';
|
|
|
|
// Text
|
|
$_['text_total'] = 'Order Totals';
|
|
$_['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!'; |