mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 01:25:09 +00:00
15 lines
396 B
PHP
Executable File
15 lines
396 B
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Total';
|
|
|
|
// Text
|
|
$_['text_total'] = 'Order Totals';
|
|
$_['text_success'] = 'Success: You have modified total totals!';
|
|
$_['text_edit'] = 'Edit Total Total';
|
|
|
|
// Entry
|
|
$_['entry_status'] = 'Status';
|
|
$_['entry_sort_order'] = 'Sort Order';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify total totals!'; |