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