kivitendo/locale/en/SKR04-3804-addition @ eaa5b3d6
7eff31cf | Bernd Bleßmann | #!/usr/bin/perl
|
|
$self->{texts} = {
|
|||
'Database update error:' => 'Database update error:',
|
|||
};
|
|||
$self->{subs} = {
|
|||
'do_query' => 'do_query',
|
|||
'do_update' => 'do_update',
|
|||
'mydberror' => 'mydberror',
|
|||
'print_3804_already_exists' => 'print_3804_already_exists',
|
|||
'print_past_booking_warning' => 'print_past_booking_warning',
|
|||
'continue' => 'continue',
|
|||
};
|
|||
1;
|