Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c9947d8e

Von Moritz Bunkus vor fast 8 Jahren hinzugefügt

  • ID c9947d8e66c4d8694df20f5e5a705559002d8fd0
  • Vorgänger 940da3f8
  • Nachfolger fedfc383

ActionBar: Massenerstellen: Action-Titel eindeutiger gemacht

Unterschiede anzeigen:

SL/Controller/MassInvoiceCreatePrint.pm
tooltip => t8("Create and print invoices")
],
action => [
t8('for selected entries'),
t8("Create and print invoices for all selected delivery orders"),
call => [ 'kivi.MassInvoiceCreatePrint.submitMassCreationForm' ],
tooltip => t8("Create and print invoices for all selected delivery orders"),
disabled => !$params{num_rows} ? $::locale->text('The report doesn\'t contain entries.') : undef,
only_if => $params{show_creation_buttons},
],
action => [
t8('for all entries'),
t8("Create and print invoices for all delivery orders matching the filter"),
call => [ 'kivi.MassInvoiceCreatePrint.createPrintAllInitialize' ],
tooltip => t8("Create and print invoices for all delivery orders matching the filter"),
disabled => !$params{num_rows} ? $::locale->text('The report doesn\'t contain entries.') : undef,
only_if => $params{show_creation_buttons},
],
locale/de/all
'for Document types' => 'für unterschiedliche ERP Dokumententypen',
'for Period' => 'für den Zeitraum',
'for all' => 'für alle',
'for all entries' => 'für alle Einträge',
'for date' => 'zum Stichtag',
'for selected entries' => 'für ausgewählte Einträge',
'found' => 'Gefunden',
'found_br' => 'Gef.',
'from \'#1\' imported Files' => 'Von \'#1\' importierte Dateien',

Auch abrufbar als: Unified diff