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

11 lines
369 B
PHP

<?php
$txt_str['attachments'] = [
'summary_filename' => 'Conferma di ordine_{KOD}.pdf',
'invoice_filename' => 'Fattura_{KOD}.pdf',
'proforma_filename' => 'ZalohovaFaktura_{KOD}.pdf',
'delivery_note_filename' => 'DodaciList_{KOD}.pdf',
'replacement_filename' => 'OpravnyDanovyDoklad_{KOD}.pdf',
'reclamation_filename' => 'Reclami_{KOD}.pdf',
];