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

10 lines
314 B
PHP

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