1
0
opencart-languagepack-finnish/catalog/extension/total/coupon.php
2021-10-08 19:06:57 +03:00

14 lines
413 B
PHP

<?php
// Heading
$_['heading_title'] = 'Käytä alennuskoodi';
// Text
$_['text_coupon'] = 'Alennuskoodi (%s)';
$_['text_success'] = 'Success: Your coupon discount has been applied!';
// Entry
$_['entry_coupon'] = 'Syötä alennuskoodi';
// Error
$_['error_coupon'] = 'Varoitus: Coupon is either invalid, expired or reached its usage limit!';
$_['error_empty'] = 'Varoitus: Please enter a coupon code!';