1
0

New Translations - 8.10.2021 (3)

This commit is contained in:
Christer Warén
2021-10-08 19:06:57 +03:00
parent 171fd5b3c9
commit 2e7f81b658
6 changed files with 21 additions and 21 deletions

View File

@ -1,13 +1,13 @@
<?php
// Heading
$_['heading_title'] = 'Use Coupon Code';
$_['heading_title'] = 'Käytä alennuskoodi';
// Text
$_['text_coupon'] = 'Coupon (%s)';
$_['text_coupon'] = 'Alennuskoodi (%s)';
$_['text_success'] = 'Success: Your coupon discount has been applied!';
// Entry
$_['entry_coupon'] = 'Enter your coupon here';
$_['entry_coupon'] = 'Syötä alennuskoodi';
// Error
$_['error_coupon'] = 'Varoitus: Coupon is either invalid, expired or reached its usage limit!';