kivitendo/locale/de/warehouse @ c51f2b80
#!/usr/bin/perl
|
|
|
|
$self->{texts} = {
|
|
};
|
|
|
|
$self->{subs} = {
|
|
'do_update' => 'do_update',
|
|
'print_question' => 'print_question',
|
|
'weiter' => 'continue',
|
|
};
|
|
|
|
1;
|