8 lines
226 B
PHP
8 lines
226 B
PHP
<?php
|
|
// Text
|
|
$_['text_items'] = '%s tuote(tta) - %s';
|
|
$_['text_empty'] = 'Ostoskorisi on tyhjä!';
|
|
$_['text_cart'] = 'Kurkkaa ostoskoriin';
|
|
$_['text_checkout'] = 'Kassa';
|
|
$_['text_recurring'] = 'Maksuprofiili';
|