2020-02-12 21:25:39 +00:00
|
|
|
<?php
|
|
|
|
// Text
|
|
|
|
$_['text_items'] = '%s item(s) - %s';
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['text_empty'] = 'Ostoskorisi on tyhjä!';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['text_cart'] = 'View Cart';
|
|
|
|
$_['text_checkout'] = 'Checkout';
|
2020-03-02 08:58:49 +00:00
|
|
|
$_['text_recurring'] = 'Payment Profile';
|