1
0
opencart-languagepack-finnish/admin/sale/voucher_theme.php

25 lines
881 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Voucher Themes';
// Text
$_['text_success'] = 'Success: You have modified voucher themes!';
$_['text_list'] = 'Voucher Theme List';
$_['text_add'] = 'Add Voucher Theme';
$_['text_edit'] = 'Edit Voucher Theme';
// Column
$_['column_name'] = 'Voucher Theme Name';
2020-03-02 00:28:04 +00:00
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
$_['entry_name'] = 'Voucher Theme Name';
$_['entry_description'] = 'Voucher Theme Description';
2020-03-02 08:58:49 +00:00
$_['entry_image'] = 'Kuva';
2020-02-12 21:25:39 +00:00
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify voucher themes!';
2020-02-12 21:25:39 +00:00
$_['error_name'] = 'Voucher Theme Name must be between 3 and 32 characters!';
$_['error_image'] = 'Image required!';
2020-03-02 00:28:04 +00:00
$_['error_voucher'] = 'Varoitus: This voucher theme cannot be deleted as it is currently assigned to %s vouchers!';