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

11 lines
365 B
PHP

<?php
$txt_str['attachments'] = [
'summary_filename' => 'Rakapitulatie_{KOD}.pdf',
'invoice_filename' => 'Factuur_{KOD}.pdf',
'proforma_filename' => 'ZalohovaFaktura_{KOD}.pdf',
'delivery_note_filename' => 'DodaciList_{KOD}.pdf',
'replacement_filename' => 'OpravnyDanovyDoklad_{KOD}.pdf',
'reclamation_filename' => 'Klachten_{KOD}.pdf',
];