Revision afe6d1f6
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/dn.pl | ||
---|---|---|
366 | 366 |
$report->set_options('raw_top_info_text' => $form->parse_html_template('dunning/show_dunning_top'), |
367 | 367 |
'raw_bottom_info_text' => $form->parse_html_template('dunning/show_dunning_bottom'), |
368 | 368 |
'output_format' => 'HTML', |
369 |
'attachment_basename' => strftime('dunning_report_%Y%m%d', localtime time),
|
|
369 |
'attachment_basename' => $locale->text('dunning_list') . strftime('_%Y%m%d', localtime time),
|
|
370 | 370 |
); |
371 | 371 |
|
372 | 372 |
$report->set_options_from_form(); |
locale/de/all | ||
---|---|---|
1279 | 1279 |
'done' => 'erledigt', |
1280 | 1280 |
'down' => 'runter', |
1281 | 1281 |
'drucken' => 'drucken', |
1282 |
'dunning_list' => 'mahnungsliste', |
|
1282 | 1283 |
'eMail Send?' => 'eMail-Versand?', |
1283 | 1284 |
'eMail?' => 'eMail?', |
1284 | 1285 |
'ea' => 'St.', |
locale/de/dn | ||
---|---|---|
197 | 197 |
'What type of item is this?' => 'Was ist dieser Artikel?', |
198 | 198 |
'Zipcode' => 'PLZ', |
199 | 199 |
'bin_list' => 'Lagerliste', |
200 |
'dunning_list' => 'mahnungsliste', |
|
200 | 201 |
'emailed to' => 'gemailt an', |
201 | 202 |
'invoice' => 'Rechnung', |
202 | 203 |
'no' => 'nein', |
Auch abrufbar als: Unified diff
Mahnungslistenexport: den Dateinamen eingedeutscht.