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