'Invoice' => 'Rechnung',
'Invoice Number' => 'Rechnungsnummer',
'MAILED' => 'Gesendet',
+ 'Mark as paid?' => 'Als bezahlt markieren?',
+ 'Marked as paid' => 'Als bezahlt markiert',
'Marked entries printed!' => 'Markierte Einträge wurden gedruckt!',
'Missing \'description\' field.' => 'Fehlendes Feld \'description\'.',
'Missing \'tag\' field.' => 'Fehlendes Feld \'tag\'.',
'button' => '?',
'done' => 'erledigt',
'invoice' => 'Rechnung',
+ 'no' => 'nein',
'packing_list' => 'Versandliste',
'pick_list' => 'Entnahmeliste',
'proforma' => 'Proforma',
'sales_order' => 'Kundenauftrag',
'sales_quotation' => 'Verkaufsangebot',
'wrongformat' => 'Falsches Format',
+ 'yes' => 'ja',
};
$self->{subs} = {
'employee_selection_internal' => 'employee_selection_internal',
'format_dates' => 'format_dates',
'list_spool' => 'list_spool',
+ 'mark_as_paid_common' => 'mark_as_paid_common',
'part_selection_internal' => 'part_selection_internal',
'print' => 'print',
'project_selection_internal' => 'project_selection_internal',
'reformat_numbers' => 'reformat_numbers',
'remove' => 'remove',
- 'restore_form' => 'restore_form',
- 'save_form' => 'save_form',
'search' => 'search',
'select_all' => 'select_all',
'select_employee' => 'select_employee',