mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 13:32:10 +00:00
18 lines
532 B
PHP
Executable File
18 lines
532 B
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Per Item';
|
|
|
|
// Text
|
|
$_['text_shipping'] = 'Shipping';
|
|
$_['text_success'] = 'Success: You have modified shipping per item rates!';
|
|
$_['text_edit'] = 'Edit Per Item Shipping';
|
|
|
|
// Entry
|
|
$_['entry_cost'] = 'Cost';
|
|
$_['entry_tax_class'] = 'Tax Class';
|
|
$_['entry_geo_zone'] = 'Geo Zone';
|
|
$_['entry_status'] = 'Status';
|
|
$_['entry_sort_order'] = 'Sort Order';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify shipping per item rates!'; |