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

11 lines
372 B
PHP

<?php
$txt_str['attachments'] = [
'summary_filename' => 'Podsumowanie_{KOD}.pdf',
'invoice_filename' => 'Faktura_{KOD}.pdf',
'proforma_filename' => 'FakturaProForma_{KOD}.pdf',
'delivery_note_filename' => 'DowódDostawy_{KOD}.pdf',
'replacement_filename' => 'PoprawczyDowódDostawy_{KOD}.pdf',
'reclamation_filename' => 'Reklamacja_{KOD}.pdf',
];