Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 54ddc03b

Von Sven Donath vor fast 14 Jahren hinzugefügt

  • ID 54ddc03b6e8aaa531385b91177908709a5f9df8d
  • Vorgänger 315172f0
  • Nachfolger 25f76dc1

Übersetzungen in Sprache de_DE eingepflegt

Für die Module:

  • SEPA Lastschrift * Verkaufsbericht

"Überschriften" sind "headings", nicht "headers".
Eigentlich müssten templates/webpages/vk/search_invoice.html und bin/mozilla/vk.pl
dahingehend überarbeitet werden.
Bitte interne Variablen und Bezeichner möglichst in englischer Sprache verwenden.
(Kann es sein, dass der "Überschriften"-Hanken in templates/webpages/vk/search_invoice.html
nicht funktioniert?)
Weitere kleinere Reparaturen durchgeführt.

Unterschiede anzeigen:

bin/mozilla/vk.pl
146 146

  
147 147
  my @options;
148 148
  if ($form->{description}) {
149
    push @options, $locale->text('description') . " : $form->{description}";
149
    push @options, $locale->text('Description') . " : $form->{description}";
150 150
  }
151 151
  if ($form->{customer}) {
152 152
    push @options, $locale->text('Customer') . " : $form->{customername}";
......
185 185
  $report->set_options('top_info_text'        => join("\n", @options),
186 186
                       'output_format'        => 'HTML',
187 187
                       'title'                => $form->{title},
188
                       'attachment_basename'  => $locale->text('sales_report') . strftime('_%Y%m%d', localtime time),
188
                       'attachment_basename'  => $locale->text('Sales Report') . strftime('_%Y%m%d', localtime time),
189 189
    );
190 190
  $report->set_options_from_form();
191 191

  

Auch abrufbar als: Unified diff