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

10 lines
473 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$txt_str['attachments'] = [
'summary_filename' => 'Оформить заказ_{KOD}.pdf',
'invoice_filename' => 'Инвойс_{KOD}.pdf',
'proforma_filename' => 'Проформа инвойс_{KOD}.pdf',
'delivery_note_filename' => 'Упаковочный лист_{KOD}.pdf',
'replacement_filename' => 'Корректирующее уведомление об исчисленных суммах налогов и взносов_{KOD}.pdf',
];