1
0

16 lines
420 B
PHP
Raw Normal View History

2020-02-12 23:25:39 +02:00
<?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
2020-03-02 10:58:49 +02:00
$_['entry_status'] = 'Tila';
2020-02-12 23:25:39 +02:00
$_['entry_sort_order'] = 'Sort Order';
// Error
2020-03-02 10:58:49 +02:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify gift voucher total!';