Mahnungslistenexport: den Dateinamen eingedeutscht.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 13 Jun 2007 11:27:05 +0000 (11:27 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 13 Jun 2007 11:27:05 +0000 (11:27 +0000)
bin/mozilla/dn.pl
locale/de/all
locale/de/dn

index ad16f0e..b345935 100644 (file)
@@ -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();
index 64c9a9a..f515e82 100644 (file)
@@ -1279,6 +1279,7 @@ aktualisieren wollen?',
   'done'                        => 'erledigt',
   'down'                        => 'runter',
   'drucken'                     => 'drucken',
+  'dunning_list'                => 'mahnungsliste',
   'eMail Send?'                 => 'eMail-Versand?',
   'eMail?'                      => 'eMail?',
   'ea'                          => 'St.',
index 777a7fc..d324f3f 100644 (file)
@@ -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',