From afe6d1f6a6af704ffa5a0a633d92080ae784f817 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 13 Jun 2007 11:27:05 +0000 Subject: [PATCH] Mahnungslistenexport: den Dateinamen eingedeutscht. --- bin/mozilla/dn.pl | 2 +- locale/de/all | 1 + locale/de/dn | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/dn.pl b/bin/mozilla/dn.pl index ad16f0ed1..b3459358a 100644 --- a/bin/mozilla/dn.pl +++ b/bin/mozilla/dn.pl @@ -366,7 +366,7 @@ sub show_dunning { $report->set_options('raw_top_info_text' => $form->parse_html_template('dunning/show_dunning_top'), 'raw_bottom_info_text' => $form->parse_html_template('dunning/show_dunning_bottom'), 'output_format' => 'HTML', - 'attachment_basename' => strftime('dunning_report_%Y%m%d', localtime time), + 'attachment_basename' => $locale->text('dunning_list') . strftime('_%Y%m%d', localtime time), ); $report->set_options_from_form(); diff --git a/locale/de/all b/locale/de/all index 64c9a9aeb..f515e82f3 100644 --- a/locale/de/all +++ b/locale/de/all @@ -1279,6 +1279,7 @@ aktualisieren wollen?', 'done' => 'erledigt', 'down' => 'runter', 'drucken' => 'drucken', + 'dunning_list' => 'mahnungsliste', 'eMail Send?' => 'eMail-Versand?', 'eMail?' => 'eMail?', 'ea' => 'St.', diff --git a/locale/de/dn b/locale/de/dn index 777a7fc18..d324f3f65 100644 --- a/locale/de/dn +++ b/locale/de/dn @@ -197,6 +197,7 @@ $self->{texts} = { 'What type of item is this?' => 'Was ist dieser Artikel?', 'Zipcode' => 'PLZ', 'bin_list' => 'Lagerliste', + 'dunning_list' => 'mahnungsliste', 'emailed to' => 'gemailt an', 'invoice' => 'Rechnung', 'no' => 'nein', -- 2.20.1