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

11 lines
355 B
PHP

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