Hi,
I tried in this point:
;checkout
HIKASHOP_CHECKOUT_CART="Carrello"
HIKASHOP_CHECKOUT_CONFIRM="Conferma"
HIKASHOP_CHECKOUT_STATUS="Stato"
HIKASHOP_CHECKOUT_SHIPPING="Spedizione"
HIKASHOP_CHECKOUT_PAYMENT="Pagamento"
HIKASHOP_CHECKOUT_END="Fine"
HIKASHOP_CHECKOUT_COUPON="Buono"
HIKASHOP_CHECKOUT_LOGIN="Login"
HIKASHOP_CHECKOUT_ADDRESS="Indirizzo"
NEXT="prosegui"
CONTINUE_SHOPPING="Continua con gli acquisti"
THANK_YOU_FOR_PURCHASE="Grazie per il tuo acquisto!"
ORDER_IS_COMPLETE="Il tuo ordine è completato."
CURRENCY_NOT_ACCEPTED_FOR_PAYMENT="La valuta che hai scelto non è accettata per i pagamenti"
PLEASE_ACCEPT_TERMS_BEFORE_FINISHING_ORDER="Per favore accetta termini e condizioni prima di procedere"
ADDITIONAL_INFORMATION="Informazioni supplementari"
But it doesen't work; the word "prosegui" doesn't change on the button. I can change all the other buttons and it works but not with "prosegui".
Where i'm wrong?