Files
kupshop/web/lang/it/cart.php
2025-08-02 16:30:27 +02:00

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';