1
0

8 lines
215 B
PHP
Raw Normal View History

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