16 lines
420 B
PHP
16 lines
420 B
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Gift Voucher';
|
|
|
|
// Text
|
|
$_['text_extension'] = 'Extensions';
|
|
$_['text_success'] = 'Success: You have modified gift voucher total!';
|
|
$_['text_edit'] = 'Edit Gift Voucher Total';
|
|
|
|
// Entry
|
|
$_['entry_status'] = 'Tila';
|
|
$_['entry_sort_order'] = 'Sort Order';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Varoitus: You do not have permission to modify gift voucher total!';
|