11 lines
322 B
PHP
11 lines
322 B
PHP
<?php
|
|
|
|
$txt_str['cart']['step_cart'] = 'Twój koszyk';
|
|
$txt_str['cart']['url_cart'] = 'twoj-koszyk';
|
|
|
|
$txt_str['cart']['step_delivery'] = 'Dostawa i płatność';
|
|
$txt_str['cart']['url_delivery'] = 'dostawa-i-platnosc';
|
|
|
|
$txt_str['cart']['step_user'] = 'Dane kontaktowe';
|
|
$txt_str['cart']['url_user'] = 'dane-kontaktowe';
|