11 lines
373 B
PHP
11 lines
373 B
PHP
<?php
|
|
|
|
$txt_str['cart']['step_cart'] = 'Carrello';
|
|
$txt_str['cart']['step_delivery'] = 'Spedizione e pagamento';
|
|
$txt_str['cart']['step_user'] = 'Dati di consegna';
|
|
$txt_str['cart']['step_summary'] = 'Riepilogo';
|
|
|
|
$txt_str['cart']['url_delivery'] = 'spedizione-e-pagamento';
|
|
$txt_str['cart']['url_user'] = 'dati-di-consegna';
|
|
$txt_str['cart']['url_summary'] = 'riepilogo';
|