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

10 lines
485 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Text
$_['text_success'] = 'Success: You have modified your shopping cart!';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to access the API!';
2020-02-12 21:25:39 +00:00
$_['error_stock'] = 'Products marked with *** are not available in the desired quantity or not in stock!';
$_['error_minimum'] = 'Minimum order amount for %s is %s!';
$_['error_store'] = 'Product can not be bought from the store you have choosen!';
$_['error_required'] = '%s required!';