Revision c9947d8e
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
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
ActionBar: Massenerstellen: Action-Titel eindeutiger gemacht