1
0
opencart-languagepack-finnish/catalog/api/reward.php

10 lines
444 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Text
$_['text_success'] = 'Success: Your reward points discount has been applied!';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to access the API!';
$_['error_reward'] = 'Varoitus: Please enter the amount of reward points to use!';
$_['error_points'] = 'Varoitus: You don\'t have %s reward points!';
2020-03-02 08:58:49 +00:00
$_['error_maximum'] = 'Varoitus: The maximum number of points that can be applied is %s!';