Revision 6959bb5e
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
198 | 198 |
$main::auth->assert('general_ledger'); |
199 | 199 |
|
200 | 200 |
$form->{title_} = $form->{title}; |
201 |
$form->{title} = $locale->text($form->{title} .' Accounts Payables Transaction');
|
|
201 |
$form->{title} = $form->{title} eq 'Add' ? $locale->text('Add Accounts Payables Transaction') : $locale->text('Edit Accounts Payables Transaction');
|
|
202 | 202 |
|
203 | 203 |
# type=submit $locale->text('Add Accounts Payables Transaction') |
204 | 204 |
# type=submit $locale->text('Edit Accounts Payables Transaction') |
locale/de/all | ||
---|---|---|
10 | 10 |
# run locales.pl from this directory to rebuild the translation files |
11 | 11 |
|
12 | 12 |
$self->{texts} = { |
13 |
' Accounts Payables Transaction' => '', |
|
14 | 13 |
' Date missing!' => ' Datum fehlt!', |
15 | 14 |
' Part Number missing!' => ' Artikelnummer fehlt!', |
16 | 15 |
' missing!' => ' fehlt!', |
Auch abrufbar als: Unified diff
Übersetzung Titel in Kreditorenbuchungsmaske gefixt