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

8 lines
358 B
PHP

<?php
$txt_str['reservations'] = [
'errorGeneric' => "Si è verificato un errore durante l'invio della prenotazione. Riprova più tardi.",
'errorInvalidArguments' => 'Non tutti i campi obbligatori sono stati compilati!',
'errorItemNotInStore' => 'Il prodotto non può essere prenotato, perché non è disponibile nella quantità richiesta!',
];