Revision c9947d8e
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/Controller/MassInvoiceCreatePrint.pm | ||
---|---|---|
371 | 371 |
tooltip => t8("Create and print invoices") |
372 | 372 |
], |
373 | 373 |
action => [ |
374 |
t8('for selected entries'),
|
|
374 |
t8("Create and print invoices for all selected delivery orders"),
|
|
375 | 375 |
call => [ 'kivi.MassInvoiceCreatePrint.submitMassCreationForm' ], |
376 |
tooltip => t8("Create and print invoices for all selected delivery orders"), |
|
377 | 376 |
disabled => !$params{num_rows} ? $::locale->text('The report doesn\'t contain entries.') : undef, |
378 | 377 |
only_if => $params{show_creation_buttons}, |
379 | 378 |
], |
380 | 379 |
|
381 | 380 |
action => [ |
382 |
t8('for all entries'),
|
|
381 |
t8("Create and print invoices for all delivery orders matching the filter"),
|
|
383 | 382 |
call => [ 'kivi.MassInvoiceCreatePrint.createPrintAllInitialize' ], |
384 |
tooltip => t8("Create and print invoices for all delivery orders matching the filter"), |
|
385 | 383 |
disabled => !$params{num_rows} ? $::locale->text('The report doesn\'t contain entries.') : undef, |
386 | 384 |
only_if => $params{show_creation_buttons}, |
387 | 385 |
], |
locale/de/all | ||
---|---|---|
3676 | 3676 |
'for Document types' => 'für unterschiedliche ERP Dokumententypen', |
3677 | 3677 |
'for Period' => 'für den Zeitraum', |
3678 | 3678 |
'for all' => 'für alle', |
3679 |
'for all entries' => 'für alle Einträge', |
|
3680 | 3679 |
'for date' => 'zum Stichtag', |
3681 |
'for selected entries' => 'für ausgewählte Einträge', |
|
3682 | 3680 |
'found' => 'Gefunden', |
3683 | 3681 |
'found_br' => 'Gef.', |
3684 | 3682 |
'from \'#1\' imported Files' => 'Von \'#1\' importierte Dateien', |
Auch abrufbar als: Unified diff
ActionBar: Massenerstellen: Action-Titel eindeutiger gemacht